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.
Search the published skill catalog. Supports q, category, badge, pricing, sort.
Inspect skill detail, trust metadata, sandbox comparison, and install command.
Fetch the machine-readable package manifest for install/export decisions.
Run deterministic baseline vs skill-enhanced comparison from registry samples.
Download a pinned export artifact (codex_skill or markdown_export).
/api/v1/skills/:slug/installPOSTPin a free skill version and receive install record + export package JSON.
/api/v1/skills/:slug/claimPOSTSubmit an ownership claim for a published skill (GitHub, org email, or public statement proof).
List public claim statuses for a skill (no PII).
Buyer proof loop
- 1. Discover — search outcomes on the marketplace or via the agent API.
- 2. Inspect — review badges, limitations, permissions, and package manifest.
- 3. Sandbox — compare generic baseline vs skill-enhanced output on a fixed sample.
- 4. Install — pin the published version with the install command for your runtime.