/login -> /accountSign in, verify email access, inspect connected identities, session fingerprints, roles, and workspace readiness.
SkillHub is the registry, marketplace, and gateway layer for reusable AI-agent capabilities: one manifest format, searchable packages, permission profiles, billing-ready usage, and agent-ready APIs.
SkillHub is not a directory: one skill can move from contract, to review, to install, to governed runtime, to ledger, payout, and audit.
SkillHub's backend is split by job: account access, developer runtime operations, publisher supply operations, and platform governance.
/login -> /accountSign in, verify email access, inspect connected identities, session fingerprints, roles, and workspace readiness.
/developerCreate projects, manage installed skills, runtime keys, policies, tests, buyer requests, billing, team, and webhooks.
/publisherUpload skills, manage review repair, pricing blockers, buyer demand, feedback, revenue, payout readiness, and notifications.
/adminOperate review queues, launch readiness, identity directory, trust reports, incidents, ledger, payouts, and delivery outbox.
The three roles share one operating chain: publish, review, install, run, ledger, payout, and audit.
The developer path proves SkillHub is more than a directory: discovery becomes project install state, runtime governance, logs, cost, and updates.
The publisher path proves authors have repeat work: draft packaging, exact-version review, repair, pricing blockers, feedback, revenue, and payout readiness.
The operator path proves SkillHub is governable: readiness, review, trust, money movement, delivery, and audit stay in one command center.
Research a web topic and return concise findings with source URLs.
browser-researchConvert tabular data into structured notes, anomalies, and next actions.
dataset-summarizerThese are not brochure claims. They are the operating surfaces a buyer, publisher, or platform operator can revisit after the first install.
Open launch readinessEmail-code login, OAuth readiness, session fingerprints, and connected identity state are modeled before launch.
Submitted versions run automated manifest, runtime, example, and security checks before approval.
REST and MCP calls pass through project install, policy, budget, subscription, logging, and metering controls.
Usage and subscriptions post into transactions, splits, balances, invoice records, refunds, disputes, and payouts.
In-app events fan out to email and organization webhooks with templates, retry state, and admin recovery.
Production smoke commands verify stats, auth providers, launch readiness protection, and key app pages.
A SkillHub package is not just a prompt. It is a typed, versioned capability with declared runtime, schemas, permissions, pricing, and review state.
Agents search by task, tags, permission profile, runtime contract, and pricing model.
Skill manifests declare inputs, outputs, runtime entrypoints, access needs, and version history.
The gateway exposes HTTP and MCP endpoints so agents can call skills safely and meter usage.
The registry accepts a compact JSON manifest. The same contract powers search results, trust review, SDK generation, billing, and MCP tool discovery.
{
"schemaVersion": "0.1",
"name": "browser-research",
"runtime": {
"type": "http",
"entrypoint": "https://api.useskillhub.com/demo/browser-research"
},
"permissions": {
"network": true,
"browser": true,
"filesystem": "none",
"secrets": []
}
}Every package carries its network, browser, filesystem, and secret requirements.
Skills are registered with immutable versions so agents can pin behavior.
Paid publishing, review, refunds, and payouts stay behind audited platform controls.