Documentation Index Fetch the complete documentation index at: https://docs.herodotus.cloud/llms.txt
Use this file to discover all available pages before exploring further.
AI Skills
Copy Full Skill Download Skill
Use this playbook when an AI assistant needs to orchestrate HDP tasks/modules through HTTP with lifecycle tracking and retries.
Download this skill when building a production control plane around task scheduling, status transitions, and result consumption.
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:data-processor-api mkdir -p .cursor/skills/herodotus/data-processor-api
curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/plugins/herodotus-skills/skills/data-processor-api/SKILL.md \
-o .cursor/skills/herodotus/data-processor-api/SKILL.md
Global: mkdir -p ~/.codex/skills/herodotus/data-processor-api
curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/plugins/herodotus-skills/skills/data-processor-api/SKILL.md \
-o ~/.codex/skills/herodotus/data-processor-api/SKILL.md
Or project-local: mkdir -p .codex/skills/herodotus/data-processor-api
curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/plugins/herodotus-skills/skills/data-processor-api/SKILL.md \
-o .codex/skills/herodotus/data-processor-api/SKILL.md
mkdir -p .agent/skills/herodotus/data-processor-api
curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/plugins/herodotus-skills/skills/data-processor-api/SKILL.md \
-o .agent/skills/herodotus/data-processor-api/SKILL.md
curl -fsSL https://raw.githubusercontent.com/HerodotusDev/ai-skills/main/install.sh | bash