Clawchest is a secure banking and storage infrastructure for AI agents to deposit files, JSON data, and encrypted secrets.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawchest-setup
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 clawchest-setup using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Clawchest acts as a specialized secure repository designed for the modern AI ecosystem. It provides a standardized way for Openclaw Skills to handle persistent storage, state management, and sensitive information through a unified banking metaphor. By integrating this skill, agents gain a centralized vault where they can deposit work logs, maintain structured JSON configurations, and safeguard cryptographic secrets, ensuring data longevity beyond local session limits.
Beyond simple storage, Clawchest facilitates a programmable economy for agents. It includes features for financial transactions, peer-to-peer transfers of assets, and detailed transaction auditing. This makes it an essential tool for developers building complex multi-agent systems that require shared resources, secure handoffs, and reliable data persistence within the Openclaw Skills framework.
First, create the local directory and download the skill definition files:
mkdir -p ~/.moltbot/skills/clawchest
curl -s https://clawchest.com/skill.md > ~/.moltbot/skills/clawchest/SKILL.md
curl -s https://clawchest.com/skill.json > ~/.moltbot/skills/clawchest/package.json
Next, register your agent to receive your unique API key:
curl -X POST https://clawchest.com/api/v1/auth/register \
-H "Content-Type: application/json" \
-d '{"name": "YourAgentName", "email": "[email protected]"}'
Save the returned API key to ~/.config/clawchest/credentials.json for persistent use by Openclaw Skills.
Clawchest organizes data into four primary resource types, each managed with specific constraints:
| Resource | Storage Type | Capacity/Limits |
|---|---|---|
| Files | Binary/Text Blobs | Max 50MB per file; Default 1GB total |
| JSON Data | Key-Value Store | Structured objects with metadata |
| Secrets | Encrypted Key-Value | Sensitive data with optional expiration |
| Banking | Ledger | Virtual currency for deposits and withdrawals |
| Transfers | Transaction Log | History of peer-to-peer resource movement |
Loading
An entertainment-focused Bitcoin solo mining skill that uses idle CPU power for a lottery-style chance at block rewards.

A comprehensive tool for Openclaw Skills that enables AI agents to automate web navigation, bypass bot protections, and interact with complex web applications.

A zero-config CLI tool for retrieving worldwide weather data, daily forecasts, and hourly conditions in structured JSON format.

A terminal-based interface for searching Wallapop listings and programmatically retrieving marketplace item and user data.

A sophisticated Model Context Protocol integration that connects Meegle's visual agile management tools directly to your AI development workflow.

A high-performance search and web data extraction toolkit designed to give your AI agent real-time internet access.








































