Use Case
Onchain CLI isn't just for solo use β teams can share skills and build consistent AI workflows across the organization. CLI for crypto portfolio tracking, market data, CEX history, and transaction lookups. Use when the user asks about crypto prices, wallet balances, portfolio values, Coinbase/Binance holdings, Polymarket predictions, or transaction details. This guide covers how to deploy Onchain CLI for your team, standardize prompts, and create shared workflows that everyone can use.
Install Onchain CLI in your project directory: .claude/skills/onchain/
Commit the skill folder to your repository so the whole team has access
Document your team's standard prompts in a shared README
Use Onchain CLI in code reviews, standups, and planning sessions
Iterate: collect feedback from the team and refine your prompts
Copy these prompts and use them with your AI agent after installing Onchain CLI
How can my team use Onchain CLI together?
Set up Onchain CLI for our project so everyone can use it
Create a shared workflow using Onchain CLI for our team
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install onchainOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install onchainβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/onchain/π‘Extract and place the folder at the path above, then restart your agent.