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

  1. Generate a CLI from the provided spec.
  2. Capture the resulting cli_name, binary_path, and source_dir.
  3. If the user wants agent integration, run climate skill generate <cli-name>.
  4. If the user wants the CLI managed on GitHub, run climate publish <cli-name>.
  5. Follow the generated instructions from that Markdown prompt.
Installs
2
First Seen
Apr 17, 2026
climate-generator — disk0dancer/climate