AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Ontoskills

mcp-mareasw-ontoskills · by mareasw

OWL 2 skill compiler for deterministic AI agents — transforms SKILL.md into validated RDF/ Turtle ontologies with SHACL gatekeeper

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add mcp-mareasw-ontoskills

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-mareasw-ontoskills)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ontoskills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

OntoSkills

🇬🇧 English • 🇨🇳 中文

The deterministic enterprise AI agent platform.

Neuro-symbolic architecture for the Agentic Web — OntoCore • OntoMCP • OntoStore

Overview • Getting Started • Roadmap • Philosophy


What is OntoSkills?

OntoSkills transforms natural language skill definitions into validated OWL 2 ontologies — queryable knowledge graphs that enable deterministic reasoning for AI agents.

The problem: LLMs read skills probabilistically. Same query, different results. Long skill files burn tokens and confuse smaller models.

The solution: Compile skills to ontologies. Query with SPARQL. Get exact answers, every time.

flowchart LR
    CORE["OntoCore━━━━━━━━━━SKILL.md → .ttlLLM + SHACL"] -->|"compiles"| CENTER["OntoSkills━━━━━━━━━━OWL 2 Ontologies.ttl artifacts"]
    CENTER -->|"loads"| MCP["OntoMCP━━━━━━━━━━Rust SPARQLin-memory graph"]
    MCP |"queries"| AGENT["AI Agent━━━━━━━━━━Deterministicreasoning"]

    style CORE fill:#e91e63,stroke:#2a2a3e,color:#f0f0f5
    style CENTER fill:#abf9cc,stroke:#2a2a3e,color:#0d0d14
    style MCP fill:#92eff4,stroke:#2a2a3e,color:#0d0d14
    style AGENT fill:#6dc9ee,stroke:#2a2a3e,color:#0d0d14

Why OntoSkills?

| Problem | Solution | |---------|----------| | LLMs interpret text differently each time | SPARQL returns exact answers | | 50+ skill files = context overflow | Query only what's needed | | No verifiable structure for relationships | OWL 2 formal semantics | | Small models can't read complex skills | Democratized intelligence via graph queries |

For 100 skills: ~500KB text scan → ~1KB query

[→ Read the full philosophy](PHILOSOPHY.md)


Quick Start

# Install the MCP runtime and bootstrap your client
npx ontoskills install mcp --claude

# Or install the Python compiler separately
pip install ontocore
ontocore compile

→ Full installation guide


Components

| Component | Language | Description | |-----------|----------|-------------| | OntoCore | Python | Neuro-symbolic compiler: SKILL.md → OWL 2 ontology | | OntoMCP | Rust | MCP server with sub-ms SPARQL queries | | OntoStore | GitHub | Versioned skill registry | | CLI | Node.js | One-command installer (npx ontoskills) |


Documentation


License

MIT License — see [LICENSE](LICENSE) for details.

© 2026 MareaSW

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.