phoenix-okf

phoenix-okf is a skill for Claude Code, Codex from All-The-Vibes/ATV-Phoenix. It costs 108 tokens per session (1,085 once invoked), scanned A, original, MIT.

A format and workflow for packaging knowledge as folders of Markdown files with YAML metadata and links between related pages. OKF, or Open Knowledge Format, is designed to be readable, comparable in version control, and usable by different tools.

In plain words
What is it for?
Use it to export a code graph into browsable Markdown, package skill documentation, or load an external OKF knowledge bundle as context for an agent.
Why use it?
It makes knowledge easier to inspect, share, update, and reuse than keeping it in an opaque tool-specific data file.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to export a code graph into browsable Markdown, package skill documentation, or load an external OKF knowledge bundle as context for an agent.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/all-the-vibes/atv-phoenix/phoenix-okf
Install

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.

Any agent
npx skills add All-The-Vibes/ATV-Phoenix --skill phoenix-okf
Clone the repo
git clone --depth 1 https://github.com/All-The-Vibes/ATV-Phoenix

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for phoenix-okf

README.md
[![agentmods](https://agentmods.dev/badge/skills/all-the-vibes/atv-phoenix/phoenix-okf/github.svg)](https://agentmods.dev/skills/all-the-vibes/atv-phoenix/phoenix-okf)
Your own site
<a href="https://agentmods.dev/skills/all-the-vibes/atv-phoenix/phoenix-okf"><img src="https://agentmods.dev/badge/skills/all-the-vibes/atv-phoenix/phoenix-okf/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.

agentmods 80×15 button for phoenix-okf

Your own site · 80×15
<a href="https://agentmods.dev/skills/all-the-vibes/atv-phoenix/phoenix-okf"><img src="https://agentmods.dev/badge/skills/all-the-vibes/atv-phoenix/phoenix-okf.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,085 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00108 $0.01085
Opus 5 $0.00054 $0.00543
Sonnet 5 $0.00022 $0.00217
Haiku 4.5 $0.00011 $0.00109

Measured 11d ago against content hash 7b8b3faed256, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

phoenix-okf 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 11d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/okf_common.py, scripts/okf_export.py, scripts/okf_freshness.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/phoenix-okf/SKILL.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

phoenix-okf — knowledge that pays rent in the open

Overview

OKF (Open Knowledge Format) is a vendor-neutral spec for representing knowledge as a directory of markdown files with YAML frontmatter — one required key (type), graph-shaped via plain markdown links, with index.md for progressive disclosure. It is the format Phoenix's Context Assembly pillar already implies: pay once to understand structure, then never again. This skill makes that knowledge portable and inspectable instead of trapped in an opaque .token-master/graph.json.

A bundle is a directory. If you can cat a file you can read it; if you can git clone it you can ship it.

When to use

  • You have a graphed repo (.token-master/graph.json) and want the knowledge human-readable, diffable, and consumable by any tool (Obsidian, the OKF graph viewer, another agent).
  • You want skill discovery to ride a standard progressive-disclosure format.
  • You want to feed an external OKF bundle (a data catalog, runbooks, org knowledge) into a Phoenix run as cheap context.

When NOT to use: a single local lookup grep answers in one turn. OKF earns its place on reusable, shareable knowledge, not one-off questions.

Three moves

1. Produce — code graph → OKF bundle

python scripts/okf_export.py --graph .token-master/graph.json --out okf-out --name <repo>

One concept document per source file; cross-file edges become bundle-relative markdown links. INFERRED (name-matched, ~0.8-confidence) edges are flagged candidateverify at the cited file:line before trusting one for a risky change (phoenix-context honesty rule). Auto-writes per-directory index.md, a root index.md (declaring okf_version), and a log.md.

2. Validate — the objective gate

python scripts/okf_validate.py okf-out

Checks OKF §9 conformance: every non-reserved .md has parseable frontmatter and a non-empty type; reserved files (index.md/log.md) follow their rules. Exit 0 = conformant — use it as a phoenix_sense check. Broken cross-links are tolerated per spec (warning, not error) unless --strict-links.

Read the full file on GitHub · 80 lines

Changes

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.

  1. 11d ago First seen · 80 lines · 108 tokens per session scan A 7b8b3faed256

Subscribe to this mod's changes

phoenix-okf is a skill published in the GitHub repository All-The-Vibes/ATV-Phoenix (5 stars, last pushed 6d ago), licensed MIT. It adds 108 tokens to every session and 1,085 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

paper-summarizer

Agents should invoke this skill for academic or technical papers, arXiv/PubMed/IEEE/ACM links, PDFs, methodology review, limitations, practical implications, or extracting findings for engineering decisions.

waybarrios/opencode-power-pack · 46 tokens

upload-artifact

Upload a file as a ClosedLoop document (PRD, implementation plan, feature, or template). Reads file content and uploads via MCP without consuming conversation context. Also supports creating new versions of existing documents. Triggers on: "upload artifact", "upload PRD", "upload implementation plan", "upload…

closedloop-ai/claude-plugins · 103 tokens

extract-plan-md

Sync plan.md with plan.json content. MUST be used after ANY edit to plan.json to keep plan.md in sync. Triggers: After editing plan.json with Edit tool (REQUIRED - always sync after edits) User asks to "sync plan.md", "update plan.md", "extract the md from a plan" Converting plan.json to markdown or viewing plan as…

closedloop-ai/claude-plugins · 99 tokens

Presentations

Read, create or edit PowerPoint or Google Slides decks. Use for presentation, slide deck, PowerPoint, PPT, PPTX, or Google Slides requests.

rojim666/SztuCode · 35 tokens

Spreadsheets

Create, edit, analyze, and verify standalone spreadsheet files or Google Sheets-ready workbooks, including .xlsx, .xls, .csv, and .tsv. Do not use for live controlling Microsoft Excel app or a live Excel session.

rojim666/SztuCode · 52 tokens

template-creator

Create or update a reusable personal Codex artifact-template skill. Use when the user invokes $template-creator or asks in natural language to create a reusable template from a reference document, presentation, spreadsheet, ImageGen or Product Design image, email, or Slack message, or explicitly asks to edit or update…

rojim666/SztuCode · 82 tokens