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 agents/tale-project/tale/knowledgegit clone --depth 1 https://github.com/tale-project/taleWhat 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.00028 | $0.00828 |
| Opus 5 | $0.00014 | $0.00414 |
| Sonnet 5 | $0.00006 | $0.00166 |
| Haiku 4.5 | $0.00003 | $0.00083 |
Grade A, and why
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.
How it starts
The opening of the file, as written. The whole thing — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Wissen ist das, was ein Agent zur Antwortzeit heraussuchen und belegen kann. Ohne das bleibt er allgemein; damit antwortet er aus dem Material deiner Organisation und zeigt, woher die Antwort kommt. Auf dem Tab Wissen steht genau eine Entscheidung: welchen Bestand die Suche dieses Agenten lesen darf.
Diese Entscheidung ist kleiner, als sie einmal sein musste, denn die Suche selbst ist kein Modus mehr, den du einstellst. Ein Agent sucht, wenn er es für nötig hält, und in eine Antwort rutscht nichts, wonach er nicht selbst gesucht hat.
Einen Bereich wählen
Vier Werte, eine Einstellung:
- Dokumente — die hochgeladenen Dateien der Organisation und sonst nichts.
- Web — die für die Organisation geholten Seiten und sonst nichts.
- Alles — beide Bestände, zu einem Ranking zusammengeführt. Das bekommt ein Agent, wenn ihn niemand eingrenzt.
- Nichts — dem Agenten wird gar keine Suche angeboten. Nimm das, wenn seine Aufgabe Denken oder Formulieren ist und Belege nur stören würden.
Jeder Bestand gehört deiner Organisation, ein weiterer Bereich reicht also nie in fremdes Material hinein. Er entscheidet nur, auf wie viel vom Eigenen der Agent zeigt.
Bewusst eingrenzen
Alles im Bereich konkurriert bei jeder Frage um Relevanz, und deshalb antwortet ein enger Bereich meist besser als ein weiter. Ein Agent, der auf die Dokumente zeigt, die dein Team tatsächlich pflegt, findet die richtige Passage; derselbe Agent, der zusätzlich auf jede gecrawlte Seite zeigt, muss erst das Rauschen schlagen.
Nimm Dokumente, wenn die Wahrheit in Dateien liegt, die du kontrollierst, und eine veraltete Webseite ein Risiko wäre. Nimm Web, wenn es dem Agenten um Veröffentlichtes geht und nicht um Abgelegtes. Nimm Alles, wenn wirklich beides zählt und dir Trefferbreite lieber ist. Das Material selbst — was hochgeladen, was gecrawlt und was indexiert ist — verwaltest du unter Dokumente und Websites und nicht hier; dieser Tab zeigt den Agenten nur darauf.
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 · 44 lines · 28 tokens per session scan A 2b483c8249c2
knowledge is an agent published in the GitHub repository tale-project/tale (23 stars, last pushed yesterday), licensed MIT. It adds 28 tokens to every session and 828 once invoked, about $0.0001 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 agents, from other repositories
AGENTS
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
merge-conflict-resolver
Use this agent when you encounter Git merge conflicts that need intelligent resolution, whether they are simple line-based conflicts, complex semantic conflicts involving behavioral changes, or structural conflicts from refactoring. This agent should be used proactively when merge operations fail due to conflicts, or…
bestmode
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
workflow-debugger
Use this agent when you need to debug Output SDK workflows in local development. Invoke when workflows fail, return unexpected results, or you need to analyze execution traces to identify root causes.
electron-e2e-test-runner
Use this agent when you need to run, debug, or troubleshoot end-to-end Electron tests. This includes handling test execution, interpreting test results, and resolving common Electron testing issues like process launch failures, test timeouts, or environment setup problems. Examples:\n\n \nContext: The user is working…
harness-interpreter
Reads /tmp/basemind-harden-.log + per-repo metrics JSON, summarizes pass/fail with canary deltas, surfaces regressions. Cheap read-mostly subagent.