OntoStore
The OntoSkills marketplace is the install surface for published, compiled skills.
It is backed by OntoStore and exposed in two places:
- the homepage marketplace section
- the dedicated live page at
/ontostore/
Quick example
ontoskills search xlsxontoskills install mareasw/office/xlsxSkills are enabled by default on install.
Qualified IDs
OntoStore installs use qualified ids:
<package_id>/<skill_id>Examples:
mareasw/greeting/helloobra/superpowers/test-driven-developmentobra/superpowers/systematic-debugging
Install resolution supports three levels:
| Level | Example | Behavior |
|---|---|---|
| Full | obra/superpowers/test-driven-development | Installs the exact skill |
| Package | obra/superpowers | Installs all skills in the package |
| Skill name | test-driven-development | Resolves the best match across stores |
Install flow
- Search or browse the OntoStore.
- Copy the install command for the chosen skill.
- Install the skill locally — it’s enabled automatically.
ontoskills install mareasw/greeting/helloIf you previously disabled a skill and want to re-enable it:
ontoskills enable mareasw/greeting/helloTo install with semantic search embeddings:
ontoskills install mareasw/greeting/hello --with-embeddingsOfficial vs third-party
The official marketplace is built in by default.
Third-party stores can be added separately:
ontoskills store add-source acme https://example.com/index.jsonThose stores become visible to ontoskills search, but OntoStore remains the default discovery path.
Live marketplace page
Use the interactive page for the full searchable catalog: