Skip to content

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

Terminal window
ontoskills search xlsx
ontoskills install mareasw/office/xlsx

Skills are enabled by default on install.

Qualified IDs

OntoStore installs use qualified ids:

<package_id>/<skill_id>

Examples:

  • mareasw/greeting/hello
  • obra/superpowers/test-driven-development
  • obra/superpowers/systematic-debugging

Install resolution supports three levels:

LevelExampleBehavior
Fullobra/superpowers/test-driven-developmentInstalls the exact skill
Packageobra/superpowersInstalls all skills in the package
Skill nametest-driven-developmentResolves the best match across stores

Install flow

  1. Search or browse the OntoStore.
  2. Copy the install command for the chosen skill.
  3. Install the skill locally — it’s enabled automatically.
Terminal window
ontoskills install mareasw/greeting/hello

If you previously disabled a skill and want to re-enable it:

Terminal window
ontoskills enable mareasw/greeting/hello

To install with semantic search embeddings:

Terminal window
ontoskills install mareasw/greeting/hello --with-embeddings

Official vs third-party

The official marketplace is built in by default.

Third-party stores can be added separately:

Terminal window
ontoskills store add-source acme https://example.com/index.json

Those 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: