codex-export
v0.1.0Export a Codex CLI or Codex Desktop (App) session to a Markdown transcript. Use when the user asks to export, save, share, or review a past chat, session, or...
⭐ 0· 127·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match required behavior: the code and instructions only access Codex session JSONL files and the local state_5.sqlite index to list and export sessions, which is exactly what an export tool needs.
Instruction Scope
SKILL.md directs the agent/user to run the included Python script to list or export sessions. The runtime instructions and script operate on local paths (~/.codex/sessions, ~/.codex/archived_sessions, ~/.codex/state_5.sqlite) and do not attempt to read other system-wide configs or send data externally.
Install Mechanism
No install spec or remote downloads; this is an instruction-only skill with a small local Python script — minimal install risk.
Credentials
The skill requires no environment variables, credentials, or network access. It only reads local Codex session files and the local sqlite index, which is proportionate to its stated purpose.
Persistence & Privilege
Skill is user-invocable and not always-enabled; it does not modify other skills or system settings and does not request permanent privileges.
Assessment
This script reads files in ~/.codex (sessions and the state_5.sqlite index) and writes a Markdown file you specify. Before installing or running it: (1) review the small Python file (it’s included) to confirm it only reads local session files and the sqlite DB; (2) be aware exported transcripts may contain sensitive data (API keys, paths, tool outputs) — use --brief to omit tool calls and inspect the output before sharing; (3) run it locally (not as a privileged user) and control the output file location and permissions. The skill’s source is unknown, but the code is short and consistent with its stated purpose.Like a lobster shell, security has layers — review code before you run it.
latestvk97beg9dzx8qye86jjsh2f6txx835yks
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
