AI Skills
Copy Full Skill Download Skill
Use this playbook when an AI assistant needs to build proof request pipelines and consume verified values on-chain via Satellite.
Download this skill when implementing request construction, terminal-state tracking, and safe readback patterns.
Claude Code
Cursor
Codex
Antigravity
Install All
Global: curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/install.sh | bash -s -- --claude
Or project-local: curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/install.sh | bash -s -- --claude --project
Or inside Claude Code: /plugin marketplace add HerodotusDev/ai-skills
/plugin install herodotus-skills@herodotus
Or via the Claude CLI: claude plugin marketplace add HerodotusDev/ai-skills
claude plugin install herodotus-skills@herodotus
Then use: /herodotus-skills:storage-proof-api mkdir -p .cursor/skills/herodotus/storage-proof-api
curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/plugins/herodotus-skills/skills/storage-proof-api/SKILL.md \
-o .cursor/skills/herodotus/storage-proof-api/SKILL.md
Global: mkdir -p ~/.codex/skills/herodotus/storage-proof-api
curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/plugins/herodotus-skills/skills/storage-proof-api/SKILL.md \
-o ~/.codex/skills/herodotus/storage-proof-api/SKILL.md
Or project-local: mkdir -p .codex/skills/herodotus/storage-proof-api
curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/plugins/herodotus-skills/skills/storage-proof-api/SKILL.md \
-o .codex/skills/herodotus/storage-proof-api/SKILL.md
mkdir -p .agent/skills/herodotus/storage-proof-api
curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/plugins/herodotus-skills/skills/storage-proof-api/SKILL.md \
-o .agent/skills/herodotus/storage-proof-api/SKILL.md
curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/install.sh | bash