A natural language interface for the Crunch Protocol CLI that simplifies the management of decentralized AI competitions, rewards, and coordinators.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install crunch-protocol-skill
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 crunch-protocol-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Crunch Protocol CLI Skill acts as a sophisticated bridge between human language and the technical commands of the Crunch Protocol ecosystem. By leveraging Openclaw Skills, developers and coordinators can manage the entire lifecycle of a 'crunch'—from creation and reward deposits to checkpoint management—without manually constructing complex CLI strings. It streamlines blockchain interactions by mapping conversational phrases directly to the underlying crunch-cli tool.
This skill is designed to enhance productivity by handling environment-specific configurations through local profiles. Whether you are operating on Solana mainnet or testing on devnet, this addition to your Openclaw Skills library ensures that wallet paths, RPC URLs, and multisig addresses are handled automatically, allowing for seamless execution of administrative and operational tasks in a developer-friendly manner.
To utilize this skill within your Openclaw Skills environment, first ensure the official CLI is installed globally on your system:
npm install -g @crunchdao/crunch-cli
Verify the installation by checking the version:
crunch-cli --version
You must also configure a profiles.json file in the skill directory to map your Solana wallets and RPC endpoints to easy-to-use aliases.
The skill manages persistent configuration through a JSON-based profile system. This allows Openclaw Skills to maintain context across different blockchain environments.
| Property | Description | Example |
|---|---|---|
url |
The RPC endpoint or network moniker | https://api.mainnet-beta.solana.com |
wallet |
Local file path to the Solana keypair | /path/to/keypair.json |
multisigAddress |
The Squads multisig address for proposals | 9WzDX... |
coordinatorWallet |
The owner address of the coordinator | 5abc... |
Loading
A specialized tool for managing the entire lifecycle of CrunchDAO data science competitions, from workspace setup to final submission.

A specialized synchronization engine that connects your AI agent with the Jarvis Dashboard via a real-time JSON data pipeline.

A specialized integration skill for AI agents to manage, log, and synchronize system states with the Jarvis Dashboard via real-time JSON updates.

Automate Playtomic padel court searches, bookings, and match management directly from your terminal.

A natural language interface for the Crunch Protocol CLI that simplifies managing decentralized AI competitions and coordinator configurations.

A local-first memory system for AI agents that provides semantic search, entity extraction, and intelligent recall.








































