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/robert7/remnote-mcp-server/remnote-kb-navigationnpx skills add robert7/remnote-mcp-server --skill remnote-kb-navigationgit clone --depth 1 https://github.com/robert7/remnote-mcp-serverWrote 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/robert7/remnote-mcp-server/remnote-kb-navigation)<a href="https://agentmods.dev/skills/robert7/remnote-mcp-server/remnote-kb-navigation"><img src="https://agentmods.dev/badge/skills/robert7/remnote-mcp-server/remnote-kb-navigation.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 | $0.00028 | $0.00477 |
| Opus 5 | $0.00014 | $0.00238 |
| Sonnet 5 | $0.00006 | $0.00095 |
| Haiku 4.5 | $0.00003 | $0.00048 |
Grade A, and why
remnote-kb-navigation 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 4d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- remnote-kb-navigation — 100% identical, 0 lines differ
What it actually says
RemNote KB navigation template
Use this skill to orient quickly in a user's whole RemNote knowledge base.
Template warning (critical)
- This file is a template and must be customized per user.
- Replace all values that start with
TEMPLATE_before using this skill. - If any
TEMPLATE_value is still present, stop and ask the user to customize this skill first.
Required customization fields
- User label:
TEMPLATE_USER_LABEL - Root headline:
TEMPLATE_ROOT_HEADLINE - Root rem ID:
TEMPLATE_ROOT_ID - Top-level branch map entries:
- branch title/headline
- branch rem ID
- short routing hint
Navigation rules
- Use JSON output (default). Do not use
--textfor navigation. - Use ID-first traversal via
read. - Start shallow (
--depth 1) for orientation. - Use high child limit for full branch listings:
--child-limit 500. - Keep operations read-only unless write confirmation policy allows mutating commands.
Top-level map (customize)
TEMPLATE_BRANCH_1_HEADLINE-TEMPLATE_BRANCH_1_ID-TEMPLATE_BRANCH_1_HINTTEMPLATE_BRANCH_2_HEADLINE-TEMPLATE_BRANCH_2_ID-TEMPLATE_BRANCH_2_HINTTEMPLATE_BRANCH_3_HEADLINE-TEMPLATE_BRANCH_3_ID-TEMPLATE_BRANCH_3_HINT
Add as many branches as needed for the user's real top-level structure.
Recommended workflow
- Read root for global orientation:
remnote-cli read TEMPLATE_ROOT_ID --include-content structured --depth 1 --child-limit 500
- Pick the best top-level branch ID from the map.
- Read that branch shallowly first:
remnote-cli read <branch-id> --depth 1 --child-limit 500
- Descend deeper only in the selected subtree.
- If multiple branches seem relevant, read 2-3 candidate branches shallowly, then ask a focused clarification.
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.
- 4d ago First seen · 51 lines · 28 tokens per session scan A e17a42c84d88
remnote-kb-navigation is a skill published in the GitHub repository robert7/remnote-mcp-server (27 stars, last pushed 12d ago), licensed MIT. It adds 28 tokens to every session and 477 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
time-library
Use when the user refers to previous decisions, corrections, forgotten context, already-built work, install/test/release status, source-backed evidence, or next steps in ongoing work. Treat Time Library as a standing active memory routing rule: call timelibraryrecall before answering memory-dependent prompts. Also…
zeroclaw
Help users operate and interact with their ZeroClaw agent instance — through both the CLI (zeroclaw commands) and the REST/WebSocket gateway API. Use this skill whenever the user wants to: send messages to ZeroClaw, manage memory or cron jobs, check system status, configure channels or providers, hit the gateway API…
n8n-agents
Design n8n AI agents the right way. Use when building or editing any @n8n/n8n-nodes-langchain. AI node — an AI Agent, LLM chain, Text Classifier, or Information Extractor — and whenever the user mentions AI agents, LLM with tools, tool calling, $fromAI, system prompts, agent memory, sessionId, structured/JSON output…
memory-to-skill
Turn workflows from your MemSearch memory into reusable skills. Use when the user asks to make/create/extract/distill a skill from what they just did or from past work, review skill candidates, install a distilled skill, or 'turn this into a skill'. Manages MemSearch procedural-memory candidates under…
memory-recall
Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from historical context, past decisions, debugging notes, previous conversations, or project knowledge -- especially questions like 'what did I decide about X', 'why did we do Y', or 'have I seen this…
memory-audit-pattern-extraction
模式提取与失效解药分析。当发现多条记忆在讲同一个教训,或发现自己在一而再再而三地犯同样的错误时使用。.