okf
v1.0.0Author, index, and validate Open Knowledge Format (OKF v0.2) bundles — markdown concepts with YAML frontmatter for provenance, trust, lifecycle, and attested computations — so humans and agents share one vendor-neutral knowledge corpus
By mikersays0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install okf for Codex and Claude Code
codex plugin marketplace add mikersays/mikersays-plugins
codex plugin marketplace upgrade mikersays-plugins
codex plugin add okf@mikersays-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the mikersays-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “okf” remain stable.
- Codex:
okf@agent-plugin-marketplace→okf@mikersays-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mikersays/mikersays-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/okf/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/okf-index/SKILL.md├── skills/okf-init/SKILL.md├── skills/okf-new/SKILL.md└── skills/okf-validate/SKILL.md
Included Skills4
Regenerate every index.md in an Open Knowledge Format (OKF) bundle from concept frontmatter — subdirectories first, then one section per type, entries with descriptions — keeping hand-written descriptions where frontmatter has none. Trigger on "okf index", "rebuild the index", "regenerate index.md", "the index is out of date", or "update the bundle listing".
Bootstrap an Open Knowledge Format (OKF v0.2) knowledge bundle — a directory of markdown concepts with YAML frontmatter, a versioned root index.md, and a log.md — optionally seeded from an inventory of the repo's tables, APIs, services, metrics, or runbooks. Trigger on "okf init", "start a knowledge bundle", "create an OKF bundle", "set up open knowledge format", "document this repo as OKF", or "make a knowledge base for agents".
Author a new Open Knowledge Format (OKF v0.2) concept — a markdown document with YAML frontmatter describing a table, dataset, API, metric, playbook, policy, reference, or an Attested Computation with runtime, parameters, executor, and attester — with provenance (sources, footnotes), trust (generated, verified), and lifecycle (status, stale_after) fields filled honestly, then refresh index.md and log.md. Trigger on "okf new", "add a concept", "document this table as OKF", "write an OKF doc for X", "add X to the knowledge bundle", "capture this metric definition", or "make an attested computation".
Check an Open Knowledge Format (OKF v0.2) bundle for conformance and lint problems — missing frontmatter or type, malformed index.md or log.md, bad timestamps and actor ids, footnotes with no matching source, broken links, stale concepts, incomplete Attested Computation contracts — and report trust tiers (unverified / machine-confirmed / human-reviewed) and lifecycle status across the bundle. Trigger on "okf validate", "check the bundle", "is this bundle conformant", "lint the knowledge bundle", "what's stale", or "audit the OKF docs".
Plugin manifests2
{
"name": "okf",
"description": "Author, index, and validate Open Knowledge Format (OKF v0.2) bundles — markdown concepts with YAML frontmatter for provenance, trust, lifecycle, and attested computations — so humans and agents share one vendor-neutral knowledge corpus",
"version": "1.0.0",
"skills": "./skills/",
"interface": {
"displayName": "OKF",
"shortDescription": "Author and validate Open Knowledge Format knowledge bundles",
"category": "Developer Tools"
}
}{
"name": "okf",
"description": "Author, index, and validate Open Knowledge Format (OKF v0.2) bundles — markdown concepts with YAML frontmatter for provenance, trust, lifecycle, and attested computations — so humans and agents share one vendor-neutral knowledge corpus",
"version": "1.0.0",
"author": {
"name": "mikersays"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[okf on Agent Plugins Marketplace](https://pluginsmp.com/plugins/okf)