Openclaw Skills for OKF helps AI agents read, create, validate, and traverse vendor-neutral knowledge bundles stored as markdown files with YAML frontmatter.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install okf-knowledge-format
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install okf-knowledge-format using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Skills for OKF is a developer-focused workflow for working with Google’s Open Knowledge Format (OKF), a vendor-neutral way to store knowledge as a directory tree of markdown concepts with YAML metadata. It gives AI agents a consistent structure for discovering, traversing, and maintaining knowledge bases through links, indexes, and metadata-aware conventions.
With Openclaw Skills, you can generate new concepts, validate bundle integrity, search content, inspect link graphs, and keep knowledge organized as reusable, human-readable artifacts. The result is an AI-agent-friendly knowledge system that scales from simple reference notes to operational playbooks, metrics, API documentation, and structured data assets.
index.md and following concept linksokf-toolkit CLIindex.md to discover top-level sections and traverse linked concepts..md concept file using its YAML frontmatter, especially the required type field and optional metadata such as title, description, resource, tags, and timestamp.okf new <bundle-path> <concept-id> or author them manually with proper frontmatter and markdown body.okf index <bundle> instead of editing index.md or log.md directly.okf validate <bundle-path> after changes to ensure the knowledge base remains consistent and consumable.pip install git+https://github.com/akdira/okf-toolkit.git
okf init <path>
okf new <bundle-path> <concept-id>
okf validate <bundle-path>
okf list <bundle>
okf show <bundle> <id>
okf search <bundle> <q>
okf index <bundle>
okf graph <bundle>
okf stats <bundle>
---, includes a meaningful type, and follows the one-concept-per-file pattern.OKF organizes knowledge as a bundle: a directory tree of markdown files with YAML frontmatter for concept files and plain markdown for navigation/history files.
| Artifact | Purpose | Format | Notes |
|---|---|---|---|
index.md |
Directory listing for a bundle | Markdown without frontmatter | Auto-generated; do not edit directly |
log.md |
Update history | Markdown without frontmatter | Auto-generated; do not edit directly |
| Concept file | One unit of knowledge | .md with YAML frontmatter + markdown body |
One concept per file |
Frontmatter type |
Core classification | String | Required; examples include BigQuery Table, Metric, Playbook, API Endpoint |
Frontmatter title |
Human-friendly label | String | Recommended |
Frontmatter description |
Short summary | String | Recommended |
Frontmatter resource |
Source or canonical link | URI string | Recommended |
Frontmatter tags |
Discovery metadata | YAML list | Recommended; examples: core, pii, deprecated |
Frontmatter timestamp |
Freshness tracking | ISO 8601 string | Recommended |
Taxonomy rules:
type values to preserve meaning.index.md and linked conceptsokf graphokf searchokf statsokf validateokf indexLoading
A local, privacy-respecting Git history analysis and self-reflection tool that generates descriptive style and quality reports for personal developers.

A structured 9-step development workflow and quality gate system for AI agents, preventing scope creep and ensuring tested code deliveries.

An Openclaw Skills entry offering core Git version control capabilities, including branch workflows, commit tracking, and conflict resolution via command execution.

A technical reference and diagnostic skill designed to help AI coding agents identify and prevent concurrent leaks, channel deadlocks, and memory issues in Go applications.

Openclaw Skills Chat Toolkit Free helps AI agents learn and apply user communication preferences from explicit feedback, storing them locally for consistent, reusable responses.

Chart Generator Free lets you create terminal-ready ASCII, HTML, and SVG charts from a single Bash command.








































