> ## Documentation Index
> Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# GoldRush Agent Skills

> Give your AI agent the knowledge to query blockchain data across 100+ chains. Install GoldRush skills in Claude Code, Cursor, VS Code, Gemini CLI, and other compatible agents.

# 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

```bash theme={null}
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](https://agentskills.io), including Claude Code, Cursor, VS Code, Gemini CLI, and others.

## Available Skills

<CardGroup cols={2}>
  <Card title="Foundational API" icon="https://mintcdn.com/goldrush/HCWRKGncxpy71D8p/images/icons/foundational.svg?fit=max&auto=format&n=HCWRKGncxpy71D8p&q=85&s=8a0b97060449218c1b477fe1fffc8a92" width="24" height="24" data-path="images/icons/foundational.svg">
    REST API for historical blockchain data. Balances, transactions, NFTs, token prices, security checks, and cross-chain queries across 100+ networks.
  </Card>

  <Card title="Streaming API" icon="https://mintcdn.com/goldrush/HCWRKGncxpy71D8p/images/icons/streaming.svg?fit=max&auto=format&n=HCWRKGncxpy71D8p&q=85&s=c4a22e003bde989c0cd2d01a67bd6adf" width="24" height="24" data-path="images/icons/streaming.svg">
    Real-time GraphQL subscriptions. OHLCV candles, new DEX pairs, wallet activity monitoring, token search, and PnL queries via WebSocket.
  </Card>

  <Card title="x402" icon="coins">
    Pay-per-request access without API keys. Agents pay with stablecoins using the HTTP 402 protocol. No accounts, no rate limits.
  </Card>

  <Card title="CLI" icon="https://mintcdn.com/goldrush/HCWRKGncxpy71D8p/images/icons/cli.svg?fit=max&auto=format&n=HCWRKGncxpy71D8p&q=85&s=b6a4f2a0c8df962d4f93e74d6c2db5f4" width="24" height="24" data-path="images/icons/cli.svg">
    Terminal-first blockchain data with native MCP support. 17 commands that work for both humans and AI agents.
  </Card>
</CardGroup>

## 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](https://agentskills.io):

| Tool              | Support |
| ----------------- | ------- |
| Claude Code       | Yes     |
| Cursor            | Yes     |
| VS Code (Copilot) | Yes     |
| Gemini CLI        | Yes     |
| OpenAI Codex      | Yes     |
| Roo Code          | Yes     |

## Authentication

All skills require a GoldRush API key. Set it as an environment variable:

```bash theme={null}
export GOLDRUSH_API_KEY=<GOLDRUSH_API_KEY>
```

Get a free API key at [goldrush.dev](https://goldrush.dev/platform/).
