← 返回 Skills 市场
axhoff

Timestamp

作者 axhoff · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
633
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install timestamp
功能描述
Create cryptographic proofs anchoring your files' exact content and timestamp to the Bitcoin blockchain for immutable, verifiable history.
安全使用建议
This skill appears to do what it says: it creates and verifies OpenTimestamps proofs for files. Before installing/using it, consider: (1) install the official opentimestamps-client (pip3 install opentimestamps-client) from a trusted environment (verify PyPI/package integrity), because the scripts call the 'ots' CLI; (2) the scripts operate on your local workspace and will create .ots proof files and an .ots-archive directory — add .ots-archive/ to .gitignore if you don't want archives committed; (3) stamping only sends hashes (not file contents) to calendar servers, but those commitments are visible on-chain and multiple files stamped together are linkable as noted in the SKILL.md; (4) network access is required for stamping and verification (calendar servers/Bitcoin), so run these tools where network usage is acceptable. Overall, the package is coherent and proportionate to its purpose.
功能分析
Type: OpenClaw Skill Name: timestamp Version: 1.0.0 The OpenClaw Timestamp skill is designed to create and verify cryptographic proofs of file existence using OpenTimestamps and the Bitcoin blockchain. The `SKILL.md` documentation clearly outlines its purpose, emphasizing privacy by stating 'No secrets uploaded. Only hashes leave your machine.' The accompanying shell scripts (`ots-auto-memory.sh`, `ots-stamp.sh`, `ots-verify.sh`) orchestrate the use of the `opentimestamps-client` (installed via `pip3`). These scripts perform file system operations (creating `.ots` proof files, archiving old proofs in `.ots-archive/` directories) and execute external commands (`ots`, `git`, `date`, `find`) strictly within the scope of timestamping and verification. There is no evidence of malicious intent, data exfiltration, persistence mechanisms, or prompt injection attempts against the agent. All actions are transparently aligned with the stated goal of building a verifiable history of files.
能力评估
Purpose & Capability
Name/description (Bitcoin anchoring via OpenTimestamps) matches the provided scripts and SKILL.md. Minor note: the registry metadata lists no required binaries, but the scripts invoke an 'ots' CLI (and SKILL.md tells the user to 'pip3 install opentimestamps-client'), so an ots binary is effectively required.
Instruction Scope
SKILL.md and the scripts operate on local workspace files (MEMORY.md, SOUL.md, memory/*.md). They hash files, archive old .ots proofs, run 'ots stamp' and 'ots verify'. There are no instructions to read unrelated system files, harvest environment secrets, or transmit raw files. Network activity (contacting OpenTimestamps/calendar servers and Bitcoin network via the ots client) is expected and appropriate for the stated purpose.
Install Mechanism
No formal install spec is included (instruction-only). The README directs the user to 'pip3 install opentimestamps-client' which is a typical, low-risk step but does rely on PyPI. This is proportionate to the task; users should verify the pip package source/version before installing.
Credentials
The skill declares no required credentials or config paths. The scripts optionally honor OTS_BIN and WORKSPACE environment variables but do not require secrets or unrelated service keys. No excessive or unrelated environment access is requested.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It does not modify other skills or system-wide agent configuration. It only creates .ots proof files and local archives in the workspace, which is normal for this functionality.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install timestamp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /timestamp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Build verifiable history with OpenTimestamps. Archive old proofs when files change. Trust your past self.
元数据
Slug timestamp
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Timestamp 是什么?

Create cryptographic proofs anchoring your files' exact content and timestamp to the Bitcoin blockchain for immutable, verifiable history. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 633 次。

如何安装 Timestamp?

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

Timestamp 是免费的吗?

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

Timestamp 支持哪些平台?

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

谁开发了 Timestamp?

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

💬 留言讨论