Forge From Openapi banner
megabytespace megabytespace

Forge From Openapi

Testing community

Description

--- description: Auto-generate a Claude Code skill (commands + types + client) from any OpenAPI 3.x spec URL or file path argument-hint: <openapi-url-or-path> <skill-name> [--triggers <t1,t2>] [--base-url <url>] allowed-tools: Bash, Read, Write, Edit, Glob --- Auto-forge a complete Claude Code skill from an OpenAPI spec. Generates slash commands (one per endpoint), `types.ts`, `client.ts`, and a `SKILL.md`. ## How to use ``` /forge-from-openapi https://api.stripe.com/openapi.json stripe /forg

Installation

Installs to ~/.claude/skills/megabytespace-claude-skills-forge-from-openapi/SKILL.md

Terminal
mkdir -p ~/.claude/skills/megabytespace-claude-skills-forge-from-openapi && curl -fsSL https://raw.githubusercontent.com/megabytespace/claude-skills/HEAD/commands/forge-from-openapi.md -o ~/.claude/skills/megabytespace-claude-skills-forge-from-openapi/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository