remnote-kb-navigation

remnote-kb-navigation is a skill for Claude Code, Codex from robert7/remnote-mcp-server. It costs 28 tokens per session (477 once invoked), scanned A, original, MIT.

A template for guiding an AI assistant through a RemNote knowledge base. RemNote is a note-taking and personal knowledge-management app.

In plain words
What is it for?
It is for mapping and reading a user's RemNote notes in a controlled, read-only way. It can start with a shallow overview and then inspect selected branches.
Why use it?
It provides a starting structure for finding notes by their IDs and top-level sections, but it is not ready to use until its placeholder values are replaced.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/robert7/remnote-mcp-server/remnote-kb-navigation
Any agent
npx skills add robert7/remnote-mcp-server --skill remnote-kb-navigation
Clone the repo
git clone --depth 1 https://github.com/robert7/remnote-mcp-server

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for remnote-kb-navigation

README.md
[![agentmods](https://agentmods.dev/badge/skills/robert7/remnote-mcp-server/remnote-kb-navigation.svg)](https://agentmods.dev/skills/robert7/remnote-mcp-server/remnote-kb-navigation)
Your own site
<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>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 477 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash e17a42c84d88, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/remnote-kb-navigation/SKILL.md · 51 lines

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
  1. Use JSON output (default). Do not use --text for navigation.
  2. Use ID-first traversal via read.
  3. Start shallow (--depth 1) for orientation.
  4. Use high child limit for full branch listings: --child-limit 500.
  5. 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_HINT
  • TEMPLATE_BRANCH_2_HEADLINE - TEMPLATE_BRANCH_2_ID - TEMPLATE_BRANCH_2_HINT
  • TEMPLATE_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.

  1. Read root for global orientation:
    • remnote-cli read TEMPLATE_ROOT_ID --include-content structured --depth 1 --child-limit 500
  2. Pick the best top-level branch ID from the map.
  3. Read that branch shallowly first:
    • remnote-cli read <branch-id> --depth 1 --child-limit 500
  4. Descend deeper only in the selected subtree.
  5. If multiple branches seem relevant, read 2-3 candidate branches shallowly, then ask a focused clarification.
Files

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.

Changes

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.

  1. 4d ago First seen · 51 lines · 28 tokens per session scan A e17a42c84d88

Subscribe to this mod's changes

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.

Related

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…

strmforge/time-library · 154 tokens

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…

zeroclaw-labs/zeroclaw · 167 tokens

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…

czlonkowski/n8n-mcp · 156 tokens

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…

zilliztech/memsearch · 82 tokens

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…

zilliztech/memsearch · 149 tokens

memory-audit-pattern-extraction

模式提取与失效解药分析。当发现多条记忆在讲同一个教训,或发现自己在一而再再而三地犯同样的错误时使用。.

Dataojitori/nocturne_memory · 48 tokens