ontology-runtime-service-and-version-operations

ontology-runtime-service-and-version-operations is a skill for Codex from SuperChason/ontology-driven-ai-data-management-skills. It costs 96 tokens per session (1,529 once invoked), scanned A, original, MIT.

A method for turning a completed ontology—a structured map of concepts and relationships—into a shared service that AI agents can query. It covers versions, access permissions, staged releases, rollback, monitoring, and audit records.

In plain words
What is it for?
Use it to design ontology registration, query and version interfaces, role-based access, gradual releases, rollback plans, usage monitoring, and review of runtime problems.
Why use it?
It helps multiple agents use the same changing knowledge model without an unsafe all-at-once switch or unclear access rules.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to design ontology registration, query and version interfaces, role-based access, gradual releases, rollback plans, usage monitoring, and review of runtime problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/superchason/ontology-driven-ai-data-management-skills/ontology-runtime-service-and-version-operations
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add SuperChason/ontology-driven-ai-data-management-skills --skill ontology-runtime-service-and-version-operations
Clone the repo
git clone --depth 1 https://github.com/SuperChason/ontology-driven-ai-data-management-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ontology-runtime-service-and-version-operations

README.md
[![agentmods](https://agentmods.dev/badge/skills/superchason/ontology-driven-ai-data-management-skills/ontology-runtime-service-and-version-operations/github.svg)](https://agentmods.dev/skills/superchason/ontology-driven-ai-data-management-skills/ontology-runtime-service-and-version-operations)
Your own site
<a href="https://agentmods.dev/skills/superchason/ontology-driven-ai-data-management-skills/ontology-runtime-service-and-version-operations"><img src="https://agentmods.dev/badge/skills/superchason/ontology-driven-ai-data-management-skills/ontology-runtime-service-and-version-operations/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ontology-runtime-service-and-version-operations

Your own site · 80×15
<a href="https://agentmods.dev/skills/superchason/ontology-driven-ai-data-management-skills/ontology-runtime-service-and-version-operations"><img src="https://agentmods.dev/badge/skills/superchason/ontology-driven-ai-data-management-skills/ontology-runtime-service-and-version-operations.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,529 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00096 $0.01529
Opus 5 $0.00048 $0.00764
Sonnet 5 $0.00019 $0.00306
Haiku 4.5 $0.00010 $0.00153

Measured 4d ago against content hash 64f5b51ac56e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ontology-runtime-service-and-version-operations scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ontology-runtime-service-and-version-operations/SKILL.md · 106 lines

How it starts

The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.

本体运行时服务与版本运营

方法骨架

  • 把本体从静态文件转成可查询、可授权、可组合的运行时服务。
  • 服务按意图提供子本体、版本、适用范围和依赖,屏蔽底层存储差异。
  • 动态事实与Action通过稳定接口接入,模型和Agent按需消费。
  • 发布支持灰度、并行版本、回滚和上下文选版,避免全局瞬时切换。
  • 访问控制结合角色、任务和知识敏感级别,调用记录可审计。
  • 运行反馈进入变更评审、回归测试和建用优复运营闭环。

触发场景

用户会在什么情境下需要这个 Skill

  1. 本体已建成,需要以服务方式供多个Agent调用
  2. 业务规则存在多版本并行和灰度发布
  3. 需要设计本体注册、权限、回滚和运行监控

语言信号

  • “怎么做本体即服务”
  • “本体版本如何灰度和回滚”
  • “多个Agent怎样安全调用本体”
  • 英文信号:ontology as a service, semantic versioning, runtime governance

与相邻 Skill 的区分

  • intent-driven-minimal-ontology-loading:本 skill 提供可版本化的运行时资源;最小加载 skill 决定每次任务取哪些资源。
  • five-ring-ontology-engineering-lifecycle:五环覆盖建设全流程;本 skill 聚焦上线后的服务与运营。

执行步骤

按当前任务选择必要步骤;已有可靠成果直接复用:

  1. 建立注册表

    • 动作:登记本体标识、版本、领域、适用范围、来源、责任人、依赖和状态。
    • 完成标准:每个生产本体可唯一定位并追溯。
  2. 定义服务接口

    • 动作:提供查询、片段加载、规则解释、版本选择和健康检查接口。
    • 完成标准:调用方无需感知底层存储,响应包含版本和证据。
  3. 配置权限隔离

    • 动作:按角色、任务、项目和敏感级别授权,记录调用与拒绝。
    • 完成标准:越权用例被阻断,授权变更可审计。
  4. 设计发布策略

    • 动作:设置语义版本、兼容性、灰度范围、并行期、回滚点和迁移规则。
    • 完成标准:新旧版本各有适用上下文,回滚经过演练。
  5. 运营与反馈

    • 动作:监控命中、延迟、失败、规则冲突和业务修正,触发评审与回归。
    • 完成标准:问题能够分流到数据、语义、服务或应用责任人。

固定输出

  • 本体资产注册表:资产编号、命名空间、领域、适用范围、来源、责任人、版本、依赖、质量结论和状态
  • 运行时服务目录:服务编号、用途、输入输出、查询或加载范围、版本选择、证据、错误和健康检查
  • 角色—任务—资产权限矩阵:授权、拒绝、敏感级别、适用范围和审计要求
  • 版本与依赖锁定表:语义版本、兼容范围、依赖版本、Agent 绑定、数据映射版本和用例版本
  • 发布、灰度、并行与回滚方案:范围、流量或对象、生效条件、观察指标、回滚点和迁移规则
  • 运行监控与调用审计表:命中、延迟、失败、拒绝、规则冲突、业务修正和调用版本
  • 运行反馈、问题分流、变更评审和回归状态台账

资产目录可登记明确标为候选的版本;生产版本只登记通过质量门和业务用例验收的内容,每次服务响应都返回资产版本、适用范围和证据信息。

使用边界

不要在以下情况使用

  • 将草稿或未通过质量与用例验收的本体直接发布到生产
  • 直接另建一套身份权限体系
  • 只需要离线交付一次性模型文件

常见失败模式

  • 本体静态交付后缺少版本和反馈运营:业务变化与本体发布脱节,运行异常也无法回流建模端,旧版本继续影响Agent决策。
  • 新本体与存量数据和系统形成新孤岛:语义层与事实源、既有知识资产及执行系统没有稳定映射,模型无法随真实业务同步。

使用折扣与复核要求

  • 本体服务依赖企业已有的身份、配置、可观测和发布基础设施,当前方法未给出完整产品实现。
  • 大模型生成形式结构无法直接证明业务语义正确,生产使用需保留专家确认、工具校验、真实用例和审计记录。

相关 Skills

  • depends-onontology-model-multilayer-quality-gateontology-golden-case-testing;技术和业务验证通过后才登记生产版本。
  • composes-withintent-driven-minimal-ontology-loading;本 skill 提供可版本化的运行时资源;最小加载 skill 决定每次任务取哪些资源。
  • composes-withaction-contract-execution-feedback-loop

Read the full file on GitHub · 106 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago Changed · +4 tokens per session 64f5b51ac56e
  2. 8d ago Changed · +7 lines 03e7e5404e0b
  3. 12d ago First seen · 99 lines · 92 tokens per session scan A d940b7777970

Subscribe to this mod's changes

ontology-runtime-service-and-version-operations is a skill published in the GitHub repository SuperChason/ontology-driven-ai-data-management-skills (10 stars, last pushed 5d ago), licensed MIT. It adds 96 tokens to every session and 1,529 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

open-ontologies

AI-native ontology engineering using 50+ MCP tools backed by an in-memory Oxigraph triple store. Build, validate, query, and govern RDF/OWL ontologies with a generate-validate-iterate loop. Use when building ontologies, knowledge graphs, RDF data, SPARQL queries, BORO/4D modeling, SHACL validation, clinical…

fabio-rovai/open-ontologies · 110 tokens

mykg

Run mykg knowledge-graph commands inside Claude Code from one slash command /mykg. The user describes intent in natural language (extract, append, sync, resume, approve, walkthrough, parse-docs, fetch-web, query); the skill parses intent, builds the right mykg CLI command from the live --help output, confirms, runs…

SenolIsci/mykg · 175 tokens

ontology-ontology-architect

Design a domain ontology from evidence using layered modeling, stable concept definitions, explicit relations, SKOS-first structure, and selective OWL formalization with recorded modeling decisions.

Mokee04/ontology_research · 39 tokens

graphify

Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community…

Graphify-Labs/graphify · 76 tokens

graph-mutation-plan

Cookbook for composing an applygraphmutations plan — stable entitykey patterns, the canonical label/edge vocabulary, evidence/invalidation/confidence discipline, and a worked example. Load this when building a non-trivial mutation plan.

potpie-ai/potpie · 51 tokens

understand-knowledge

Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.

Egonex-AI/Understand-Anything · 32 tokens