Back to Directory
development
Prompt Log
Extract conversation transcripts from AI coding session logs (OpenClaw, Claude Code, Codex). Use when asked to export prompt history, session logs, or transcripts from .jsonl session files.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
Initial release of prompt-log
- Extracts conversation transcripts from AI coding session logs (.jsonl) for OpenClaw, Claude Code, and Codex.
- Supports optional time filters (`--after`, `--before`) and custom output path.
- Generates a markdown transcript by default in `.prompt-log/`.
- Requires `jq` and optionally `gdate` on macOS.