A free skill that teaches your coding agent when and how to use Hesperan — in Claude Code, Codex, Cursor, Gemini CLI and every agent that reads Agent Skills. Pick one of three ways.
01
Give it to your agent
Paste this into Claude Code, Codex or any agent. It downloads and installs the skill itself.
Prompt
Install the Hesperan agent skill for yourself. Download https://hesperan.com/skill/hesperan.zip and unpack it so that the folder "hesperan" sits in your skills directory — for example ~/.claude/skills/hesperan (Claude Code), ~/.codex/skills/hesperan (Codex) or ~/.agents/skills/hesperan (shared by many agents).
If you can run shell commands, "curl -fsSL https://hesperan.com/install-skill.sh | sh" does the same for every agent on this machine.
Then read hesperan/SKILL.md, tell me where you installed it, and remind me to create an API key at https://hesperan.com/console/keys and set it as HESPERAN_API_KEY.
02
Or one line in the terminal
Installs the skill for every agent found on this machine. It only copies files — read it first if you like.
Shell
curl -fsSL https://hesperan.com/install-skill.sh | sh