okf

Validate OKF v0.2 markdown bundles for conformance and link integrity.

12|Updated May 27, 2026
One-click install
npx skills add https://github.com/everruns/yolop --skill okf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okf
Source: https://github.com/everruns/yolop/tree/main/src/bundled/system-skills/okf
Command: npx skills add https://github.com/everruns/yolop --skill okf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of maintaining structured, trustworthy, and agent-readable knowledge bases without the overhead of databases or complex SDKs.

Core Features & Use Cases

  • Bundle Validation: Ensures your directory of markdown files conforms to the OKF v0.2 specification, including frontmatter and link integrity.
  • Lifecycle Management: Helps track provenance, trust, and freshness of knowledge concepts through standardized YAML metadata.
  • Use Case: Use this skill to audit a repository of technical documentation to ensure all concepts have required types and valid links before publishing them as a knowledge bundle.

Quick Start

Use the okf skill to validate the knowledge bundle located in the current directory by running the bundled python script.

Frequently Asked Questions about okf

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

FAQPage Schema
How do I validate markdown files with YAML frontmatter for knowledge management?

To validate markdown files with YAML frontmatter, you can use a script that checks bundle conformance rules and link integrity against the Open Knowledge Format v0.2 specification. This ensures your knowledge concepts maintain required types and valid links for provenance tracking.

What is Open Knowledge Format bundle validation and when do I need it?

Open Knowledge Format bundle validation is the process of verifying that a directory of markdown files conforms to OKF v0.2 specification rules. You need it when auditing technical documentation to ensure all concepts have required types and valid links before publishing as a knowledge bundle.

How do I track provenance and trust signals in markdown documentation?

To track provenance and trust signals in markdown documentation, you use standardized YAML frontmatter metadata within OKF bundles. This approach facilitates lifecycle management of knowledge concepts including trust, freshness, and attested computations without requiring databases or complex SDKs.

Do I need Python 3 to validate Open Knowledge Format bundles?

Yes, you need standard Python 3 to execute the validation logic against Open Knowledge Format bundle conformance rules and link integrity. The validation script requires Python 3 to verify your markdown files conform to the OKF v0.2 specification.

What's the best way to audit technical documentation before publishing as a knowledge bundle?

The best way to audit technical documentation before publishing as a knowledge bundle is to run validation logic that checks frontmatter conformance and link integrity. This ensures all concepts have required types and valid links, maintaining structured and trustworthy knowledge bases for agent readability.