Agent skill · magnus919

open-knowledge-format

Google's Open Knowledge Format (OKF) v0.1 — an open, vendor-neutral spec

What it needs

About 4k tokens when loaded.

What this skill does

Open Knowledge Format (OKF) — v0.1 Google Cloud published the Open Knowledge Format v0.1 on June 12, 2026 — an open specification that formalizes the LLM-wiki pattern into a portable, vendor-neutral format for AI agent knowledge. The design is intentionally minimal: a directory of markdown files with YAML frontmatter. No schema registry, no central authority, no required tooling. "If you can cat a file, you can read OKF; if you can git clone a repo, you can ship it." Core Concepts Concept Definition --------- ------------ Knowledge Bundle A self-contained directory tree of markdown files. The unit of distribution. Concept A single unit of knowledge — one markdown file. May describe a table, a metric, a playbook, an API, or any idea. Concept ID The file path with .md stripped (e.g. tables/users.md has ID tables/users). Frontmatter YAML block at the top of each file with structured metadata. Body Standard markdown content after the frontmatter. Link A markdown link from one concept to another — expresses relationships. Reference Files Reference Load when File ----------- ----------- ------ Spec summary You need the full OKF v0.1 specification, conformance criteria, and field definitions references/spec-summary.md Bundle architecture You're creating or structuring an OKF bundle — directory layout, index files, cross-linking conventions references/bundle-architecture.md Use cases You need real-world examples, third-party implementations, and adoption patterns references/use-cases.md Scripts Script Purpose Load when -------- --------- ----------- okf-bundle-validate.py Validate an OKF bundle directory — checks frontmatter, required fields, reserved filenames, and cross-link integrity You've created or modified an OKF bundle and want to verify conformance Assets Asset Purpose Path ------- --------- ------ Concept template A template markdown file with all recommended frontmatter fields and body sections assets/concept-template.md Example bundle A minimal but complete OKF …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills magnus919/open-knowledge-format

View the source on GitHub

Browse the @skills marketplace