wikimate-link

wikimate-link is a command for Claude Code from sodam-ai/SoDam-WikiMate. It costs 42 tokens per session (616 once invoked), scanned A, original, Apache-2.0.

A command for connecting related Obsidian notes with [[links]] or grouping notes into a topic table of contents, also called a MOC. Obsidian is an app for storing linked Markdown notes.

In plain words
What is it for?
Use it to suggest and add related-note links, or create or update a topic index from existing notes.
Why use it?
It helps organise notes into a browsable knowledge graph without adding guessed connections. Existing notes are changed only after individual confirmation.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: names the AskUserQuestion tool.

Part of the wikimate plugin — 6 skills, 5 commands, 1 agent, 1 hook, 1 MCP server shipped together

Good fit Use it to suggest and add related-note links, or create or update a topic index from existing notes.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/sodam-ai/sodam-wikimate/wikimate-link
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.

Clone the repo
git clone --depth 1 https://github.com/sodam-ai/SoDam-WikiMate

Made for: Claude Code.

Or install wikimate, the plugin that ships this one along with the rest of its 6 skills, 5 commands, 1 agent, 1 hook, 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 wikimate-link

README.md
[![agentmods](https://agentmods.dev/badge/commands/sodam-ai/sodam-wikimate/wikimate-link/github.svg)](https://agentmods.dev/commands/sodam-ai/sodam-wikimate/wikimate-link)
Your own site
<a href="https://agentmods.dev/commands/sodam-ai/sodam-wikimate/wikimate-link"><img src="https://agentmods.dev/badge/commands/sodam-ai/sodam-wikimate/wikimate-link/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 wikimate-link

Your own site · 80×15
<a href="https://agentmods.dev/commands/sodam-ai/sodam-wikimate/wikimate-link"><img src="https://agentmods.dev/badge/commands/sodam-ai/sodam-wikimate/wikimate-link.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 616 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.00042 $0.00616
Opus 5 $0.00021 $0.00308
Sonnet 5 $0.00008 $0.00123
Haiku 4.5 $0.00004 $0.00062

Measured 7d ago against content hash 97f8b747c875, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

wikimate-link 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 7d 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.

commands/wikimate-link.md · 24 lines

What it actually says

"Wikimate Link" 스킬의 워크플로우를 따른다. 사용자 의도가 "연결"이면 A, "목차/MOC"면 B를 따른다.

  1. 볼트 확정(이름 또는 경로). 모르면 wikimate_vaults로 후보를 묻는다.
  2. wikimate_linkaction:"suggest"로 호출해 후보(title·summary·tags)를 읽기전용으로 본다.
  3. 유사도 엔진 없이 직접 관련도를 판단한다 — 확실한 것만, 노트당 최대 5개. 왜 관련 있는지 한 줄 이유도 정리해 둔다. 확실하면 관계 종류(kind: related/reference)도 판단(애매하면 생략).
  4. 계획을 보고하고 AskUserQuestion으로 [연결하기/건너뛰기/수정] 개별 승인을 받는다(비가역 편집이라 사전승인 무관).
  5. 승인된 것만 wikimate_linkaction:"add_links", dry_run:false, reason:<3번 이유>, kind:<3번 종류(선택)>로 호출한다(둘 다 노트 본문 "## 왜 연결했는지" 섹션의 같은 불릿 줄에 기록됨 — kind는 괄호로).
  6. 결과(반영된 related·백업 경로)를 재확인 후 보고하고, 그래프뷰 확인은 사용자에게 안내한다.

B. 목차(MOC) 만들기·갱신 (build_moc)

  1. 주제(topic)와 묶을 노트들을 확인한다(지어낸 노트 이름 금지). 볼트 확정은 A와 동일.
  2. wikimate_linkaction:"build_moc", topic:<주제>, targets:<노트 제목 배열>, dry_run:true로 호출해 신규/갱신 여부와 멤버를 확인한다(5개 상한 없음).
  3. AskUserQuestion으로 [만들기(갱신)/건너뛰기/대상 수정] 개별 승인을 받는다.
  4. 승인된 것만 dry_run:false로 실제 호출한다. 기존 MOC가 있었다면 사용자가 직접 쓴 다른 섹션이 보존됐는지 확인한다.
  5. 생성/갱신된 경로와 최종 멤버를 확인 후 보고하고, 그래프뷰 확인은 사용자에게 안내한다.

인자가 있으면 그 노트(또는 주제)를 대상으로 시작한다: $ARGUMENTS

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. 7d ago Changed 97f8b747c875
  2. 11d ago First seen · 24 lines · 42 tokens per session scan A c2910e7d887b

Subscribe to this mod's changes

wikimate-link is a command published in the GitHub repository sodam-ai/SoDam-WikiMate (53 stars, last pushed 9d ago), licensed Apache-2.0. It adds 42 tokens to every session and 616 once invoked, about $0.0002 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.