wikimate-classify

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

A command for sorting inbox notes into a seven-folder system and assigning tags and importance levels.

In plain words
What is it for?
Use it to review note destinations, tidy tags, set importance, and move approved notes while leaving templates and archives untouched.
Why use it?
It helps turn an unsorted note inbox into an organised vault while reusing existing folders and tags. Each suggested change is shown for approval before it is applied.

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 review note destinations, tidy tags, set importance, and move approved notes while leaving templates and archives untouched.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/commands/sodam-ai/sodam-wikimate/wikimate-classify"><img src="https://agentmods.dev/badge/commands/sodam-ai/sodam-wikimate/wikimate-classify.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 314 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.00039 $0.00314
Opus 5 $0.00019 $0.00157
Sonnet 5 $0.00008 $0.00063
Haiku 4.5 $0.00004 $0.00031

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

Security

Grade A, and why

wikimate-classify 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 6d 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-classify.md · 15 lines

What it actually says

노트를 올바른 폴더로 옮기고 태그·진행상태(완료/초안 표시)·관련 프로젝트를 정리한다. "Wikimate Classify" 스킬의 워크플로우를 따른다:

  1. 볼트 확정. wikimate_classifyaction:"suggest"로 호출해 현재 상태·후보 폴더·기존 태그 어휘·현재 status/project를 본다.
  2. 유사도 엔진 없이 직접 판단한다 — 애매하면 폴더 유지, 새 태그보다 기존 태그 재사용 우선. status(완료 표시 등)는 사용자가 명시 요청했을 때만 바꾼다(자동 판단 금지).
  3. 계획을 보고하고 AskUserQuestion으로 [적용/건너뛰기/수정] 개별 승인을 받는다.
  4. 승인된 것만 wikimate_classifyaction:"apply", dry_run:false로 호출한다.
  5. 결과(이동 경로·백업)를 재확인 후 보고한다. 90_Templates·99_Archive는 대상 아님.

인자가 있으면 그 노트를 대상으로 시작한다: $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. 6d ago Changed · +12 tokens per session 649761581ac1
  2. 10d ago First seen · 15 lines · 27 tokens per session scan A e1e8e7afac9e

Subscribe to this mod's changes

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