openclaw-ledgerTamper-evident audit trail for agent sessions. Hash-chained logs of workspace changes with cryptographic verification. Know exactly what changed, when, and detect if anyone altered the record. Free alert layer — upgrade to openclaw-ledger-pro for freeze, forensics, and chain restoration.
Install via ClawdBot CLI:
clawdbot install AtlasPA/openclaw-ledgerTamper-evident audit trail for agent workspaces. Every workspace change is recorded in a hash-chained log — if anyone alters an entry, the chain breaks and you know.
Agents modify files, execute commands, install skills — and leave no verifiable record. If something goes wrong, you can't trace what happened. If logs exist, nothing proves they haven't been altered after the fact.
Create the ledger and snapshot current workspace state.
python3 {baseDir}/scripts/ledger.py init --workspace /path/to/workspace
Snapshot current state and log all changes since last record.
python3 {baseDir}/scripts/ledger.py record --workspace /path/to/workspace
python3 {baseDir}/scripts/ledger.py record -m "Installed new skill" --workspace /path/to/workspace
Verify the hash chain is intact — no entries tampered with.
python3 {baseDir}/scripts/ledger.py verify --workspace /path/to/workspace
Show recent ledger entries.
python3 {baseDir}/scripts/ledger.py log --workspace /path/to/workspace
python3 {baseDir}/scripts/ledger.py log -n 20 --workspace /path/to/workspace
python3 {baseDir}/scripts/ledger.py status --workspace /path/to/workspace
Each entry contains:
If any entry is modified, inserted, or deleted, the hash chain breaks and verify detects it.
0 — Clean / chain intact1 — No ledger or minor issues2 — Chain tampered / corrupt entriesPython standard library only. No pip install. No network calls. Everything runs locally.
Works with OpenClaw, Claude Code, Cursor, and any tool using the Agent Skills specification.
Generated Mar 1, 2026
Development teams use the ledger to maintain an immutable record of all code changes, dependency installations, and build processes in CI/CD pipelines. This ensures compliance with internal security policies and external regulations by providing tamper-evident proof of all modifications, making audits straightforward and trustworthy.
Fintech companies integrate the ledger to log every transaction, configuration change, and system update in their financial platforms. It creates a hash-chained audit trail that detects unauthorized alterations, helping meet regulatory requirements like SOX or GDPR by ensuring data integrity and traceability.
Healthcare providers deploy the ledger to track changes to patient records, medical device configurations, and software updates in electronic health record systems. This tamper-evident log helps maintain HIPAA compliance by verifying that no unauthorized modifications occur, protecting sensitive health data.
Logistics and manufacturing firms use the ledger to record every step in the supply chain, from inventory updates to shipment tracking. The hash chain ensures that documentation remains unaltered, providing verifiable proof of compliance with safety standards and reducing fraud risks.
Law firms and legal departments implement the ledger to maintain an immutable history of contract drafts, case files, and evidence logs. This prevents tampering and ensures the integrity of legal documents, supporting chain-of-custody requirements in litigation and regulatory filings.
Offer the ledger as a cloud-based service with additional features like automated reporting, alerts for chain breaks, and integration with popular compliance tools. Charge monthly or annual subscriptions based on usage volume, targeting industries with strict regulatory needs.
Sell perpetual licenses for on-premise deployments in sectors like government or defense, where data cannot leave local networks. Include premium support, customization services, and training to ensure seamless integration with existing security infrastructure.
Release the core ledger as open-source software to build community adoption and trust. Monetize through paid add-ons such as advanced analytics dashboards, multi-workspace management, and priority support, appealing to developers and small businesses scaling up.
💬 Integration Tip
Integrate the ledger into existing workflows by automating the record command after critical operations, such as file saves or system updates, to ensure continuous logging without manual intervention.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.