community-automations/api-schema-extractor

DevOps e codice

PublicSubagent Claude

Estrattore di schema API

Tante API interne non hanno nessuno spec, così ogni integrazione parte a tentoni e con una marea di richieste di prova. Questo extractor sonda l'API live e scrive il documento al posto tuo.

sonnet4 giorniPythonOpenAIPostmanGitHub
ClaudeClaude
ROI for
README.md

Perché questo subagent

Tante API interne non hanno nessuno spec, così ogni integrazione parte a tentoni e con una marea di richieste di prova. Questo extractor sonda l'API live e scrive il documento al posto tuo.

Deduce parametri, forme delle risposte e codici di stato dalle risposte reali, assembla un file OpenAPI 3.1 e lo passa al linter prima del commit. Ottieni uno spec funzionante dentro una pull request, pronto da revisionare e da dare in pasto ai tuoi generatori di client e alla documentazione.

Come gira

    • Read

      Used at step 01 to kick off the pipeline.

    • Write

      Used at step 01 to kick off the pipeline.

    • WebFetch

      Used at step 01 to kick off the pipeline.

    • WebSearch

      Used at step 01 to kick off the pipeline.

Esempio di output

json
// Sample output
// (generated when the pipeline finishes)

Given an API base URL and sample calls, probe the endpoints and return a valid, linted OpenAPI 3.1 document describing paths, parameters, and response schemas.

Unlock the rest

The full agent definition, install snippet, and starter task are gated for community members.

Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.