/install goldrush-cli
GoldRush CLI
Terminal-first blockchain data tool with MCP support for AI agents. Query wallets, stream DEX pairs, and pipe live on-chain data directly into Claude — all from the command line.
Quick Start
# Install and authenticate
npx @covalenthq/goldrush-cli auth
# Query wallet balances
goldrush balances eth-mainnet vitalik.eth
# Stream new DEX pairs
goldrush new_pairs solana-mainnet raydium
# Set up MCP for Claude
goldrush install
Commands
Commands span portfolio management, market discovery, trading intelligence, and utilities. For the full reference with all parameters and examples, see overview.md.
Portfolio & Wallets
goldrush balances \x3Cchain> \x3Caddress>— full token portfolio with USD values and 24h changesgoldrush transfers \x3Caddress> \x3Cchain>— transfer history for any walletgoldrush watch \x3Caddress> \x3Cchain>— real-time wallet activity streaming
Market Discovery
goldrush new_pairs \x3Cchain> [protocols...]— live stream of new DEX liquidity pairsgoldrush ohlcv_pairs \x3Cpair> \x3Cchain> [-i interval]— live OHLCV candlestick charts in ASCII
Trading Intelligence
goldrush traders \x3Ctoken> \x3Cchain>— top traders ranked by unrealized PnLgoldrush gas [chain]— real-time gas price estimatesgoldrush search \x3Cquery>— find tokens by name, symbol, or address
Utilities
goldrush chains— list supported chainsgoldrush auth— set API key (stored in OS keychain)goldrush install— configure Claude for MCP integrationgoldrush config— view/update settingsgoldrush status— check API key and connectivitygoldrush logout— clear session data
Critical Rules
- Chain names use kebab-case —
eth-mainnet,solana-mainnet(same as Foundational API) - Authentication — API key stored in OS keychain via
goldrush auth, not environment variables - MCP requires setup — run
goldrush installbefore Claude can use GoldRush tools - Streaming commands —
new_pairs,ohlcv_pairs, andwatchuse the Streaming API under the hood - Output is formatted tables — designed for human-readable terminal output; pipe into Claude for AI processing
MCP Integration
The CLI is an MCP server. Running goldrush install registers GoldRush as a tool provider for Claude. Agents can then call GoldRush commands natively — no wrappers or manual configuration needed.
Reference Files
| File | When to read |
|---|---|
| overview.md | Need full command reference with parameters, usage examples, or MCP setup details |
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install goldrush-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/goldrush-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Goldrush CLI 是什么?
GoldRush CLI — terminal-first blockchain data tool with MCP support for Claude Desktop and Claude Code. Use this skill whenever the user wants to query block... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 299 次。
如何安装 Goldrush CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install goldrush-cli」即可一键安装,无需额外配置。
Goldrush CLI 是免费的吗?
是的,Goldrush CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Goldrush CLI 支持哪些平台?
Goldrush CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Goldrush CLI?
由 gane5h(@gane5h)开发并维护,当前版本 v3.0.5。