← 返回 Skills 市场
thesash

Prompt Log

作者 thesash · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
3386
总下载
2
收藏
12
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
Do not run any scripts or commands referenced by this skill until you can inspect them. The SKILL.md refers to scripts/extract.sh, but the package contains no code — ask the publisher for the script source or a vetted install method. Confirm 'jq' (and on macOS 'gdate' or compatible 'date') are available before running any extraction. Be aware that the examples point to reading session files in your home directory; those logs often contain sensitive prompts or secrets, so process them only in a controlled environment and avoid uploading them to untrusted services. If you proceed, request the extract.sh source, review it for network calls or data exfiltration, or run it in an isolated container or VM.
功能分析
Type: OpenClaw Skill Name: prompt-log Version: 0.1.0 The skill's stated purpose is to extract conversation transcripts from local AI session log files (`.jsonl`) and write them to local markdown files. The `SKILL.md` instructions are clear, align with this purpose, and do not contain any evidence of prompt injection attempts against the agent, data exfiltration, malicious execution patterns, or persistence mechanisms. The skill relies on a local script (`scripts/extract.sh`, not provided) and standard utilities (`jq`, `date`), with all operations confined to local file system access for its stated function.
能力评估
Purpose & Capability
The name and description (extract transcripts from .jsonl session logs) match the instructions' stated goal. However, the SKILL.md repeatedly tells you to run a 'bundled script' at scripts/extract.sh, yet this skill package contains no code files or scripts. The skill metadata also omits the runtime dependency 'jq' declared in SKILL.md. These inconsistencies mean what the skill claims to provide is not actually present in the package.
Instruction Scope
The instructions are narrowly scoped to reading local .jsonl session files and writing a markdown transcript (expected for the stated purpose). But because the instructions tell the agent to execute a script that isn't included, it's unclear what that script would do. The examples reference reading files in user home dirs (e.g., ~/.codex/, ~/.claude/, ~/.clawdbot/), which is expected for a transcript tool but raises the usual sensitivity note: session logs often contain sensitive prompts/keys and should be inspected before being processed or uploaded.
Install Mechanism
This is an instruction-only skill with no install spec or code files, which is low risk in principle. The problem is the documentation claims a bundled script but none is present — so the package provides no executable to perform the stated task. No on-package install means nothing will be written to disk by the skill itself, but you should not execute or fetch external scripts unless you can review them first.
Credentials
The skill declares no required environment variables or credentials (reasonable). SKILL.md does, however, list runtime dependencies ('jq' and optionally 'gdate') that are not reflected in the declared requirements — a minor but meaningful mismatch. There are no demands for unrelated credentials or config paths.
Persistence & Privilege
No special persistence is requested (always=false). The skill does not request to modify other skills or system settings and does not claim to store credentials or enable itself automatically.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install prompt-log
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /prompt-log 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of prompt-log - Extracts conversation transcripts from AI coding session logs (.jsonl) for Clawdbot, 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.
元数据
Slug prompt-log
版本 0.1.0
许可证
累计安装 14
当前安装数 12
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3386 次。

如何安装 Prompt Log?

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

Prompt Log 是免费的吗?

是的,Prompt Log 完全免费(开源免费),可自由下载、安装和使用。

Prompt Log 支持哪些平台?

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

谁开发了 Prompt Log?

由 thesash(@thesash)开发并维护,当前版本 v0.1.0。

💬 留言讨论