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.md

search-apis

Find APIs in the apis.io catalog by keyword, capability, tag, or provider.

View SKILL.md

fetch-api-spec

Given an apis.io API URL or catalog entry, fetch the OpenAPI / AsyncAPI / Postman specification for that API.

View SKILL.md

For 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.