← Back to Skills Marketplace
gane5h

Goldrush CLI

by gane5h · GitHub ↗ · v3.0.5 · MIT-0
cross-platform ⚠ suspicious
299
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install goldrush-cli
Description
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...
README (SKILL.md)

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 changes
  • goldrush transfers \x3Caddress> \x3Cchain> — transfer history for any wallet
  • goldrush watch \x3Caddress> \x3Cchain> — real-time wallet activity streaming

Market Discovery

  • goldrush new_pairs \x3Cchain> [protocols...] — live stream of new DEX liquidity pairs
  • goldrush ohlcv_pairs \x3Cpair> \x3Cchain> [-i interval] — live OHLCV candlestick charts in ASCII

Trading Intelligence

  • goldrush traders \x3Ctoken> \x3Cchain> — top traders ranked by unrealized PnL
  • goldrush gas [chain] — real-time gas price estimates
  • goldrush search \x3Cquery> — find tokens by name, symbol, or address

Utilities

  • goldrush chains — list supported chains
  • goldrush auth — set API key (stored in OS keychain)
  • goldrush install — configure Claude for MCP integration
  • goldrush config — view/update settings
  • goldrush status — check API key and connectivity
  • goldrush logout — clear session data

Critical Rules

  1. Chain names use kebab-caseeth-mainnet, solana-mainnet (same as Foundational API)
  2. Authentication — API key stored in OS keychain via goldrush auth, not environment variables
  3. MCP requires setup — run goldrush install before Claude can use GoldRush tools
  4. Streaming commandsnew_pairs, ohlcv_pairs, and watch use the Streaming API under the hood
  5. 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
Usage Guidance
This skill is functionally consistent with a CLI that you would run locally, but there are a few gaps and surface risks to check before using it: 1) The metadata didn't declare required binaries, yet the docs use `npx`/`goldrush` — make sure you have Node/npm and understand that `npx` will fetch and run code from the npm registry. 2) The source and homepage are missing; verify the npm package owner (e.g., @covalenthq) and inspect the package repository and README on npm/GitHub before running `npx`. 3) `goldrush auth` will store an API key in your OS keychain—confirm billing/permissions for the API key provider and avoid pasting secrets into unknown prompts. 4) `goldrush install` registers an MCP provider for Claude and may modify agent or host configuration or open ports; ask for explicit documentation of what files/ports/configs it changes and consider running it in an isolated environment first. 5) Streaming/watch features run continuous processes that can collect surveillance-style data — be cautious about watching wallets you do not own. If you want to proceed, inspect the package source code (on the npm/GitHub repo), or run it inside a sandbox/container until you’ve validated its behavior.
Capability Analysis
Type: OpenClaw Skill Name: goldrush-cli Version: 3.0.5 The goldrush-cli skill bundle provides a legitimate interface for querying blockchain data using the official Covalent GoldRush CLI. It follows security best practices by storing API keys in the OS keychain rather than environment variables and provides clear instructions for MCP integration with Claude. No malicious patterns, such as data exfiltration or unauthorized execution, were found in SKILL.md or the reference documentation.
Capability Assessment
Purpose & Capability
The README describes a Node/npm-based CLI (npx @covalenthq/goldrush-cli, goldrush commands) and expects an API key, but the registry metadata lists no required binaries or primary credential. At minimum this requires Node/npm (npx) or the goldrush binary available on PATH — the metadata omission is an incoherence that could mislead users about runtime requirements.
Instruction Scope
SKILL.md instructs users/agents to run npx to install/authenticate, to store an API key in the OS keychain, and to run goldrush install to register as an MCP tool provider. The 'install' step implies changing agent/host configuration (registering an MCP server, possibly opening ports or writing config). The doc also describes persistent streaming and 'watch' loops (continuous wallet surveillance). While these actions are consistent with the tool's purpose, they expand scope to network exposure, persistent processes, and potential privacy implications and are not fully documented (no details on what files/ports/config are modified).
Install Mechanism
There is no install spec in the skill bundle (instruction-only). The SKILL.md relies on npx to fetch code from npm when executed by the user/agent. That is reasonable, but the skill metadata did not declare any required binaries. Because actual installation would happen via npx (runtime download from npm), users should verify the npm package and publisher before running it.
Credentials
The skill declares no required env vars or primary credential, but the CLI requires an API key (entered via `goldrush auth` and stored in the OS keychain). Storing keys in the OS keychain is more proportionate than requiring broad environment secrets, but the skill does require credentials in practice — the metadata could be clearer about that. No unrelated credentials are requested.
Persistence & Privilege
always: false (good). However, `goldrush install` is described as registering GoldRush as an MCP server/provider for Claude, which can grant the tool the ability to be invoked natively by agents. That is a legitimate capability for an MCP tool but increases blast radius (agent-native invocation + streaming loops). The skill does not itself request persistent inclusion, but users should confirm what 'install' modifies and whether it opens network listeners or registers persistent services.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install goldrush-cli
  3. After installation, invoke the skill by name or use /goldrush-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.5
- Improved description and usage guidance for GoldRush CLI, highlighting MCP support for Claude Desktop and Claude Code. - Enhanced command documentation with clear examples covering wallets, market discovery, trading intelligence, and utilities. - Added "Critical Rules" and detailed MCP integration instructions for seamless setup as a tool provider. - Clarified the distinction between CLI usage and other GoldRush APIs for different user needs. - Included a quick start section and helpful references for ease of onboarding.
Metadata
Slug goldrush-cli
Version 3.0.5
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 299 downloads so far.

How do I install Goldrush CLI?

Run "/install goldrush-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Goldrush CLI free?

Yes, Goldrush CLI is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Goldrush CLI support?

Goldrush CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Goldrush CLI?

It is built and maintained by gane5h (@gane5h); the current version is v3.0.5.

💬 Comments