A comprehensive command-line interface for tracking cryptocurrency portfolios, exchange history, and prediction markets across multiple blockchains.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install test
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 test using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Onchain CLI is a powerful developer tool designed to bridge the gap between various crypto data sources, including on-chain wallets, centralized exchanges, and prediction platforms. As part of the Openclaw Skills ecosystem, it provides a unified command structure for retrieving real-time financial data. It allows users to query token prices, monitor DeFi positions across dozens of chains, and audit trade history from major exchanges like Coinbase and Binance.
By synthesizing data from industry-standard APIs like DeBank and Helius, this skill offers high-fidelity insights into both EVM and Solana ecosystems. It is built with a focus on automation, providing structured JSON output that makes it an essential asset for developers building financial bots or automated portfolio management systems.
To get started with this skill, you must first run the interactive setup to configure your API keys and wallets.
# Start the interactive configuration wizard
onchain setup
# Add a specific wallet to your saved configuration
onchain config wallet add main_wallet <your-address>
# Verify your configuration and API status
onchain config
Ensure you have your DeBank or Helius API keys ready to enable full multi-chain support. Configuration is stored locally in ~/.config/onchain/config.json5.
The skill organizes blockchain and exchange data into structured formats optimized for both human reading and machine parsing.
| Component | Data Structure |
|---|---|
| Portfolio | Returns an object containing totalValueUsd, netWorth, and an array of chain-specific assets. |
| Markets | Provides token price, 24h priceChange, and marketCapChange24h metrics. |
| Exchanges | Maps CEX trade history to a unified schema including timestamp, pair, side, and amount. |
| Prediction | Details market slugs, liquidity, and probability percentages for trending events. |
Using Openclaw Skills with the --json flag ensures these schemas remain consistent for agent integration.
Loading
A versatile command-line tool for tracking cross-chain crypto portfolios, exchange balances, and prediction markets integrated with Openclaw Skills.

A powerful Instagram CLI for viewing feeds, profiles, and engaging with content directly from your terminal.

An AI-driven CLI tool that extracts direct contact information from travel listings and places autonomous booking calls.

A structured AI coaching skill for conducting evidence-based OCD Exposure and Response Prevention therapy with automated monitoring and progress tracking.

A high-performance command-line interface for reading, searching, and sending Telegram messages and managing group contacts.

Automate the complex configuration required to deploy and manage MoltBot agents within Telegram group chat environments.








































