Format
OKF uses plain Markdown files with YAML frontmatter so knowledge can stay readable without a special runtime.
Unofficial OKF guide
Open Knowledge Format uses Markdown files and YAML frontmatter to package AI-agent-readable knowledge. This unofficial guide helps you validate one OKF file, check a folder bundle, copy templates, and study practical examples.
What is OKF
Open Knowledge Format is useful when knowledge needs to stay readable by humans while also being easier for AI agents to scan, route, and retrieve.
OKF uses plain Markdown files with YAML frontmatter so knowledge can stay readable without a special runtime.
A folder of OKF documents can be shipped through Git, a zip archive, or any static file host.
AI agents can scan titles, descriptions, tags, resources, links, and body sections before loading deeper context.
Why OKF matters
Without structure, a knowledge folder becomes another pile of text. OKF adds just enough metadata to identify what each file is, what it describes, where it came from, and how it connects to related concepts.
How OKF works
The frontmatter gives compact structured data. The Markdown body carries the explanation, examples, tables, citations, and links.
---
type: Website Page
title: Open Knowledge Format Validator
description: A browser-only tool that checks basic OKF frontmatter fields.
resource: https://openknowledgeformat.online/okf-validator/
tags: [okf, validator, markdown]
timestamp: 2026-06-21T00:00:00Z
---
# Purpose
This page helps users test whether a Markdown document includes the fields expected by this guide. Paste Markdown and check whether the guide profile fields are present. The check runs in your browser.
Try OKF ValidatorSelect a local OKF folder and check frontmatter, duplicate resources, index coverage, and relative Markdown links.
Check OKF FolderFix missing frontmatter, missing type, invalid tags, broken links, and bundle-level warnings before publishing.
Fix OKF ErrorsConversion paths
These guides help you draft OKF files from existing source material without treating generated drafts as verified truth.
Map important URLs to one Markdown concept file each, then validate the bundle before publishing.
Create website OKFKeep OpenAPI as the API contract and use OKF for endpoint context, owner notes, examples, and warnings.
Convert OpenAPI contextCopy starter files and compare bundle shapes before expanding a generated draft.
Open OKF templatesComparisons
MCP connects tools. OKF organizes knowledge. They can be used together.
Read comparisonRAG retrieves context. OKF can make the source corpus cleaner before retrieval.
Read comparisonllms.txt points to resources. OKF packages deeper structured knowledge.
Read comparisonOpenAPI describes API contracts. OKF adds surrounding knowledge context.
Read comparisonSources and evidence
OKF is described in public Google Cloud and GoogleCloudPlatform draft materials. This site is unofficial, so examples and workflow advice are guidance, not certification or a Google endorsement.
Resource center
Use these clusters when you already know what OKF is and need a use case, a detail template, or a step-by-step guide.
Start with websites, API docs, SaaS, data warehouses, AI agents, SEO, or AI search.
Explore use casesOpen a dedicated template page with fit guidance, examples, errors, and validator steps.
Open template detailsFollow practical guides for bundles, frontmatter, links, RAG, MCP, and validation errors.
Read how-to guidesFAQ
No. This is an unofficial guide and is not affiliated with Google.
No. The validator runs in your browser for this MVP and does not upload pasted content to this site.
No. OKF organizes knowledge. MCP connects tools and resources. RAG retrieves context for model answers.
Start with one small bundle that covers important public pages, core API endpoints, or one support workflow.