CLI
OntoSkills CLI
ontoskills is the product entrypoint. It installs and manages the runtime, compiler, registry skills, and local state under ~/.ontoskills/.
Quickstart
npx ontoskills install mcpAfter the bootstrap step, the persistent command is:
ontoskillsProduct Commands
Install Components
ontoskills install mcpontoskills install coreInstall Registry Skills
ontoskills search helloontoskills install marea.greeting/helloontoskills enable marea.greeting/helloManage Runtime State
ontoskills disable marea.greeting/helloontoskills remove marea.greeting/helloontoskills rebuild-indexUpdate Managed Components
ontoskills update mcpontoskills update coreontoskills update marea.office/xlsxInspect and Diagnose
ontoskills registry listontoskills list-installedontoskills doctorManaged Home
Everything lives under:
~/.ontoskills/ bin/ core/ ontoskills/ skills/ state/Compiler Frontend
If ontocore is installed, ontoskills also fronts the most important authoring commands:
ontoskills init-coreontoskills compileontoskills compile my-skillontoskills query "SELECT ?s WHERE { ?s a oc:Skill }"ontoskills list-skillsontoskills security-auditUninstall
To remove the managed home entirely:
ontoskills uninstall --all