一键导入
avail
Avail Node—run chains, Kate RPC for data availability, block authoring, and runtime APIs for DA tooling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Avail Node—run chains, Kate RPC for data availability, block authoring, and runtime APIs for DA tooling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Go Ethereum (geth) — CLI, JSON-RPC, Clef, abigen, and developer workflows.
Agent-oriented skills for the Anchor framework—Solana program structure, accounts, CPI, IDL, clients, and tooling.
Solana Kit (JavaScript SDK) — RPC, signers, transactions, accounts, codecs, instruction plans, and program clients for agent-driven Solana tooling.
Solana blockchain development — core concepts, clients, RPC, tokens, and payments for agent-driven tooling.
TON Blueprint development environment — project layout, build/test/run, NetworkProvider, config, scripts, wrappers, and deploy/testing practices.
TON Blockchain — addresses, messages, TVM, cells, Blueprint, contracts, payments, API.
| name | avail |
| description | Avail Node—run chains, Kate RPC for data availability, block authoring, and runtime APIs for DA tooling. |
| metadata | {"author":"hairy","version":"2026.2.24","source":"Generated from https://github.com/availproject/avail, scripts at https://github.com/antfu/skills"} |
Skill based on Avail Node (availproject/avail), generated from
sources/avail. Doc path:sources/avail/README.md,sources/avail/client/basic-authorship/README.md,sources/avail/e2e/README.md, and node/rpc/runtime source (cli, command, kate-rpc, apis).
Avail is a data-availability layer. The Avail Node is the official Substrate-based client. It supports multiple chains (dev, turing, mainnet), Kate RPC for DA queries (rows, proofs, block length, per-tx data proof), and optional custom block authoring via the basic-authorship client. Use this skill to run nodes, script Kate RPC, integrate with light clients or explorers, and reason about runtime APIs.
| Topic | Description | Reference |
|---|---|---|
| Node and chains | Run node, chain IDs (dev, turing, mainnet), Docker, custom chain spec | core-node-and-chains |
| Kate RPC | Enable Kate RPC, methods (queryRows, queryProof, queryMultiProof, blockLength, queryDataProof), limits | core-kate-rpc |
| Topic | Description | Reference |
|---|---|---|
| Block authoring | ProposerFactory and Proposer for custom block production (basic-authorship) | features-block-authoring |
| Runtime APIs | DataAvailApi, KateApi, ExtensionBuilder for DA and header extension | features-runtime-apis |
| Topic | Description | Reference |
|---|---|---|
| Node security | Binary verification, safe RPC usage, when to use unsafe/Kate flags | best-practices-node-security |