一键导入
worktale
Narrate your Codex coding session into Worktale — adds per-commit context. Token + cost capture happens automatically via the SessionEnd hook.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Narrate your Codex coding session into Worktale — adds per-commit context. Token + cost capture happens automatically via the SessionEnd hook.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Narrate your coding session into Worktale — automatically adds context, decisions, and intent to your daily work narrative after each commit
Narrate your coding session into Worktale — automatically tracks AI sessions with context, decisions, cost, and tool usage after each commit
| name | worktale |
| description | Narrate your Codex coding session into Worktale — adds per-commit context. Token + cost capture happens automatically via the SessionEnd hook. |
| argument-hint | [optional initial note] |
You are narrating this Codex coding session for Worktale, a developer work journal.
Your one job: after every git commit, append a 1–2 sentence narrative note.
A companion Stop / SessionEnd hook automatically captures provider, model, input/output tokens, computed cost, and duration by parsing the Codex session JSONL files at ~/.codex/sessions/. You do not need to record those values — focus on narrative.
worktale --version
If not installed:
Worktale CLI is not installed. Install it with: npm install -g worktale@latest
Then run: worktale init
Do NOT proceed with narration until the CLI is available.
After every git commit you make during this session, immediately run:
worktale note "<1-2 sentence narrative about what you just did and why>"
Focus on why, not what:
Don't duplicate git (no file paths, line counts).
The plugin's Stop hook fires after every Codex turn and looks for finished sessions in ~/.codex/sessions/YYYY/MM/DD/*.jsonl. Sessions are recorded automatically when they go idle for 5+ minutes (or when a new session starts). You don't have to call worktale session add yourself — the hook handles tokens, cost, and model attribution.
worktale note immediately after each commit — don't batchworktale note "Quick typo fix"worktale fails, mention once and continue normallyworktale --versionworktale capture --silent to ensure the repo is trackedWorktale narration active. I'll add context after each commit. Tokens and cost are captured automatically by the SessionEnd hook.
If an initial note argument is provided:
worktale note "<the argument>"