원클릭으로
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 |