# Chat Log

> Short alias for the conversation-logger skill. Use when the user invokes $chat-log, asks to log this chat, start logging, archive the current Codex conversation, find prior chat logs, continue from another chat, or save and retrieve user and assistant turns as Markdown files.

- Skill: `kaybarax/chat-log` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add kaybarax/chat-log`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kaybarax/chat-log/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: kaybarax (https://skillmd.com/u/kaybarax)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/kaybarax/chat-log

---


# Chat Log

Use this as a short trigger for `~/.codex/skills/conversation-logger`.

When this skill is invoked, follow the `conversation-logger` workflow:

1. Read `~/.codex/skills/conversation-logger/SKILL.md` if its workflow is not already loaded.
2. Use `~/.codex/skills/conversation-logger/scripts/log_turn.py` to create or continue the thread archive.
3. Save each user query and substantive assistant response as separate timestamped Markdown files under the configured archive root.
4. If the user asks to find or continue from prior logs, use `~/.codex/skills/conversation-logger/scripts/find_logs.py`.

The intended shortest user invocation is:

```text
$chat-log
```

Useful examples:

```text
$chat-log continue from the conversation where we made the logger skill
$chat-log find the logs about Vercel deployment
$chat-log summarize my recent Codex chats
```

