wiki-boundary

wiki-boundary is a skill for Claude Code from tboome33/obsidian-mcp-router. It costs 141 tokens per session (2,718 once invoked), scanned A, original, Apache-2.0.

A read-only wiki report that ranks hub pages many other pages link to but that contain little useful content.

In plain words
What is it for?
Use it to choose what to research or write next, identify thin hub pages, and find areas where more content may help.
Why use it?
It helps you find likely gaps in a knowledge base without manually checking every page. The ranking suggests where to investigate, but does not decide what matters most.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the obsidian-router plugin — 49 skills, 54 commands, 2 agents, 3 hooks, 1 MCP server shipped together

Good fit Use it to choose what to research or write next, identify thin hub pages, and find areas where more content may help.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tboome33/obsidian-mcp-router/wiki-boundary
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.

Any agent
npx skills add tboome33/obsidian-mcp-router --skill wiki-boundary
Clone the repo
git clone --depth 1 https://github.com/tboome33/obsidian-mcp-router

Made for: Claude Code.

Or install obsidian-router, the plugin that ships this one along with the rest of its 49 skills, 54 commands, 2 agents, 3 hooks, 1 MCP server.

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 wiki-boundary

README.md
[![agentmods](https://agentmods.dev/badge/skills/tboome33/obsidian-mcp-router/wiki-boundary/github.svg)](https://agentmods.dev/skills/tboome33/obsidian-mcp-router/wiki-boundary)
Your own site
<a href="https://agentmods.dev/skills/tboome33/obsidian-mcp-router/wiki-boundary"><img src="https://agentmods.dev/badge/skills/tboome33/obsidian-mcp-router/wiki-boundary/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.

agentmods 80×15 button for wiki-boundary

Your own site · 80×15
<a href="https://agentmods.dev/skills/tboome33/obsidian-mcp-router/wiki-boundary"><img src="https://agentmods.dev/badge/skills/tboome33/obsidian-mcp-router/wiki-boundary.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,718 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00141 $0.02718
Opus 5 $0.00071 $0.01359
Sonnet 5 $0.00028 $0.00544
Haiku 4.5 $0.00014 $0.00272

Measured 8d ago against content hash c2584112f93f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

wiki-boundary 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 8d 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.

skills/wiki-boundary/SKILL.md · 118 lines

How it starts

The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.

wiki-boundary

Deterministic ranking of the pages everybody links to that have little in them. Borrowing C10 of [[roadmap-emprunts]] §2.17. Read-only, no LLM: one query over the persisted knowledge graph.

The score proposes attention. It does not establish importance. A high score says exactly one thing: many pages point here, and there is not much here when you arrive. That is a reason to look, never a verdict on the page, its author, or its priority. Say this out loud when you present results — it is the whole contract.

Pre-condition

The knowledge graph must exist AND be recent enough to carry substance measurements: wiki-meta/graph/knowledge-graph.json. If the tool refuses with "no substance measurements", the graph predates this feature — offer to run /wiki-graph, then retry.

Always look at graphAnalyzedAt in the result. The graph is a snapshot. A month-old graph ranks pages that may have been rewritten, moved or deleted since. If it is more than a couple of weeks old, say so before presenting the list, and offer to rebuild.

Steps

1. Call the tool

mcp__obsidian-router__find_boundary_pages({ vault, limit: 10 })

Arguments, all optional:

  • --limit Nlimit (default 10, ceiling 100).
  • --min-inbound NminInbound (default 1). Raise it on a big vault to keep only real crossroads.
  • --exempt-types a,b,cexemptTypes, replacing the default list. Pass the defaults plus the additions — ["redirect","source","answer","index"], not just ["index"] — or you will silently un-exempt the rest. See step 1-bis.
  • --exempt-statuses a,b,cexemptStatuses. No default — closed pages (status: superseded, retired…) stay visible and labelled unless the user asks to hide them. Exact match, case-insensitive; a page with no status: is never exempted; superseded-in-part is not swept up by superseded. This asymmetry with types is a decision, not an oversight: the candidate default ["superseded"] was rejected after adversarial review, because the ADR contract that standardises the token covers decision pages only, and a global filter would silently erase legitimate historical hubs.
  • --all-typesexemptTypes: [], scoring every page including the ones held out by default. Use only when the user explicitly asks to see everything; warn them that migration stubs and capture records will dominate.
  • --as-of YYYY-MM-DDasOf. By default recency is measured against the graph's own build stamp, which makes the ranking a pure function of the graph file.

Read the full file on GitHub · 118 lines

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. 8d ago First seen · 118 lines · 141 tokens per session scan A c2584112f93f

Subscribe to this mod's changes

wiki-boundary is a skill published in the GitHub repository tboome33/obsidian-mcp-router (1 stars, last pushed yesterday), licensed Apache-2.0. It adds 141 tokens to every session and 2,718 once invoked, about $0.0007 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-09-03.

Related

Other skills, from other repositories

librarian

Orchestrate vault knowledge workflows using the Librarian MCP server. Ingest solutions, search prior art, explore the knowledge graph, log daily learnings.

ngmeyer/librarian-mcp · 35 tokens

bastra-recall

Proactive private local memory for ChatGPT and Codex — recall before acting, save durable rules, lessons and decisions without being asked. Requires the local bastra-recall MCP server installed by bastra install codex.

n0mad-ai/bastra-recall · 50 tokens

wiki-ingest

Process source files into synthesised wiki pages. Always use this skill when the user says /wiki-ingest, 'import these files', 'process my clippings', 'ingest this article', 'I have new articles to add', 'turn this PDF into a wiki page', 'what's in my raw/ folder', or 'what have I ingested'. Also use when the user…

vanillaflava/llm-wiki-skills · 182 tokens

whatsapp-triage

Sweep WhatsApp — BOTH inbound AND the user's own sent messages, across DMs AND group chats with recent activity — and reconcile every chat onto the Cos board: link the message onto the matching case, advance or close tasks, move the lane, set catalog labels, dedup against existing cases so one matter is one card, and…

philipyaz/cos · 144 tokens

calibre-study-notes

A tool that creates study notes from books in a Calibre library for a human learner. It uses questions, recall exercises, source pointers, and optional Anki export rather than only providing a summary.

caelum29/calibre-mcp · 243 tokens

unanswered-messages

Scan WhatsApp + Gmail for messages still awaiting MY reply — the ones that need nothing more than an answer, so they spin off no case, reminder, or event and get forgotten — record each on the board as an unanswered message, and mark it answered the moment I reply (so it leaves the view). Use when the user says "what…

philipyaz/cos · 125 tokens