Crunch Protocol CLI Skill for Openclaw

A natural language interface for the Crunch Protocol CLI that simplifies the management of decentralized AI competitions, rewards, and coordinators.

philippwassibauer
v0.1.0
Feb 6, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install crunch-protocol-skill

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Crunch Protocol CLI Skill?

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.

Crunch Protocol CLI Skill Use Cases

  • Monitoring competition status and prize pools with simple queries like "show crunch Synth."
  • Managing coordinator configurations and certificate updates across different network environments.
  • Automating the distribution of rewards and sweeping of token accounts during competition closure.
  • Providing real-time competition updates formatted specifically for team communication tools like Slack and Discord.
  • Proposing multisig transactions for decentralized treasury management without manual flag entry.

How Crunch Protocol CLI Skill Works

  1. The user inputs a natural language command such as "list crunches for devnet."
  2. The skill identifies the action and target, then references the local profiles.json to find the matching network configuration.
  3. It automatically prepends the necessary RPC URLs, wallet paths, and multisig addresses based on the resolved profile.
  4. The request is mapped to a specific crunch-cli command using a high-speed direct mapping table.
  5. The command is executed in the system shell, interacting with the Crunch Protocol smart contracts.
  6. The raw CLI output is captured and reformatted into the user's requested medium (e.g., Telegram, Discord, or Plain Text) before being returned.

Crunch Protocol CLI Skill Setup

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.

Crunch Protocol CLI Skill Data Schema & Taxonomy

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...

Crunch Protocol CLI Skill Advanced Features

  • Intelligent Profile Switching: Use commands like "set profile to devnet" to persist network settings for the entire session.
  • Multi-Platform Formatting: Native support for Slack blocks, Telegram HTML, and Discord Markdown for professional reporting.
  • Direct Phrase Mapping: Bypasses LLM interpretation for high-frequency commands to ensure maximum speed and zero syntax errors.
  • Multisig Integration: Seamlessly converts standard commands into multisig proposals when a multisig address is present in the active profile.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*