मुख्य सामग्री पर जाएं

क्विकनोड कौशल

को अपडेट
Jun 01, 2026

अवलोकन

Blockchain Skills is a reference package that gives AI coding agents and developers using AI tools accurate knowledge of Quicknode's product suite. It provides correct endpoints, parameters, supported networks, and current best practices so that agents produce working code on the first attempt instead of guessing at API shapes or using outdated method names.

Skills uses the open skills framework by Vercel. Once installed, the skill is automatically loaded into the agent's context when working on blockchain-related tasks.


संक्षेप में
  • One install command gives AI coding agents accurate Quicknode API knowledge: correct endpoints, parameters, supported networks, and current best practices
  • Works with Claude Code, Cursor, Codex, OpenCode, and Windsurf; loads automatically when the agent starts a session
  • Covers RPC, Streams, Webhooks, Admin API, x402, MPP, DAS API, Solana gRPC (Yellowstone-compatible Geyser gRPC), Hypercore, SQL Explorer, and more

Installation

# Install the Quicknode blockchain skill for your AI coding agent
npx skills add https://github.com/quiknode-labs/blockchain-skills --skill quicknode-skill

This installs the quicknode-skill to your agent's skills directory. The installer prompts you to choose between project-level and global installation, and lets you select which AI agents to configure. If you add multiple skills for the same agent, the installer creates symlinks instead of duplicating files.

# Example prompt to the agent after installation
"Using Quicknode skills, create a script that backfills ERC-20 transfers on the Ethereum mainnet to a PostgreSQL database with Streams."

# ⏺ Skill(quicknode-skill)
# ⎿  Successfully loaded skill
# ⏺ Let me read the Streams reference for detailed filter function and PostgreSQL destination documentation.

Compatible Agents

The skill works with any agent that supports the skills framework, including:

  • क्लाउड कोड
  • कर्सर
  • ज़ाब्ता
  • OpenCode
  • विंडसर्फ

What the Skill Covers

The quicknode-skill package covers Quicknode's core products and APIs in a single, compact reference. This includes:

Productविवरण
RPC EndpointsSetup patterns for EVM (ethers.js, viem) and Solana, authentication format, supported networks, rate limits by plan
स्ट्रीमStream types, filter functions, destinations, lifecycle states
वेबहुकSetup, comparison with Streams, use cases
आईपीएफएसUpload and gateway access
मार्केटप्लेस ऐड-ऑनToken API, NFT API, Solana Priority Fee API, Metis (Jupiter Swap API)
व्यवस्थापक एपीआईEndpoint management, usage monitoring, rate limits, security, billing
की-वैल्यू स्टोरList and set operations via qnLib in Streams filters
क्विकनोड एसडीकेInstallation, Token API and NFT API usage
x402Pay-per-request and credit drawdown RPC setup with @quicknode/x402
एमपीपीPay-per-request RPC setup with mppx, charge and session intents
DAS API (Solana)All Digital Asset Standard methods for NFTs, compressed NFTs, and token queries
सोलाना जीआरपीसीYellowstone-compatible Geyser streaming setup, filter types, connection patterns
HypercoreHyperliquid gRPC, JSON-RPC, WebSocket, and Info API access
SQL एक्सप्लोररDirect SQL access to indexed blockchain data, table schemas, pre-built queries, query optimization patterns

The skill also includes common patterns (multi-chain setup, real-time monitoring, NFT indexing) and best practices for RPC, Streams, security, and gRPC connections.

यह काम किस प्रकार करता है

When an AI coding agent loads the skill, it receives structured context about Quicknode's infrastructure. The skill file includes:

  • Intake questions the agent asks before generating code (which chain, read-only vs. write, RPC vs. streaming, endpoint URL)
  • Safety defaults like preferring testnet when no network is specified and never accepting private keys
  • Confirm-before-write rules that require explicit user confirmation before creating or modifying Streams, Webhooks, or IPFS uploads
  • Code samples for each product with correct method names, parameters, and import paths
  • Documentation links pointing to the right Quicknode docs page for each product

This means the agent knows to ask the right clarifying questions upfront, uses the correct API surface, and links to relevant documentation when needed.

The skill loads automatically when the agent starts a session. You can also reference it explicitly in your prompt (e.g., "use the quicknode-skill") to ensure the agent applies it for a specific task.

Additional Skills

Quicknode also maintains a Solana and Anchor skill focused specifically on Solana program development with Anchor. Install it alongside the main skill for Solana-focused work:

npx skills add https://github.com/quiknode-labs/solana-anchor-claude-skill

संसाधन


बख्शीश

If you want AI tools to discover and reference Quicknode's full documentation (not just the skill's built-in knowledge), see LLM-Optimized Docs for llms.txt indexes across the platform. For managing Quicknode infrastructure through natural language, see क्विकनोड एमसीपी.

हमें आपकी प्रतिक्रिया बहुत पसंद है!

यदि इस दस्तावेज़ के बारे में आपके कोई सुझाव या प्रश्न हैं, तो कृपया हमें बताएं । हमें आपकी प्रतिक्रिया जानकर खुशी होगी!

इस दस्तावेज़ को साझा करें