Okf visualize
Claude Code plugin: author, explore, validate, and visualize Google's Open Knowledge Format (OKF) v0.1 bundles.
npx -y skills add shreytam/okf-toolkit --skill okf-visualizeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 28 days oldThe repository was created 28 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Render an Open Knowledge Format (OKF) bundle as a self-contained interactive HTML knowledge-graph — nodes colored by concept type, directed edges from cross-links, click-through detail panel, search. Use this skill whenever the user wants to visualize, graph, map, or "see" an OKF bundle or knowledge base, asks what a bundle looks like as a diagram, or wants a shareable browsable view of their knowledge bundle.
SKILL.md
1.5 KB, 263 tokens by cl100k_base, as published. Nobody here has run it
Visualizing OKF Bundles
Generate the graph with the bundled zero-dependency script:
python3 <skill-base-dir>/scripts/okf_visualize.py <bundle-dir> [-o out.html] [--name "Title"]
Default output is viz.html inside the bundle. The file is fully
self-contained (bundle embedded as JSON; Cytoscape.js and marked loaded
from cdnjs) — no backend, no install for viewers, no data leaves the
page. It can be committed next to the bundle, emailed, or hosted
statically.
What viewers get: a force-directed graph of every concept (colored by
type), directed edges for each cross-link, a search box (title/id/tags),
and a click-through panel showing frontmatter, rendered markdown body
with in-graph link navigation, and "Cited by" backlinks.
After generating, tell the user the concept/link counts the script
prints and present the HTML file to them. If the bundle fails to render
sensibly (0 concepts), it's probably not an OKF bundle — suggest
okf-validate to diagnose. Very large bundles (>2,000 concepts) will
render slowly; offer to visualize a subdirectory instead.
What ships with it: 2 files
22.3 KB alongside SKILL.md, 1 of them executable
references/
- okf-spec.md14.8 KB
scripts/
- okf_visualize.pyruns7.5 KB