hairyf/blockchain-skills

avail

Avail Node—run chains, Kate RPC for data availability, block authoring, and runtime APIs for DA tooling.

First seen Feb 28, 2026

Installation

$ npx skills add hairyf/blockchain-skills --skill avail

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from hairyf/blockchain-skills · top by installs.

npx skills add hairyf/blockchain-skills

Browse all from hairyf/blockchain-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
License LICENSE.md
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version2026.2.24
More metadata
author
hairy
version
2026.2.24
source
Generated from https://github.com/availproject/avail, scripts at https://github.com/antfu/skills

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,067 B
  • docs SUMMARY.md 119 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 5 installs

SKILL.md

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.

Core References

Topic Description Reference
Node and chains Run node, chain IDs (dev, turing, mainnet), Docker, custom chain spec [core-node-and-chains](references/core-node-and-chains.md)
Kate RPC Enable Kate RPC, methods (queryRows, queryProof, queryMultiProof, blockLength, queryDataProof), limits [core-kate-rpc](references/core-kate-rpc.md)

Features

Block authoring and runtime

Topic Description Reference
Block authoring ProposerFactory and Proposer for custom block production (basic-authorship) [features-block-authoring](references/features-block-authoring.md)
Runtime APIs DataAvailApi, KateApi, ExtensionBuilder for DA and header extension [features-runtime-apis](references/features-runtime-apis.md)

Best Practices

Topic Description Reference
Node security Binary verification, safe RPC usage, when to use unsafe/Kate flags [best-practices-node-security](references/best-practices-node-security.md)