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/luutru433-coder/local-knowledge-suite/manage-local-knowledgenpx skills add luutru433-coder/local-knowledge-suite --skill manage-local-knowledgegit clone --depth 1 https://github.com/luutru433-coder/local-knowledge-suiteWrote 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/luutru433-coder/local-knowledge-suite/manage-local-knowledge)<a href="https://agentmods.dev/skills/luutru433-coder/local-knowledge-suite/manage-local-knowledge"><img src="https://agentmods.dev/badge/skills/luutru433-coder/local-knowledge-suite/manage-local-knowledge.svg" alt="Measured on agentmods" height="20"></a>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.00085 | $0.00976 |
| Opus 5 | $0.00043 | $0.00488 |
| Sonnet 5 | $0.00017 | $0.00195 |
| Haiku 4.5 | $0.00009 | $0.00098 |
Grade A, and why
manage-local-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 5d 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 — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Manage Local Knowledge
Use the plugin-owned runtime with an absolute Windows project root. Never infer a project or company path from the skill directory, import a target project's knowledge code, or guess a missing identity.
Read references/windows-setup.md for setup, cloning, migration, installation modes, and snapshots. Read references/collected-skill-summary.md when interpreting storage ownership or tool results.
Preserve trust boundaries
- Treat Skills as instructions, not remembered context or factual evidence.
- Treat Memory as preferences, decisions, corrections, commitments, entities, and conventions for exactly one project.
- Treat company facts as evidence only after the citation gate passes.
- Treat a company-enabled project manifest as identity, not authorization.
Normal company access also requires the machine-local
project_id + canonical root + company_idenrollment created by explicit bootstrap or restore.
Route advanced Memory maintenance to $memorizer. Route company ingestion,
review, portal, user, publication, and Git operations to
$company-knowledge-base.
Bootstrap or restore
- Resolve the intended project root to an absolute path.
- Call
knowledge_status(root)before mutation. - If no manifest exists, call
bootstrap_workspace(root, company_id=None, profile="memory-only", install_mode="global")unless the user explicitly chooses another profile. Tell the user to review and commit the project manifest and managed.gitignoreadditions in their application repository. - Require a registered company ID for
combinedorcompany-only. Never create a company implicitly during bootstrap or recall. - If migration is required, stop normal writes. Preview and apply the supported migration; never edit schema numbers manually.
- After clone, run
project restore; register and re-ingest company sources when applicable; verify vendored files; then runproject doctor.
What ships with it
3 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.
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.
- 5d ago First seen · 100 lines · 85 tokens per session scan A 8c066d8e241c
manage-local-knowledge is a skill published in the GitHub repository luutru433-coder/local-knowledge-suite (0 stars, last pushed 5d ago), licensed MIT. It adds 85 tokens to every session and 976 once invoked, about $0.0004 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.
Other skills, from other repositories
llm-wiki
The foundational knowledge distillation pattern for building and maintaining an AI-powered Obsidian wiki. Based on Andrej Karpathy's LLM Wiki architecture. Use this skill whenever the user wants to understand the wiki pattern, set up a new knowledge base, or needs guidance on the three-layer architecture (raw sources…
wiki-status
Show the current state of the wiki — what's been ingested, what's pending, and the delta between sources and wiki content. Use this skill when the user asks "what's the status", "how much is ingested", "what's left to process", "show me the delta", "what changed since last ingest", "wiki dashboard", or wants an…
wiki-import
Import a wiki knowledge graph into the current vault — either from a graph.json export file (stubs) or from an OKF (Open Knowledge Format) markdown bundle (full page bodies). Use this skill when the user says "import wiki", "import from export", "load graph.json", "import vault", "import OKF bundle", "import OKF"…
wiki-digest
Generate a periodic knowledge digest — a human-readable newsletter-style summary of what was learned, updated, and connected in your wiki over a specified period (day/week/month). Use when the user says "what did I learn this week", "give me a digest", "weekly summary", "knowledge report", "what's new in my wiki"…
wiki-research
Autonomously research a topic via multi-round web search, synthesize findings, and file structured results into the Obsidian wiki. Use this skill when the user says "/wiki-research [topic]", "research X", "find everything about Y", "do a deep dive on Z", "autonomous research on X", or wants comprehensive, web-sourced…
hermes-history-ingest
Ingest Hermes agent history into the Obsidian wiki. Use this skill when the user wants to mine their past Hermes sessions for knowledge, import their /.hermes folder, extract insights from previous Hermes conversations, or says things like "process my Hermes history", "add my Hermes memories to the wiki", "ingest…