Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
OpenSoul gives AI agents a persistent identity by recording their actions to the Bitcoin SV blockchain as an immutable audit log. Each log entry captures token usage, action type, cost, and status. Logs can be PGP-encrypted before posting and retrieved across sessions for analysis.
Storing logs on a public blockchain makes them tamper-proof and independently verifiable without relying on a centralized logging service the agent operator controls.
When to use it
- Tracking cumulative token spend across long-running agent sessions
- Auditing an agent's past decisions for compliance or debugging
- Enforcing budget caps by checking total BSV spent before each action
- Transferring an agent's full memory and identity to a new instance
- Sharing encrypted action logs between multiple collaborating agents
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: run a research task and remember what you've done before
- 1Initialize AuditLogger with BSV_PRIV_WIF and an agent_id
- 2Retrieve session history from the blockchain and scan for similar past queries
- 3Log the research action with token counts and query details
- 4Flush accumulated logs to the blockchain as a linked transaction chain
- 5Return research results along with the confirmed transaction ID
Research results delivered; session logged as an immutable BSV transaction linked to the agent's prior history
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.