okf-open-knowledge-format

Structure, validate, and enrich knowledge into Open Knowledge Format Markdown bundles.

47|4|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/fabricioctelles/skills --skill okf-open-knowledge-format
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okf-open-knowledge-format
Source: https://github.com/fabricioctelles/skills/tree/main/skills/okf-open-knowledge-format
Command: npx skills add https://github.com/fabricioctelles/skills --skill okf-open-knowledge-format

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps structure organizational knowledge into interoperable, human-readable Markdown bundles that AI agents and people can reliably consume without vendor-specific tooling.

Core Features & Use Cases

  • Bundle Creation: Organize concepts into hierarchical Markdown files with YAML frontmatter, indexes, logs, cross-links, schemas, examples, and citations.
  • Validation: Check OKF v0.1 conformance, including frontmatter presence, required type fields, reserved file structures, and recommended metadata.
  • Enrichment and Conversion: Add schemas, citations, relationships, and recommended fields, or convert knowledge from Notion exports, Obsidian vaults, CSV files, and spreadsheets.
  • Use Case: Turn a directory of internal documentation or BigQuery metadata into a searchable, interoperable knowledge bundle for AI agent consumption.

Quick Start

Use the OKF skill to validate this directory and report any conformance errors and metadata warnings.

Frequently Asked Questions about okf-open-knowledge-format

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Notion exports and Obsidian vaults into agent-readable knowledge bases?

To convert Notion exports and Obsidian vaults into agent-readable knowledge bases, this Skill structures your files into interoperable Open Knowledge Format bundles with YAML frontmatter, type fields, and indexes. It organizes concepts hierarchically for reliable AI consumption.

What is the Open Knowledge Format for structuring organizational knowledge?

The Open Knowledge Format is a standard for structuring organizational knowledge into human-readable Markdown bundles with YAML frontmatter. It enables AI agents and people to consume knowledge reliably without requiring vendor-specific tooling.

Does okflint validate Markdown files with YAML frontmatter for conformance errors?

Yes, okflint validates OKF v0.1 conformance by checking Markdown files for YAML frontmatter presence, required type fields, reserved file structures, and recommended metadata. It reports conformance errors and metadata warnings to ensure bundle reliability.

Can I use CSV files and spreadsheets to create interoperable knowledge bundles?

Yes, you can convert CSV files and spreadsheets into interoperable knowledge bundles. The Skill enriches the data by adding schemas, citations, relationships, and recommended metadata fields, transforming flat files into structured, agent-readable Markdown.

What's the best way to document APIs and data metrics as agent-ready knowledge?

The best way to document APIs and data metrics as agent-ready knowledge is structuring them into hierarchical Markdown files with YAML frontmatter, indexes, logs, cross-links, schemas, examples, and citations using the Open Knowledge Format.

Why does my knowledge bundle require a non-empty type field in YAML frontmatter?

A non-empty type field in YAML frontmatter is required for OKF v0.1 conformance, ensuring agents can reliably identify and categorize the knowledge asset. Validation tooling checks for this field to maintain interoperable bundle structures.