GoldRush Skills: Structured Knowledge for AI Agents

LLMs have broad knowledge but shallow precision. GoldRush Agent Skills give AI agents the context they need to use the APIs to access onchain data.

AI agents are only as good as the context you give them. Ask an agent to fetch a wallet's token balances and it will try. It will guess at endpoint paths, hallucinate query parameters, and pick the wrong API entirely. Not because the model is bad, but because it has no reference material to work from.

That changes today. We're releasing GoldRush Agent Skills: four structured documentation packages that give AI agents the context they need to use GoldRush APIs correctly. Install once, and your agent knows every endpoint, every parameter, every credit cost, and when to use which product.


The Problem

LLMs have broad knowledge but shallow precision. When an agent needs to call a blockchain API, it's working from training data that may be outdated, incomplete, or just wrong. The result: failed requests, wrong chains, missing parameters, wasted credits.

Agent Skills solve this by putting a structured reference directly into the agent's context window. No web scraping. No RAG pipelines. Just a spec-compliant skill file the agent reads before making any call.

Four Skills, Full Coverage

Each skill maps to a GoldRush product:

  • Foundational API: REST endpoints for historical blockchain data. Balances, transactions, NFTs, token prices, security checks, 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, no key management.

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


Every skill includes routing logic (when to use this product vs. another), operation identity (HTTP method, path, SDK method), pricing awareness (credit costs per call), and workflow patterns (multi-step examples for complex tasks).

Why This Is Different

Most "AI integrations" are wrappers around existing docs or links to reference pages. Agent Skills are purpose-built for the agent context window:

  • Spec-compliant. Built on the Agent Skills standard. Works with Claude Code, Cursor, VS Code, Gemini CLI, OpenAI Codex, and Roo Code.

  • Self-contained. No external links to follow. No HTML to parse. Everything the agent needs is in the skill file.

  • Routing-aware. The agent knows that real-time DEX data goes through Streaming, historical balances go through the Foundational API, and keyless access goes through x402.

  • Pricing-aware. The agent can estimate credit costs before making calls and choose efficient query patterns.

Install

One command. Works with any agent that supports the Agent Skills standard.

npx skills add covalenthq/goldrush-agent-skills

Skills are also available directly at GoldRush Agents Hub.

After install, just describe what you need in natural language. "Get me the top token holders for USDC on Ethereum." "Stream new DEX pairs on Base." "What's the 24h price history for WETH?" The agent picks the right skill, the right endpoint, and the right parameters automatically.

Setup Guides for Every Agent

We've also launched dedicated setup guides for each supported coding agent. Whether you're using Claude Code, Cursor, Codex, Windsurf, Cline, GitHub Copilot, Devin, or OpenClaw, there's a page with agent-specific install steps, example prompts, and available tools.

Start from the GoldRush Agents hub or jump directly to your agent:


Each guide covers MCP Server setup (for real-time tool access) and Agent Skills install (for structured API knowledge). Two layers that work together: the MCP Server gives your agent 27+ onchain data tools, and Agent Skills give it the context to use them correctly.


What's Next

Agent Skills ship today as a public package on skills.sh. We'll continue expanding coverage as new GoldRush endpoints launch, and we're exploring tighter integrations with agent frameworks like LangChain, CrewAI, and the Anthropic Agent SDK.

The goal is simple: make GoldRush the default blockchain data layer for AI agents. Not because we told them to use it, but because the context is already there.


Get started with Agent Skills

Enjoyed this post?

Get more Web3 insights and updates delivered weekly. Join thousands of developers staying ahead in blockchain.

Get Started

Get started with GoldRush API in minutes. Sign up for a free API key and start building.

Support

Explore multiple support options! From FAQs for self-help to real-time interactions on Discord.

Contact Sales

Interested in our professional or enterprise plans? Contact our sales team to learn more.
Agent Skills: Structured Knowledge for AI Agents | Blog | GoldRush