An open API service indexing awesome lists of open source software.

https://github.com/quiknode-labs/blockchain-skills

Blockchain skills you can use with your coding agent, such as Claude Code, OpenCode, Codex, Cursor and more.
https://github.com/quiknode-labs/blockchain-skills

agent-skills agents ai ai-agents ai-skills blockchain claude claude-code claude-code-skills claude-skills codex cryptocurrency cursor cursor-ai ethereum evm evm-blockchain opencode skills solana

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Blockchain Skills

> A collection of AI agent skills for blockchain development, powered by [Quicknode](https://www.quicknode.com/)

## 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, Admin API |

## Installation

### Using [skills.sh](https://skills.sh/)

```bash
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](https://www.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](https://www.quicknode.com/)