← 返回 Skills 市场
gane5h

Goldrush CLI

作者 gane5h · GitHub ↗ · v3.0.5 · MIT-0
cross-platform ⚠ suspicious
299
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install goldrush-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /goldrush-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug goldrush-cli
版本 3.0.5
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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。

💬 留言讨论