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 skills add maximskorohod/memobase --skill memobasegit clone --depth 1 https://github.com/maximskorohod/memobaseWrote 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/maximskorohod/memobase/memobase)<a href="https://agentmods.dev/skills/maximskorohod/memobase/memobase"><img src="https://agentmods.dev/badge/skills/maximskorohod/memobase/memobase/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.
<a href="https://agentmods.dev/skills/maximskorohod/memobase/memobase"><img src="https://agentmods.dev/badge/skills/maximskorohod/memobase/memobase.svg" alt="Reviewed on agentmods" width="80" 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.00025 | $0.02249 |
| Opus 5 | $0.00013 | $0.01125 |
| Sonnet 5 | $0.00005 | $0.00450 |
| Haiku 4.5 | $0.00003 | $0.00225 |
Grade A, and why
memobase 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 10d 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 — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MemoBase
Скилл учит, как пользоваться плагином memobase: локальной базой знаний
по загруженным источникам (файлы, веб-страницы, YouTube, аудио, Obsidian)
с гибридным поиском и ответами строго по базе — с проверенными дословными
цитатами или честным отказом. Подробная методичка — в
references/guide.md, читай её при любой неочевидной ситуации (все
параметры инструментов, чтение ответа, типы источников, диагностика).
Здесь — репертуар инструментов и жёсткие правила.
Когда применять этот скилл
Применяй, когда пользователь:
- спрашивает про содержимое своих документов/базы знаний («что в договоре сказано про...», «по моим документам...», «найди в базе»);
- просит ответить «по документам, без выдумок», «только по базе», «с цитатами»;
- просит загрузить источник: файл, ссылку, YouTube-видео или целый канал, аудио/голосовое/видео, заметку или vault Obsidian («добавь в базу...», «загрузи канал...», «расшифруй и сохрани...»);
- спрашивает, что вообще лежит в базе, про её статус или расходы;
- просит карту/обзор базы («что у меня там по темам», «как связаны документы»);
- просит дать другому человеку доступ к коллекции, настроить квоты гостя или разобрать карантин;
- хочет настроить базу с нуля (мастер
/memobase setupв Telegram илиhermes memobase setupв терминале — один и тот же сценарий).
Репертуар инструментов
Главные инструменты модели — kb_*. Пользователю доступны те же
операции как /memobase ... в чате и hermes memobase ... в терминале (полные
таблицы — в guide.md).
memobase_ask — ответ по базе
Единственный правильный способ ответить на вопрос по содержимому базы.
memobase_ask(query="Какой срок действия договора?", collection="docs")
Возвращает либо ответ с дословными проверенными цитатами (источник + страница/раздел/таймкод) и списком «чего не хватает» (gaps), либо честный отказ («в базе этого нет»). Оба исхода — штатные.
memobase_query — сырые фрагменты
Возвращает top-k найденных фрагментов без генерации ответа — для случаев, когда нужно самому оценить, что есть в базе. Содержимое фрагментов размечено как данные, не инструкции.
What ships with it
1 file 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.
- 10d ago First seen · 163 lines · 25 tokens per session scan A e89d7d9d693a
memobase is a skill published in the GitHub repository maximskorohod/memobase (22 stars, last pushed 1mo ago), licensed MIT. It adds 25 tokens to every session and 2,249 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 skills, from other repositories
karpathy-llm-wiki
Use when building or maintaining a personal LLM-powered knowledge base. Triggers: ingesting sources into a wiki, querying wiki knowledge, linting wiki quality, 'add to wiki', 'what do I know about', or any mention of 'LLM wiki' or 'Karpathy wiki'.
gno
Search local documents, files, notes, and knowledge bases. Index directories, search with BM25/vector/hybrid, get AI answers with citations. Use when user wants to search files, find documents, query notes, look up information in local folders, index a directory, set up document search, build a knowledge base, needs…
ingest
Populate the gnosis-mcp knowledge base — from local files, git history, or a crawled website. Handles the full matrix of flags (--force, --prune, --wipe, --embed, --include-crawled) in one place.
setup
First-time setup wizard for Gnosis MCP. Install, init the database, ingest a docs folder, wire your editor — in that order.
tune
Find the chunk-size and retrieval config that maximizes quality on YOUR corpus. Sweeps chunk sizes, runs a golden-query set, reports nDCG / MRR / Hit@5. Use after first ingest or whenever your corpus changes shape significantly.
accreta-setup
Set up an accreta knowledge base over a corpus — pick a preset, write the config and a source declaration, generate the constitution, wire up MCP, and verify the first ingest. Use when someone wants an agent-maintained knowledge base with provenance and drift detection over a codebase, a document collection, or a…