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 agentmods add skills/inkeep/open-knowledge/projectnpx skills add inkeep/open-knowledge --skill projectgit clone --depth 1 https://github.com/inkeep/open-knowledgeWhat 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 | $0.00154 | $0.05294 |
| Opus 5 | $0.00077 | $0.02647 |
| Sonnet 5 | $0.00031 | $0.01059 |
| Haiku 4.5 | $0.00015 | $0.00529 |
Grade A, and why
open-knowledge 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 yesterday.
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.
The source is not reproduced here
Licensed GPL-3.0
The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
16 files 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.
- references/anti-patterns.md 6.8 KB
- references/cadence-and-logs.md 2.3 KB
- references/components-and-visuals.md 7.3 KB
- references/conflict-resolution.md 2.4 KB
- references/corpus-qa.md 2.3 KB
- references/doc-editing.md 3.3 KB
- references/folder-model.md 3.2 KB
- references/ingest-and-sources.md 19 KB
- references/linking.md 4.6 KB
- references/media-and-assets.md 2.5 KB
- references/onboard-existing-repo.md 20 KB
- references/preview.md 12 KB
- references/setup.md 3.0 KB
- references/starter-packs.md 4.3 KB
- references/template-authoring.md 4.0 KB
- references/writing.md 1.7 KB
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.
- yesterday First seen · 141 lines · 154 tokens per session scan A 5fe04d8abdd5
open-knowledge is a skill published in the GitHub repository inkeep/open-knowledge (3,725 stars, last pushed yesterday), licensed GPL-3.0. It adds 154 tokens to every session and 5,294 once invoked, about $0.0008 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
dingtalk-wiki-mcp
钉钉知识库 MCP Server,支持通过 MCP 协议读写钉钉 Wiki / Docs 内容。.
scalar-docs
Skill for writing and updating scalar.config.json — Scalar Docs configuration reference for users and LLMs.
wiki-context-pack
Produce a token-bounded, citation-ready context slice from an existing Obsidian vault for a downstream agent or task. Use for "/wiki-context-pack", "use my vault as context", "context slice for X", "pack the wiki for my agent", or "bounded context for Y".
openkb-html-critic
Use to review a generated HTML deck or single-page artifact for visual quality and structural correctness. Especially good at catching CSS specificity bugs where slide-modifier classes (.divider, .center, .q, .flow etc.) accidentally override the base .slide{display:none} and cause one slide to stack on top of every…
design-mcp-server
Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.
maintenance
Investigate, adopt, and verify dependency updates — with special handling for @cyanheads/mcp-ts-core. Captures what changed, understands why, cross-references against the codebase, adopts framework improvements, syncs project skills, and runs final checks. Supports two entry modes: run the full flow end-to-end, or…