← 返回
开发者工具

Prompt Log

Extract conversation transcripts from AI coding session logs (Clawdbot, Claude Code, Codex). Use when asked to export prompt history, session logs, or transcripts from .jsonl session files.
从AI编程会话日志(Clawdbot、Claude Code、Codex)中提取对话记录。用于在被要求导出提示词历史、会话日志或.jsonl会话文件中的记录时使用。
thesash
开发者工具 clawhub v0.1.0 1 版本 99295.4 Key: 无需
★ 3
Stars
📥 3,745
下载
💾 306
安装
1
版本
#latest

概述

Prompt Log

Quick start

Run the bundled script on a session file:

scripts/extract.sh <session-file>

Inputs

  • Session file: A .jsonl session log from Clawdbot, Claude Code, or Codex.
  • Optional filters: --after and --before ISO timestamps.
  • Optional output: --output path for the markdown transcript.

Outputs

  • Writes a markdown transcript. Defaults to .prompt-log/YYYY-MM-DD-HHMMSS.md in the current project.

Examples

scripts/extract.sh ~/.codex/sessions/2026/01/12/abcdef.jsonl
scripts/extract.sh ~/.claude/projects/my-proj/xyz.jsonl --after "2026-01-12T10:00:00" --before "2026-01-12T12:00:00"
scripts/extract.sh ~/.clawdbot/agents/main/sessions/123.jsonl --output my-transcript.md

Dependencies

  • Requires jq in PATH.
  • Uses gdate if available on macOS; otherwise falls back to date.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-28 10:36 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 666 📥 323,799
developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 425 📥 118,023
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 920 📥 185,727