A collection of AI agent skills for blockchain development, powered by Quicknode
This repository contains a curated set of skills that enable AI agents to interact with blockchain networks, smart contracts, and decentralized applications. Each skill provides specialized knowledge and capabilities for specific blockchain ecosystems and protocols.
Skills are structured instruction sets that AI agents can use to perform blockchain-related tasks. They provide:
- Context - Domain-specific knowledge about protocols, APIs, and best practices
- Capabilities - Step-by-step guidance for common operations
- Integration - Direct access to Quicknode's RPC endpoints and APIs
When an AI agent loads a skill, it gains the ability to help you build, deploy, and interact with blockchain applications.
| Skill | Description |
|---|---|
quicknode-skill |
Quicknode infrastructure - RPC endpoints (80+ chains), Streams, Webhooks, IPFS, Add-ons, Yellowstone gRPC, Hypercore, x402, Key-Value Store, SDK, Console API |
Using skills.sh
npx skills add quiknode-labs/blockchain-skillsOnce installed, you can use natural language prompts to interact with Quicknode's infrastructure:
- "Set up a stream to monitor new blocks on Ethereum"
- "Create a filter for large USDC transfers"
- "Get the SOL balance for this wallet address"
- "Check the ETH balance across multiple wallets"
This repository leverages Quicknode's infrastructure for reliable blockchain access:
Connect to 80+ blockchain networks with low-latency RPC endpoints:
- Ethereum, Polygon, Arbitrum, Optimism, Base
- Solana, Bitcoin, TON, TRON, StarkNet
- And many more...
Real-time blockchain data delivery:
- Block and transaction streaming
- Custom filters and transformations
- Webhook destinations
Extend functionality with marketplace add-ons:
- Token and NFT APIs
- DeFi data feeds
- Historical data access
- Enhanced RPC methods
Get your Quicknode endpoint at Quicknode.com
Each skill follows a consistent file organization:
skill-name/
├── SKILL.md # Main skill definition
└── references/ # API and protocol references
└── api.md
We welcome contributions! To add a new skill:
- Fork this repository
- Create a new directory for your skill
- Add a
SKILL.mdwith the skill definition - Include examples and documentation
- Submit a pull request
- Focus on a specific chain, protocol, or use case
- Include practical examples with expected outputs
- Reference official documentation and APIs
- Test with real Quicknode endpoints
MIT License
Built with Quicknode - Get Started