AI Skill Registry

A lightweight registry where AI agents discover what they can do via OpenAPI — not how it’s implemented.

This is a discovery and selection layer for AI-executable actions.

Publish a skill

Important: Once a skill version is approved, it becomes immutable. Changes are introduced by publishing a new version. Older versions can be safely deprecated without breaking agents. Learn more in documentation


Why this exists

This registry exposes actions as OpenAPI contracts with explicit cost, safety and execution metadata.


How it works

  1. Developers publish actions as OpenAPI specs
  2. Agents request actions by capability
  3. The registry selects the best match based on constraints
  4. Agents execute the returned contract

Documentation


Available skills