wikimate-summarize

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

A command for summarising Obsidian notes, an app for linked Markdown notes, or extracting their key points into separate atomic notes. The original note body is kept unchanged.

In plain words
What is it for?
Use it to add a short summary to a note or turn its main ideas into smaller, focused notes.
Why use it?
It makes long notes easier to scan while preserving the source material. It asks for approval before applying the summary or creating a new note.

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 add a short summary to a note or turn its main ideas into smaller, focused notes.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/commands/sodam-ai/sodam-wikimate/wikimate-summarize"><img src="https://agentmods.dev/badge/commands/sodam-ai/sodam-wikimate/wikimate-summarize.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 346 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.00043 $0.00346
Opus 5 $0.00022 $0.00173
Sonnet 5 $0.00009 $0.00069
Haiku 4.5 $0.00004 $0.00035

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

Security

Grade A, and why

wikimate-summarize 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.

commands/wikimate-summarize.md · 16 lines

What it actually says

노트를 요약하거나 원자노트로 정리한다. "Wikimate Summarize" 스킬의 워크플로우를 따른다:

  1. 볼트 확정. wikimate_summarizeaction:"suggest"로 호출해 원문(body)과 현재 요약(current_summary)을 본다.
  2. 원문을 근거로 200자 이내 한 줄 summary를 직접 작성한다(추측 금지). 필요하면 atomic_note(제목+본문)도 함께 준비한다.
  3. 계획을 보고하고 AskUserQuestion으로 [적용/건너뛰기/수정] 개별 승인을 받는다(비가역 편집).
  4. 승인된 것만 wikimate_summarizeaction:"apply", dry_run:false로 호출한다. 대상 노트의 본문(body)은 이 도구가 절대 수정하지 않는다.
  5. 가능하면 wikimate-reviewer 서브에이전트로 원문 왜곡 여부를 독립 검증한다(요약은 LLM 판단이 개입하는 유일한 쓰기라 환각 위험이 더 높음).
  6. 결과(반영된 summary/원자노트 경로·백업)를 재확인 후 보고한다.

인자가 있으면 그 노트를 대상으로 시작한다: $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. 10d ago First seen · 16 lines · 43 tokens per session scan A 476f9313e855

Subscribe to this mod's changes

wikimate-summarize is a command published in the GitHub repository sodam-ai/SoDam-WikiMate (53 stars, last pushed 9d ago), licensed Apache-2.0. It adds 43 tokens to every session and 346 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.