Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add xSAVIKx/okf-skills --skill okf-readergit clone --depth 1 https://github.com/xSAVIKx/okf-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/xsavikx/okf-skills/okf-reader)<a href="https://agentmods.dev/skills/xsavikx/okf-skills/okf-reader"><img src="https://agentmods.dev/badge/skills/xsavikx/okf-skills/okf-reader/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/xsavikx/okf-skills/okf-reader"><img src="https://agentmods.dev/badge/skills/xsavikx/okf-skills/okf-reader.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00063 | $0.01891 |
| Opus 5 | $0.00032 | $0.00945 |
| Sonnet 5 | $0.00013 | $0.00378 |
| Haiku 4.5 | $0.00006 | $0.00189 |
Grade A, and why
okf-reader scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OKF Bundle Reader Guidance Skill
Procedural rules for reading and traversing any OKF bundle efficiently, no matter how its producer organized it. Following them reduces token consumption, speeds execution, and avoids recursive directory walks.
OKF is deliberately flexible: the directory layout, the concept type values, and whether concepts cross-link are all producer-defined. So these rules key off the spec's universal structures — frontmatter type, index.md, markdown links, and resource — and never off any one source's conventions (there is no required tables/ folder, no fixed type vocabulary, no guaranteed cross-links).
When to Use
Load this skill whenever you are tasked with reading, parsing, querying, or analyzing an existing OKF bundle.
Instructions for Agents
1. Index-first discovery (descend nested indexes)
- Rule: NEVER recursively read or load every markdown file at startup.
- Protocol:
- Read the bundle-root
index.mdfirst if present — it is the directory listing. - Follow its links to map the available concepts. The index may be flat (every concept — including container/directory concepts — listed at the root as peers) or hierarchical (subdirectories carry their own
index.mdor sub-index concept). Descend any nested indexes for progressive disclosure instead of walking the tree. - If there is no
index.md, discover concepts cheaply — a shallow listing or a*.mdglob — without reading bodies yet. - Sanity-check it is an OKF bundle: concept files have YAML frontmatter with a
type; the rootindex.mdmay declareokf_version.
- Read the bundle-root
2. Route directly to a concept (layout is producer-defined)
- Rule: Do not assume a fixed directory layout. There is no required
tables/(or any other) folder — producers organize concepts however suits the domain (SQL connectors group undertables/; filesystem/git bundles mirror the source tree; others differ). - Protocol:
- Resolve a concept's location from the
index.mdlinks — use each link target verbatim; do not guess, strip, or rewrite paths (filenames and separators are producer-defined). - When the layout mirrors a source path, the concept file is usually that path; otherwise trust the index links or the directory tree.
- Open only the one file you need — don't list or read its siblings.
- Resolve a concept's location from the
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 81 lines · 63 tokens per session scan A 54e717cd5f8f
okf-reader is a skill published in the GitHub repository xSAVIKx/okf-skills (33 stars, last pushed 9d ago), licensed Apache-2.0. It adds 63 tokens to every session and 1,891 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
okf-authoring
Author Open Knowledge Format (OKF) bundles — knowledge represented as a directory of markdown files with YAML frontmatter. Use when asked to create, write, generate, enrich, or validate an OKF bundle or OKF concept docs; to turn a data source (Glue database, API, database, catalog), documentation, or a research topic…
refresh-okf-mcp-token
Fetch or refresh an OAuth2 access token for the OKF Data wiki consumption MCP server. Use when the OKF MCP server returns 401/403/unauthorized/expired-token errors, when the user asks to refresh, renew, or get a new OKF MCP token, or when setting up authentication to call the okf-mcp / okfconsumption MCP runtime.
report-authoring
The report-authoring methodology: required structure, language, evidence discipline, and figure selection. Read BEFORE your first createreport of a conversation - the tool validates shape; this is everything it cannot check.
setup
Set up the OKF MCP plugin — outputs a guide for the user to create their /.okf/credentials file with their OAuth2 client id/secret. Use when first enabling the plugin, when headersHelper fails with "Missing credentials", or when the user says "setup okf".
create-custom-grader
Use when converting an existing benchmark, rubric, verifier, task YAML/JSON, or domain check into SkillEvaluator BYOG/BYOT custom evaluation.
agent-ready-cloudflare
Audit and improve website readiness for AI agents using the Cloudflare "Is It Agent Ready?" scanner (isitagentready.com). Covers scanning via API, interpreting results, generating implementation prompts, and fixing every check. Use when the user mentions "agent ready", "isitagentready", "AI agent scan", "agent…