A blockchain-powered utility for creating immutable cryptographic proofs of file existence and integrity.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install timestamp
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install timestamp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Timestamp skill provides a mechanism to anchor digital memory to the Bitcoin blockchain, creating a verifiable chain of trust for AI agents. By generating SHA-256 fingerprints of critical documents and anchoring them via OpenTimestamps, this skill ensures that files like memory logs, decision records, and core configurations are tamper-proof and historically accurate. This is a foundational tool within the Openclaw Skills ecosystem for agents that need to verify their own past states without relying on a central authority.
Unlike traditional backup systems, Timestamp does not store your files on the blockchain; it only records an opaque hash. This preserves total privacy while leveraging the massive computational power of the Bitcoin network to prove that a specific version of a file existed at a specific point in time. It turns mutable digital history into verifiable, permanent fact.
To integrate this functionality into your environment, install the OpenTimestamps client via pip:
pip3 install opentimestamps-client
Once installed, you can begin using the provided scripts within the Openclaw Skills directory to stamp or verify your files immediately.
The skill manages data through the following file structures:
| Component | Description |
|---|---|
*.ots |
Small cryptographic proof files (approx. 5KB) stored next to the original files. |
.ots-archive/ |
A directory used to store historical proof files when the original files are updated. |
scripts/ |
Contains ots-stamp.sh for creation, ots-verify.sh for validation, and ots-auto-memory.sh for automation. |
Loading
A comprehensive API-driven skill for orchestrating Google Maps scraping, managing lead campaigns, and handling developer-focused automation tasks.

An intelligent model router that optimizes costs and performance by dynamically escalating tasks from Haiku to Sonnet or Opus based on complexity.

A comprehensive multi-modal skill for generating high-quality AI images, videos, and audio using SiliconFlow's powerful model library.

A real-time currency conversion and forex lookup tool powered by QVeris for accurate financial data within your agent workflow.

A comprehensive API-driven skill for querying Agent rankings, activity statistics, and performing semantic searches within the ACP network.

A structured framework for Openclaw bots to develop a unique identity, core values, and creative perspective through dedicated autonomous exploration.








































