Install
$ agentstack add skill-covalenthq-goldrush-agent-skills-goldrush-cli ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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](references/overview.md).
Portfolio & Wallets
goldrush balances— full token portfolio with USD values and 24h changesgoldrush transfers— transfer history for any walletgoldrush watch— real-time wallet activity streaming
Market Discovery
goldrush new_pairs [protocols...]— live stream of new DEX liquidity pairsgoldrush ohlcv_pairs [-i interval]— live OHLCV candlestick charts in ASCII
Trading Intelligence
goldrush traders— top traders ranked by unrealized PnLgoldrush gas [chain]— real-time gas price estimatesgoldrush search— 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](references/overview.md) | Need full command reference with parameters, usage examples, or MCP setup details |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: covalenthq
- Source: covalenthq/goldrush-agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.