Skip to content

Blockchain skills you can use with your coding agent, such as Claude Code, OpenCode, Cursor and more.

License

Notifications You must be signed in to change notification settings

quiknode-labs/blockchain-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain Skills

A collection of AI agent skills for blockchain development, powered by Quicknode

Introduction

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.

What are Skills?

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.

Available Skills

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

Installation

Using skills.sh

npx skills add quiknode-labs/blockchain-skills

Usage

Once 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"

Quicknode Integration

This repository leverages Quicknode's infrastructure for reliable blockchain access:

RPC Endpoints

Connect to 80+ blockchain networks with low-latency RPC endpoints:

  • Ethereum, Polygon, Arbitrum, Optimism, Base
  • Solana, Bitcoin, TON, TRON, StarkNet
  • And many more...

Streams

Real-time blockchain data delivery:

  • Block and transaction streaming
  • Custom filters and transformations
  • Webhook destinations

Add-ons

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

Skill Structure

Each skill follows a consistent file organization:

skill-name/
├── SKILL.md          # Main skill definition
└── references/       # API and protocol references
    └── api.md

Contributing

We welcome contributions! To add a new skill:

  1. Fork this repository
  2. Create a new directory for your skill
  3. Add a SKILL.md with the skill definition
  4. Include examples and documentation
  5. Submit a pull request

Skill Guidelines

  • 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

License

MIT License


Built with Quicknode - Get Started

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •