返回顶部
c

crunch-coordinate

Use when managing Crunch coordinators, competitions (crunches), rewards, checkpoints, staking, or cruncher accounts via the crunch-cli.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.1
安全检测
已通过
683
下载量
0
收藏
概述
安装方式
版本历史

crunch-coordinate

# Crunch Protocol CLI Skill Translates natural language queries into `crunch-cli` commands. Supports profiles and output formatting for Slack, Telegram, Discord, or plain text. ## Prerequisites - Node.js 18+ with `npm` - Solana wallet keypair (for on-chain operations) ## Package Installation This skill installs packages via npm (global): | Package | Source | Purpose | |---------|--------|---------| | `@crunchdao/crunch-cli` | [npm](https://www.npmjs.com/package/@crunchdao/crunch-cli) | CrunchDAO protocol CLI (coordinators, competitions, staking) | **Agent rules for package installation:** - **Only install `@crunchdao/crunch-cli`** from the official npm registry - **No custom registry URLs** — no `--registry` overrides - **Ask the user before installing** if not already present ## Credentials ### Solana Wallet Keypair (required for on-chain operations) - **What it is:** A JSON file containing a Solana private key, used to sign transactions - **How it's configured:** Set via `crunch-cli config set wallet /path/to/wallet.json` or `-w` flag per command - **Stored in:** User-managed file on disk; path referenced in `~/.crunch/config.json` **Agent rules for wallets:** - **Never create or generate wallet keypairs** unless the user explicitly asks and understands the security implications - **Never read or display** the contents of wallet keypair files - **Never commit wallet files** to git — always verify `.gitignore` covers them - **Ask the user** for the wallet path — never assume or search for keypair files ### Profile Config (`~/.crunch/config.json`) - Stores network, wallet path, and RPC URL per profile - Managed via `crunch-cli config` commands — no need to edit manually - **Never modify or delete existing profiles** unless explicitly asked ## Setup ```bash npm install -g @crunchdao/crunch-cli crunch-cli --version ``` ## Profiles The CLI has built-in profile management via `~/.crunch/config.json`: ```bash crunch-cli config show # Show current config crunch-cli config active # Show resolved active values crunch-cli config list-profiles # List available profiles crunch-cli config save-profile <name> # Save current config as profile crunch-cli config use <profile> # Switch profile crunch-cli config set <key> <value> # Set config value ``` Global flags can override config per-command: | Flag | Description | |------|-------------| | `-n, --network` | Solana network: `mainnet-beta`, `devnet`, `localhost` | | `-u, --url` | Custom RPC URL | | `-w, --wallet` | Path to Solana keypair | | `-o, --output` | Output format: `json`, `table`, `yaml` | ## Direct Phrase Mapping | User Phrase | CLI Command | |-------------|-------------| | `get/show crunch <name>` | `crunch-cli crunch get "<name>"` | | `list crunches` | `crunch-cli crunch list` | | `get/show coordinator [address]` | `crunch-cli coordinator get [address]` | | `list coordinators` | `crunch-cli coordinator list` | | `get config` | `crunch-cli coordinator get-config` | | `checkpoint for <name>` | `crunch-cli crunch checkpoint-get-current "<name>"` | | `create checkpoint <name>` | `crunch-cli crunch checkpoint-create "<name>" prizes.json` | | `deposit reward <name> <amount>` | `crunch-cli crunch deposit-reward "<name>" <amount>` | | `drain <name>` | `crunch-cli crunch drain "<name>"` | | `create/register cruncher` | `crunch-cli cruncher create` | | `register for <name>` | `crunch-cli cruncher register "<name>"` | | `claim rewards <name>` | `crunch-cli cruncher claim "<name>"` | | `show staking positions` | `crunch-cli staking positions` | | `stake/deposit <amount>` | `crunch-cli staking deposit <amount>` | | `delegate to <coordinator>` | `crunch-cli staking delegate "<coordinator>" <amount>` | | `show staking rewards` | `crunch-cli staking rewards` | | `claim staking rewards` | `crunch-cli staking claim` | | `undelegate from <coordinator>` | `crunch-cli staking undelegate "<coordinator>" <amount>` | | `withdraw stake <amount>` | `crunch-cli staking withdraw <amount>` | | `init workspace <name>` | `crunch-cli init-workspace "<name>"` | | `list scenarios/simulations` | `crunch-cli model list` | | `run simulation <scenario>` | `crunch-cli model run "<scenario>"` | | `register coordinator <name>` | `crunch-cli coordinator register "<name>"` | | `create crunch <name>` | `crunch-cli crunch create "<name>" <amount> [maxModels]` | | `start/end crunch <name>` | `crunch-cli crunch start/end "<name>"` | ## Execution Pattern 1. **Parse** — Identify action, target, name/identifier, parameters 2. **Resolve profile** — If mentioned, switch profile or use flags 3. **Map** — Use phrase mapping table 4. **Execute** — Run command 5. **Format** — Output for requested medium (Slack/Telegram/Discord/plain) ## Output Formatting Detect medium from user request ("for slack", "telegram format", etc.): - **Slack:** `*bold*`, `•` bullets, `━` separators - **Telegram:** `<b>bold</b>`, emoji prefixes - **Discord:** `## headers`, `**bold**` - **Plain:** Simple key: value pairs ## Error Handling If command fails, suggest fixes: - Wrong network? Add `-n mainnet-beta` or `-n devnet` - Missing wallet? Add `-w /path/to/wallet.json` - Not found? List available with `crunch-cli crunch list` ## Coordinator Node Setup Scaffold a new competition workspace: ```bash crunch-cli init-workspace my-challenge ``` This generates a full node workspace. See the coordinator-node-starter skill for customization. ## Reference For full CLI documentation: [references/cli-reference.md](references/cli-reference.md)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 crunch-coordinate-1776419989 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 crunch-coordinate-1776419989 技能

通过命令行安装

skillhub install crunch-coordinate-1776419989

下载 Zip 包

⬇ 下载 crunch-coordinate v0.1.1

文件大小: 5.44 KB | 发布时间: 2026-4-17 18:18

v0.1.1 最新 2026-4-17 18:18
- Added dedicated "Prerequisites" and "Credentials" sections, clarifying Node.js, npm, package installation rules, and Solana wallet requirements.
- Defined agent guidance for installing packages and handling wallet keypairs, emphasizing security and explicit user consent.
- Expanded instructions for credential and profile management.
- Clarified rules around never reading, displaying, or creating wallet files unless explicitly asked.
- Minor updates to coordinator node setup and formatting for consistency.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部