Skip to main content

Agent Skills

Agent Skills give AI agents the context they need to use GoldRush APIs correctly. Install them once and your agent can look up balances, stream prices, fetch transactions, and more without hallucinating parameters or picking the wrong endpoint.

Install

npx skills add covalenthq/goldrush-agent-skills
This installs all four GoldRush skills into your agent’s skills directory. Works with any agent that supports the Agent Skills standard, including Claude Code, Cursor, VS Code, Gemini CLI, and others.

Available Skills

Foundational API

REST API for historical blockchain data. Balances, transactions, NFTs, token prices, security checks, and cross-chain queries across 100+ networks.

Streaming API

Real-time GraphQL subscriptions. OHLCV candles, new DEX pairs, wallet activity monitoring, token search, and PnL queries via WebSocket.

x402

Pay-per-request access without API keys. Agents pay with stablecoins using the HTTP 402 protocol. No accounts, no rate limits.

CLI

Terminal-first blockchain data with native MCP support. 17 commands that work for both humans and AI agents.

What your agent can do

Once skills are installed, your agent knows how to:
  • Look up token balances and portfolio history for any wallet across 100+ chains
  • Fetch and decode transaction details, NFT ownership, and token prices
  • Stream live DEX pair data and wallet activity via WebSocket
  • Make keyless, pay-per-request calls using x402 and stablecoins
  • Run terminal commands for blockchain data with MCP support
Each skill includes routing logic (when to use this product vs. another), operation details (endpoints, parameters, SDK methods), pricing awareness (credit costs per call), and workflow patterns for multi-step tasks. Just describe what you need in natural language. The agent picks the right skill and endpoint automatically.

Compatibility

GoldRush Agent Skills work with any tool that supports the Agent Skills standard:
ToolSupport
Claude CodeYes
CursorYes
VS Code (Copilot)Yes
Gemini CLIYes
OpenAI CodexYes
Roo CodeYes

Authentication

All skills require a GoldRush API key. Set it as an environment variable:
export GOLDRUSH_API_KEY=your_api_key_here
Get a free API key at goldrush.dev.