- Search public skills.
- Inspect public manifests, schemas, permissions, runtime type, pricing intent, review state, and publisher profile.
- Copy public REST inspection commands.
- Compare verified and submitted skills before adopting them.
SkillHub Developer Quickstart
Discover and inspect public agent skills in five minutes. Runtime invocation requires a signed-in project key.
- Save or install a verified skill to a project.
- Create project runtime keys.
- Run login-gated runtime tests through project policy checks.
- Approve project policy, budget, subscription, billing, or ledger actions where the paid-preview role allows them.
- Submit feedback or trust reports.
5-minute developer quickstart
Discovery and inspection work without login. Runtime invocation requires a signed-in project key and policy checks.
# 1. Search public skills
curl "https://api.useskillhub.com/v1/skills/search?tag=research"
# 2. Inspect a public manifest
curl "https://api.useskillhub.com/v1/skills/browser-research"
# 3. Read MCP service metadata
curl "https://api.useskillhub.com/mcp"Three P0 journey operating references
The P0 product is judged by whether these paths connect, but anonymous visitors should start with public discovery, inspection, MCP setup, and clear sign-in gates.
Discover, inspect, then sign in to test
Listing -> public inspection -> sign-in -> project install -> governed runtime test -> logs and cost follow-up
Start in marketplaceUpload, submit, prepare paid-readiness metadata, and improve
Draft -> exact version review -> checks -> paid-readiness metadata -> feedback and future paid-marketplace readiness
Start publishingReview, govern, and launch operations
Review queue -> trust action -> incident -> prelaunch paid-marketplace state -> launch readiness and audit
Read operating referenceReference domains
Each domain must give the user a reason to come back: developers return to manage safer runtime, publishers return to fix reviews, address buyer demand, and prepare paid metadata, admins return to govern real operations.
Registry and marketplace
SkillHub skills are versioned contracts. Public discovery should prioritize approved versions and never silently replace installed behavior.
- draft -> submitted -> in_review -> verified/rejected
- Verified and installed versions are immutable
- Similar and alternative skill paths
Runtime gateway
Whether the agent uses REST, MCP, SDK, or the console test, runtime invocation follows the same governance path.
- Project API key
- Install and policy checks
- Budget, rate-limit, subscription, logs, and metering
Review and trust
Publishers need a precise repair loop, not vague rejection reasons. Automated checks must carry blocker, field, category, and next step.
- Manifest/runtime/example/security checks
- 3-business-day review SLA
- Review notes and audit trail
Future paid-marketplace ledger model
In developer preview, usage does not directly pay publishers. Billable usage and subscription cycles only generate immutable commercial records after paid-marketplace launch gates pass.
- Transaction -> split -> balance
- Refunds and disputes generate adjustment records
- Future payout reviews will reserve qualifying balances
Notifications and webhooks
In-app notifications, email rows, and webhook outbox must stay separate; personal preferences must not suppress org-level webhook delivery.
- Template-rendered delivery
- Retry and provider metadata
- Signed webhook fan-out
Operating reference
Admins need one console view of non-leaking launch readiness, identity, review, risk, finance, payouts, delivery, webhooks, and audit.
- Launch confidence threshold
- Migration and schema visibility
- Privileged decisions require reason field
Manifest quality gate
{
"schemaVersion": "0.1",
"name": "support-triage",
"displayName": "Support Triage",
"version": "0.1.0",
"runtime": {
"type": "http",
"entrypoint": "https://api.example.com/skill"
},
"permissions": {
"network": false,
"browser": false,
"filesystem": "none",
"secrets": []
},
"inputSchema": { "type": "object" },
"outputSchema": { "type": "object" }
}API map for Developer Preview surfaces
These groups are the public and sign-in gated API surfaces that make the Developer Preview operational. Final payment capture and automated payouts stay deferred; paid-marketplace money movement remains an operating reference, not an anonymous public action.
Marketplace
Public discovery, skill detail, publisher trust, and marketplace recommendation inputs.
GET /v1/skills/searchGET /v1/skills/:slugGET /v1/publishersGET /v1/publishers/:slugPublisher
Organization-scoped publishing, version creation, exact-version submission, and pricing readiness.
POST /v1/skillsPOST /v1/publisher/skills/:slug/versionsPOST /v1/publisher/skills/:slug/versions/:version/submitPOST /v1/pricesDeveloper
Project install state, saved skills, policy approval, keys, runtime tests, invoices, and updates.
GET /v1/developer/projectsPOST /v1/projects/:projectId/installed-skillsPOST /v1/projects/:projectId/api-keysPOST /v1/projects/:projectId/runtime-testAdmin
Review, trust, incidents, launch readiness, finance, payouts, notifications, webhook outbox, and audit.
GET /v1/admin/reviewsGET /v1/admin/launch-readinessGET /v1/admin/payoutsGET /v1/admin/audit-logsShared state language
These names must stay consistent across marketplace cards, skill detail, publish prechecks, project policy, publisher workbench, admin review, finance, and launch readiness.
Skill lifecycle
Skill version publication and review status.
draftsubmittedin_reviewverifiedrejecteddeprecatedsuspendedRuntime checks
Automated evidence state for review and repair loops.
queuedrunningpassedwarningfailedPaid-preview balances
Prelaunch paid-marketplace readiness and money-state model.
pendingavailablelockedpaidfailedblockedreversedDelivery
Notification and webhook delivery state before provider integrations are final.
queuedpendingprocessingsentskippedfailedretry_readyLaunch and operating guardrails
Payment capture, payout provider automation, tax/KYC automation, final legal terms, and final email delivery provider are last-mile items; paid-marketplace money movement is currently a prelaunch operating reference only.
Ready to get started?
Browse available skills in the registry or publish your own.