What a Skill contains
A Skill contains a manifest, version, runtime entrypoint, input schema, output schema, permission declaration, publisher metadata, examples, review state, and support path.
Core concept
A Skill is not just a prompt, plugin, or directory entry. It is a reusable capability an Agent can inspect before calling.
A Skill contains a manifest, version, runtime entrypoint, input schema, output schema, permission declaration, publisher metadata, examples, review state, and support path.
A prompt is text guidance. A Skill is a callable, versioned capability with a runtime boundary and governance metadata.
Plugins often depend on one host. SkillHub Skills are designed to be inspected and adopted across Agent runtimes through REST or MCP boundaries.
An MCP server exposes tools. A SkillHub Skill records the contract, review, publisher, permissions, and adoption state that can map to REST, MCP, or future runtimes.
Agents discover a Skill, inspect manifest and permissions, adopt it into a signed-in project, create a Project Key, and invoke through controlled REST or MCP.
FAQ
No. Public discovery and inspection can be free. Paid marketplace flows remain preview/prelaunch unless explicitly enabled.
No production runtime invocation should require anonymous users. Runtime paths require a signed-in project and Project Key.