Operator-Verified ✓✓ is the highest trust tier on skil.ski. These are bespoke skills authored by AtomEons operators, passing the full 7-gate Gauntlet: schema validation, static security review, logic trace, isolated sandbox execution, chaos / fuzz testing, idempotency confirmation, and field-speed benchmarking. The count reflects skills where original: true is set in the catalog.
Verified Skilskis (total) includes both Operator-Verified ✓✓ flagships and any other catalog entries that have cleared at minimum the Quarantine + Blueprint + Sandbox phases. This count reflects verified: true in the catalog regardless of origin. Federated MCP tools, SaaS integrations, and community entries are passed through and not included in this count unless they carry explicit verification.
Drop velocity is computed from the verified_at timestamp on each catalog entry. A drop is counted when a skill receives a verified_at timestamp within the window — today (last 24h), this week (last 7d), or this month (last 30d). The catalog is regenerated and promoted via CI; numbers reflect the most recently promoted build baked into the edge bundle, not a live database query.
The JSON endpoint is public, CORS-enabled, and requires no authentication. Suitable for embedding in dashboards, CLIs, or status pages. Cached at the CDN for 60 seconds with a 5-minute stale-while-revalidate window.
curl https://skill.ski/api/registry/stats | jq
{
"generated_at": "ISO8601",
"catalog": {
"total": number,
"operator_verified": number,
"verified": number,
"federated_mcp": number,
"federated_saas": number,
"oski_open_source": number,
"community_curated": number
},
"sectors": {
"total": number,
"distribution": { "sector_id": count, ... }
},
"drops": {
"today": number,
"this_week": number,
"this_month": number
},
"agents": {
"supported": number
}
}Numbers are useful. But the skills are where the value is.