docs
Celestia repo routing, blob guidance, and docs guardrails
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Celestia docs skill?▼
Run `npx skills add celestiaorg/docs --all -g -y` in your terminal to install the Celestia skill globally for your agent.
What does the Celestia skill do?▼
It routes Celestia questions to the right repository (docs, celestia-node, celestia-app, or celestia-core) and gives canonical guidance for posting and retrieving blobs via Go, Rust, or Node RPC.
How to post and retrieve blobs on Celestia?▼
The skill recommends the official Go or Rust transaction clients, using blob.Submit by default and returning the height, namespace, and commitment tuple for later retrieval.
Does this skill work with Claude Code and Cursor?▼
Yes. It follows the universal SKILL.md standard, so it runs in Claude Code, Cursor, Codex, and other compatible coding agents.
Why does the skill block answers from model memory?▼
Celestia versions and network parameters change fast, so the skill forces the agent to check live docs and llms.txt before writing any commands or code.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core