← 返回 Skills 市场
bestisblessed

Export

作者 bestisblessed · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
63
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install export
功能描述
Export a Codex session JSONL from ~/.codex/sessions into a clean Markdown transcript in ~/Documents/Exports. Use when the user wants to export, save, or conv...
使用说明 (SKILL.md)

Export Conversation

Run scripts/export_conversation.py.

This exports the current chat by default using the Codex thread id from the environment.

To export a different conversation, pass a raw session id, for example:

scripts/export_conversation.py 019dc927-dac9-7f23-b313-917d776d189e

The script reads from ~/.codex/sessions and writes:

~/Documents/Exports/\x3Csession-id>.md

Print the saved path after running it.

Make sure ~/Documents/Exports already exists before running the script.

安全使用建议
This script appears to do exactly what it claims: convert local Codex session JSONL to Markdown. Before running it: (1) ensure ~/Documents/Exports exists (the script will not create it); (2) prefer invoking the script with an explicit session id (scripts/export_conversation.py <session-id>) because if you rely on the default behavior the script expects CODEX_THREAD_ID to be set in the environment — that env var is referenced by the code but not declared in the skill metadata; (3) review the contents of ~/.codex/sessions for any sensitive information before exporting or moving files; (4) note the filename construction uses match.stem[28:], which may produce unexpected or truncated filenames — verify outputs after a test run. No network calls or external installs are present, so the skill operates locally. If you want higher assurance, run the script manually on a non-sensitive session first or inspect it in a sandbox.
功能分析
Type: OpenClaw Skill Name: export Version: 1.0.1 The skill bundle is a utility designed to export local Codex session logs from JSONL format to Markdown. The Python script (scripts/export_conversation.py) reads session data from ~/.codex/sessions and writes the formatted output to ~/Documents/Exports. There is no evidence of data exfiltration, network activity, or malicious execution; the script's behavior is transparent and strictly aligned with the functionality described in SKILL.md.
能力评估
Purpose & Capability
The included script reads files from ~/.codex/sessions and writes Markdown files to ~/Documents/Exports, matching the skill name and description.
Instruction Scope
SKILL.md instructs running scripts/export_conversation.py and describes expected I/O. The runtime instructions and script remain within the stated purpose (reading local session files and producing Markdown). The SKILL.md explicitly requires the ~/Documents/Exports directory to exist before running.
Install Mechanism
No install spec — instruction-only skill with an included script; nothing is downloaded or installed. This is low-risk from an install perspective.
Credentials
The registry metadata lists no required environment variables, but the script will read os.environ['CODEX_THREAD_ID'] when no session-id argument is passed. SKILL.md mentions using the Codex thread id from the environment, but the skill metadata did not declare this env var. This mismatch can cause runtime failures and is an undeclared dependency on a potentially sensitive env var.
Persistence & Privilege
The skill is not always-enabled and does not attempt to modify other skills or system-wide settings. It only reads and writes files under the user's home directories.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install export
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /export 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No user-facing changes in this version. - Internal changes: updated scripts/export_conversation.py (details not provided).
v1.0.0
- Initial release of the export skill. - Allows exporting Codex session JSONL files into clean Markdown transcripts. - Default export uses the current chat's thread id; alternatively, specify a different session id. - Exported Markdown files are saved to ~/Documents/Exports. - Reminder: Ensure ~/Documents/Exports exists before running the script.
元数据
Slug export
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Export 是什么?

Export a Codex session JSONL from ~/.codex/sessions into a clean Markdown transcript in ~/Documents/Exports. Use when the user wants to export, save, or conv... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 63 次。

如何安装 Export?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install export」即可一键安装,无需额外配置。

Export 是免费的吗?

是的,Export 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Export 支持哪些平台?

Export 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Export?

由 bestisblessed(@bestisblessed)开发并维护,当前版本 v1.0.1。

💬 留言讨论