Curated catalog of Agent Skills for the Inference Gateway ecosystem.
This repository serves two purposes:
- Catalog —
catalog.jsonis the source of truth for the skills listed at https://registry.inference-gateway.com/skills/. Entries can point at upstream skills hosted in vendor repos (e.g.anthropics/skills) or at skills hosted directly in this repo underskills/. - Skill bodies — folders under
skills/contain skill content that the Inference Gateway maintainers have authored, vendored, or adapted. Each folder retains its own LICENSE.
Open a pull request that:
- Adds an entry to
catalog.jsonwithname,description,source,vendor,license,tags,categories, and optionalhomepage. The catalog is versioned as a whole via the repo's git tag (see Releases), so per-entry refs aren't needed — consumers pin to a catalog version. - If hosting the body here, also adds the skill folder under
skills/<name>/with a validSKILL.md(frontmattername+description). - For skills derived from a third party, preserves the upstream
LICENSEinside the skill folder and adds aNOTICEfile at the repo root recording the attribution.
The catalog is consumed by:
- registry.inference-gateway.com/skills/ — human-browsable listing.
- registry.inference-gateway.com/skills/index.json
— machine-readable index used by
infer skills search/infer skills install <name>in the inference-gateway CLI.
- Repository-level files (
README.md,catalog.json,LICENSE) and IG-authored skills underskills/are MIT. - Skills derived from a third-party project carry their own license inside the skill folder; that license takes precedence for that skill's contents.