climate-generator
Installation
SKILL.md
Skill: climate-generator
You have access to climate, a CLI that generates production-ready Go command-line
clients from OpenAPI specifications and can emit Markdown prompts for agent skills.
When to use this skill
- The user has an OpenAPI 3.x URL or file and wants a CLI quickly.
- The user wants a human-usable API client rather than writing SDK glue code.
- The user wants to turn a generated CLI into a reusable agent skill.
- The user wants to list, remove, or upgrade a previously generated CLI.
Core workflow
- Generate a CLI from the provided spec.
- Capture the resulting
cli_name,binary_path, andsource_dir. - If the user wants agent integration, run
climate skill generate <cli-name>. - If the user wants the CLI managed on GitHub, run
climate publish <cli-name>. - Follow the generated instructions from that Markdown prompt.