Skip to content

feat: add goldrush skill for blockchain data across 100+ chains#1053

Open
JayeHarrill wants to merge 2 commits intogithub:mainfrom
JayeHarrill:add-goldrush-skill
Open

feat: add goldrush skill for blockchain data across 100+ chains#1053
JayeHarrill wants to merge 2 commits intogithub:mainfrom
JayeHarrill:add-goldrush-skill

Conversation

@JayeHarrill
Copy link

Description

Adds a GoldRush skill for querying blockchain data across 100+ chains via the GoldRush API by Covalent.

What it does:

  • Wallet token balances, transaction history, NFT holdings
  • Token prices (historical and current)
  • DEX pair monitoring and real-time OHLCV streams via WebSocket
  • Pay-per-request access via x402 (no API key required)

Compatible agents: Claude Code, GitHub Copilot, Cursor, Codex, and any SKILL.md-compatible agent

Links:

@aaronpowell
Copy link
Contributor

It looks like you've incorrectly branched from the main branch not staged, and as a result all the materialised plugins are included in this PR.

You can attempt to fix this with a rebase:

git fetch origin staged
git rebase --onto origin/staged origin/main <branch name>
git push --force-with-lease

If that does not resolve it, you can run npm run plugin:clean which will delete the materialised plugins and you can commit that change.

@github-actions github-actions bot force-pushed the main branch 2 times, most recently from 7c6f4ad to ccabb66 Compare March 18, 2026 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants