AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Openapi To Mcp Skill

skill-arnie016-codex-prompt-templates-openapi-to-mcp-skill · by Arnie016

>

No reviews yet
0 installs
41 views
0.0% view→install

Install

$ agentstack add skill-arnie016-codex-prompt-templates-openapi-to-mcp-skill

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-arnie016-codex-prompt-templates-openapi-to-mcp-skill)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Openapi To Mcp Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

OpenAPI To MCP Skill

Use this to turn an API into a narrow, safe agent tool surface.

Workflow

  1. Prefer a local OpenAPI/Swagger spec file. If the spec must be fetched, record

the URL and do not send credentials.

  1. Run the read-only surface audit when a local spec is available:

``bash python3 plugins/codex-supercharge/scripts/openapi_surface_audit.py path/to/openapi.json ``

  1. Inspect auth, servers, paths, schemas, request bodies, response shapes, rate

limits, and write methods.

  1. Group endpoints into workflows, not raw endpoint dumps.
  2. Mark each operation:
  • read-only
  • write
  • destructive
  • admin
  • credential-sensitive
  1. Generate a minimal MCP/tool plan or capability manifest.
  2. Create a Codex skill that teaches when and how to use the API.
  3. Add safety confirmations for write/destructive/admin operations.

Tool Plan Template

# API Tool Plan
## Auth
## Read Tools
## Write Tools
## Destructive Tools
## Admin And Credential-Sensitive Tools
## Rate Limits
## Error Handling
## Required Confirmations
## Example Prompts

Skill Rule

The skill should describe business workflows, not every endpoint. Keep endpoint details in a reference file.

References

  • references/openapi-tool-surface.md
  • references/mcp-server-catalog.md
  • Source inspiration only, code not executed: sources/toolcast
  • Capability-manifest inspiration: sources/roam-code/src/roam/capability.py

Skip When

  • The API has no spec or stable docs to inspect.
  • The user only needs a one-off HTTP call, not an agent/tool surface.
  • The task is only MCP conformance/release gating; use

$auto-skill-build-mcp-conformance-harness.

Validation

  • Auth, rate limits, write/destructive operations, and confirmations are explicit.
  • Generated tool groups map to workflows rather than raw endpoint dumps.
  • Credential-sensitive operations route through $mcp-safety-review.
  • openapi_surface_audit.py was run or the reason it could not run is stated.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.