Documentation

Install validated expert workflows into your agents

SkillForge v0 exposes a read-first agent catalog API so runtimes can search, inspect manifests, and pin installable skill versions. Sandbox and eval runners ship next.

Agent access

REST catalog search and detail for autonomous discovery.

Package contract

Versioned manifests with permissions, pricing, and taste metadata.

Trust first

Validated packages, benchmark context, and sandbox before install.

Agent API (v0 preview)

Unauthenticated read access for the static catalog. Auth tokens, rate limits, and package artifact fetch land with the full access policy service.

GET/api/v1/skillsTry

Search the published skill catalog. Supports q, category, badge, pricing, sort.

GET/api/v1/skills/:slugTry

Inspect skill detail, trust metadata, sandbox comparison, and install command.

GET/api/v1/skills/:slug/manifestTry

Fetch the machine-readable package manifest for install/export decisions.

GET/api/v1/skills/:slug/sandboxTry

Run deterministic baseline vs skill-enhanced comparison from registry samples.

GET/api/v1/skills/:slug/exportTry

Download a pinned export artifact (codex_skill or markdown_export).

POST/api/v1/skills/:slug/installPOST

Pin a free skill version and receive install record + export package JSON.

POST/api/v1/skills/:slug/claimPOST

Submit an ownership claim for a published skill (GitHub, org email, or public statement proof).

GET/api/v1/skills/:slug/claimTry

List public claim statuses for a skill (no PII).

Buyer proof loop

  1. 1. Discover — search outcomes on the marketplace or via the agent API.
  2. 2. Inspect — review badges, limitations, permissions, and package manifest.
  3. 3. Sandbox — compare generic baseline vs skill-enhanced output on a fixed sample.
  4. 4. Install — pin the published version with the install command for your runtime.
Browse marketplace