Agent Skills
Filesystem-style skills (agentskills.io) that teach an agent how to use the apis.io network — its catalogs, content negotiation, and discovery endpoints.
Browse the manifest at /skills/index.json,
or fetch each SKILL.md directly.
discover-apis-io
Discover the structure of the apis.io network — its subdomains, machine-readable catalogs, and content-negotiation conventions — so other skills can find APIs efficiently.
View SKILL.mdsearch-apis
Find APIs in the apis.io catalog by keyword, capability, tag, or provider.
View SKILL.mdfetch-api-spec
Given an apis.io API URL or catalog entry, fetch the OpenAPI / AsyncAPI / Postman specification for that API.
View SKILL.mdWorkflow skills — built on the apis.io v1 API & MCP
find-api
Find the right API for a task — search the catalog, inspect the best candidates, and recommend one with its spec and links.
View SKILL.mdintegrate-provider
Onboard a provider end-to-end — read its onboarding and OpenAPI from the catalog and produce concrete first-integration steps.
View SKILL.mddiscover-mcp-servers
Find providers in the catalog that publish a public MCP server, so you can plug real tools into an agent.
View SKILL.mdassemble-api-stack Pro
Design a capability stack from the catalog and export it as an adoptable APIs.json a team can commit.
View SKILL.mdshortlist-vendors Pro
Turn a single capability into a scored, compared vendor shortlist with a clear recommendation.
View SKILL.mdaudit-api-estate Pro
Inventory, score, and gap a set of providers: what they publish, how they rate, and what they're missing.
View SKILL.mdtrack-api-changes Pro
Monitor the catalog for providers added/updated and rating movement, for a chosen set or the whole network.
View SKILL.mdFor agents
curl https://apis.io/skills/index.json | jq '.skills[] | {name, url}'
Each skill is a self-contained markdown file. No build step, no installer — fetch and follow.