Install
$ agentstack add skill-ontology-of-everything-concept-skills-semantic-km-creator ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Semantic KM Creator
Turn an interface contract—REST/OpenAPI, CLI, or table/DDL—into a governed semantic layer in four strictly sequential phases. Advance only when the current phase meets its exit condition.
Phase 1 Ingest → Phase 2 Review → Phase 3 Emit → Phase 4 Verify
ingest.md review.md emit-okf.md verify.md
emit-yaml.md
The interface is the sole source of truth. Never invent fields, grain, enums, or values. Stop on missing evidence and ask one question at a time.
Workflow
- Ingest (
references/ingest.md) — Normalize interfaces into a complete operation inventory
and classify each operation as fact or dimension lookup with read/write status. Exit when every operation is classified.
- Review (
references/review.md) — Decompose the model into atomic decisions. Show objective,
options, evidence, risks, dependencies, and tradeoffs, with fixed YAGNI guidance for facts, dimensions, measures, and routing. Inject model JSON into assets/review-template.html; record feedback in amendments.md and regenerate. Stop after the report. Exit only on approved:true with no open or blocked decisions.
- Emit — Default to a Google OKF v0.1 bundle using
references/emit-okf.md; use repository
YAML only when explicitly requested, following references/emit-yaml.md. Both targets share field semantics. Generate a thin root index for two or more bundles. Exit when every artifact exists.
- Verify (
references/verify.md) — Run structural checks, semantic lint, and OKF hard
constraints when applicable. Report every pass and failure. Return non-mechanical failures to Phase 2 with one blocking question.
Critical Rules
- Evidence only — Unsupported fields, grain, enums, or values become
TODO(verify)and an open
decision.
- Grain first — Attach no dimensions or measures before grain is fixed.
- One blocking ask — Stop only when an answer changes the model; ask one question with options.
Use the HTML review for bulk decisions.
- Layer split — Shape, routing, and grain belong to the semantic layer. Values typed into
commands or read from responses—enums, codes, paths, and commands—belong to the contract layer; the semantic layer only points to them.
- Stable names — Do not rename confirmed fact or dimension names; OKF concept IDs derive from
paths.
- Decision gate — Every decision starts pending. Phase 2 must stop after producing the report;
Phase 3 requires approved:true and no open or blocked item.
Load by phase: ingest.md, review.md, emit-okf.md or emit-yaml.md, then verify.md. Read references/examples.md for an end-to-end example.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ontology-of-everything
- Source: ontology-of-everything/concept-skills
- License: Apache-2.0
- Homepage: https://skills.sh/ontology-of-everything/concept-skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.