← 返回 Skills 市场
Claw History
作者
BlueBirdBack ✨
· GitHub ↗
· v1.0.0
599
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install claw-history
功能描述
Provide a chronological history of all actions the agent has taken from the beginning (birth) until now. Use when the user asks for full lifetime timeline/ac...
使用说明 (SKILL.md)
Claw History
Return the most complete, auditable lifetime timeline possible.
Core Rule
Do not default to current-session history. Reconstruct from earliest available evidence to now.
Required Data Sources (in this order)
- Earliest and recent
memory/YYYY-MM-DD*.mdfiles (find first/last dates). MEMORY.mdfor long-term milestones.- Available session inventory/history (main + sub-agent sessions when accessible).
- Current conversation/tool logs.
If any source is unavailable, explicitly state that gap.
Workflow
- Determine earliest known timestamp (“birth marker”) from records.
- Collect confirmed actions across all available periods.
- De-duplicate overlapping entries from memory/session logs.
- Sort strictly oldest → newest.
- Mark each entry as:
- Confirmed (direct evidence), or
- Inferred (indirect/partial evidence).
- Add a final coverage summary with what was and was not visible.
Output Format
- Birth marker: first known timestamp + source
- Scope covered: date range + sources checked
- Chronological history (oldest → newest):
YYYY-MM-DD HH:MM (TZ) — [Confirmed|Inferred] Action — Result
- Gaps / limits: missing windows, inaccessible logs, uncertainty
- Confidence: high / medium / low
Quality Rules
- Never invent timestamps or actions.
- Prefer evidence-backed entries over narrative summaries.
- If exact time is unknown, use best-known granularity (date/session order) and label it.
- Include source pointers when possible (file + line or log reference).
- If user requested “all actions,” include both major milestones and notable operational actions.
安全使用建议
This skill will try to read your agent's local memory files and logs to reconstruct a complete timeline. That behavior is expected for a history tool, but you should: (1) confirm you are comfortable with the agent reading workspace/memory/*.md, MEMORY.md, session inventories, and any command logs; (2) only enable the recommended hooks (session-memory, command-logger) if you want persistent, auditable logging — enabling them increases retained telemetry; (3) consider running in an isolated workspace if logs contain sensitive data; and (4) verify there are no unexpected network endpoints or credential requests (none are declared). If you want tighter limits, ask the agent to restrict sources (e.g., only current session) before running the skill.
功能分析
Type: OpenClaw Skill
Name: claw-history
Version: 1.0.0
The `claw-history` skill is designed to provide a chronological history of the agent's actions, which is a legitimate auditing and debugging function. The `SKILL.md` instructs the agent to access its own internal memory files (`memory/YYYY-MM-DD*.md`, `MEMORY.md`) and logs, which is necessary for its stated purpose. The `README.md` provides instructions for the user to enable OpenClaw hooks (`session-memory`, `command-logger`) to improve history completeness, which are standard OpenClaw CLI commands and not malicious code. There is no evidence of data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts to manipulate the agent into harmful or unauthorized actions. All instructions and data access are consistent with the skill's transparent auditing goal.
能力评估
Purpose & Capability
The name/description (produce a lifetime action timeline) aligns with the resources the skill asks to read: memory/YYYY-MM-DD*.md, MEMORY.md, session inventories, and conversation/tool logs. These data sources are reasonable for producing a full-history report.
Instruction Scope
SKILL.md explicitly directs the agent to scan multiple local data sources (workspace memory files, session inventories, sub-agent sessions when accessible, and tool logs). That is coherent with the stated goal but means the skill will attempt to read potentially sensitive local files and cross-session data. It correctly requires the skill to report gaps when sources are unavailable.
Install Mechanism
Instruction-only skill with no install spec or external downloads; lowest install risk. No code files are included, so nothing is written to disk by an installer.
Credentials
No environment variables, credentials, or external endpoints are requested. The only access needed is read access to local memory/log files, which is proportional to building a lifetime timeline.
Persistence & Privilege
always:false and no indications the skill modifies other skills or system-wide settings. The README recommends enabling optional hooks (session-memory, command-logger) for better coverage — enabling those is an explicit user action and not required by the skill itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claw-history - 安装完成后,直接呼叫该 Skill 的名称或使用
/claw-history触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release
元数据
常见问题
Claw History 是什么?
Provide a chronological history of all actions the agent has taken from the beginning (birth) until now. Use when the user asks for full lifetime timeline/ac... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 599 次。
如何安装 Claw History?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claw-history」即可一键安装,无需额外配置。
Claw History 是免费的吗?
是的,Claw History 完全免费(开源免费),可自由下载、安装和使用。
Claw History 支持哪些平台?
Claw History 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Claw History?
由 BlueBirdBack ✨(@bluebirdback)开发并维护,当前版本 v1.0.0。
推荐 Skills