Speakeasy Api Skills
speakeasy-api-skills is a Claude Code plugin for the Build phase that adds agent skills for Speakeasy CLI OpenAPI tooling and SDK generation.
Generate client SDKs and work with OpenAPI from agent skills using the Speakeasy CLI inside Claude Code.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install speakeasy-api-skills@speakeasy-api/skillsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:speakeasy-api/skills") and the paste-ready config with skillselion.get_install_config("plugin:speakeasy-api/skills").
What it does
speakeasy-api-skills is a Claude Code plugin that packages agent skills around Speakeasy’s OpenAPI and SDK generation workflow. Solo builders shipping API products use it when the next step after defining endpoints is producing typed client SDKs and keeping them aligned with the spec—work that is tedious to do by hand but structured enough for agent assistance. The plugin sits squarely in Build: you bring an OpenAPI document (or Speakeasy project context), invoke the skills with the Speakeasy CLI mental model, and let Claude Code drive generation, refactors, and tooling tasks tied to your API surface. It is not a general testing harness, marketplace, or MCP directory entry; it is vendor-aligned development tooling for integrations. Intermediate complexity is appropriate because you should understand OpenAPI, SDK consumers, and CLI-based codegen before relying on the agent to modify generated artifacts safely.
Highlights
- Agent skills for Speakeasy CLI-driven SDK generation
- OpenAPI-aware tooling so agents scaffold and maintain API clients
- Fits API-first and SaaS backends that publish OpenAPI specs
- Productivity-category plugin bundle from speakeasy-api/skills
- Single-plugin pack focused on generation and API tooling
Why builders use it
You have an OpenAPI spec but generating and maintaining multi-language SDKs with Speakeasy is slow to do manually in every coding session.
Claude Code can drive Speakeasy-oriented SDK and OpenAPI tasks from skills so client libraries stay in sync with your API definition.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 9 stars, 0 votes.
FAQ
Who is speakeasy-api-skills for?
Developers building HTTP APIs who use Speakeasy (or want to) and need Claude Code skills to help generate and manage SDKs from OpenAPI.
When should I use speakeasy-api-skills?
Use it during Build when you are defining or updating an OpenAPI spec and need SDK codegen, Speakeasy CLI workflows, or integration scaffolding.
How do I add speakeasy-api-skills to my agent?
Install the speakeasy-api/skills Claude Code plugin, ensure Speakeasy CLI and your OpenAPI project are available locally, then invoke the bundled skills when working on SDK or spec tasks.
Comments
Share how you use speakeasy-api-skills, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.