Manage Openapi Overlays
Automates OpenAPI overlay management, simplifying API versioning and customization within Speakeasy projects.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add manage-openapi-overlays npx -- -y @trustedskills/manage-openapi-overlays
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"manage-openapi-overlays": {
"command": "npx",
"args": [
"-y",
"@trustedskills/manage-openapi-overlays"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to manage OpenAPI overlays. It enables modification of existing OpenAPI specifications, facilitating customization and extension without altering the original document. The skill can apply changes such as adding new paths, modifying request bodies, or updating security schemes.
When to use it
- You need to add custom endpoints to an existing API specification.
- You want to modify request body schemas for specific use cases.
- You're integrating with a third-party API and need to adjust the OpenAPI definition accordingly.
- You require changes to security schemes defined in the original OpenAPI document.
Key capabilities
- Modify existing OpenAPI specifications.
- Add new paths to an OpenAPI specification.
- Update request body schemas within an OpenAPI specification.
- Adjust security schemes described in an OpenAPI specification.
Example prompts
- "Add a
/users/{id}endpoint to the API definition, with a GET method." - "Modify the
create_userrequest body schema to include an optional 'email' field." - "Update the security scheme to use API keys instead of OAuth 2.0."
Tips & gotchas
The skill requires a valid OpenAPI specification as input. Ensure the provided specification is well-formed and adheres to the OpenAPI standard for optimal results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.