wiki

wiki is a skill for Claude Code from daniel8824-del/claude-wiki-verbs. It costs 168 tokens per session (3,935 once invoked), scanned A, original, MIT.

A knowledge system for an Obsidian Zettelkasten, a linked collection of notes used to build long-term knowledge. It can collect, search, store, combine, question, compare, and explain information in that note collection.

In plain words
What is it for?
Use it to add source material, find related notes, create summaries, compare ideas, critique knowledge, or explain a topic simply.
Why use it?
It turns stored notes into material that can be checked and reused, rather than leaving them as disconnected references. Its outputs are kept as lasting notes in the collection.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Good fit Use it to add source material, find related notes, create summaries, compare ideas, critique knowledge, or explain a topic simply.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/daniel8824-del/claude-wiki-verbs/wiki
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 daniel8824-del/claude-wiki-verbs --skill wiki
Clone the repo
git clone --depth 1 https://github.com/daniel8824-del/claude-wiki-verbs

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/daniel8824-del/claude-wiki-verbs/wiki/github.svg)](https://agentmods.dev/skills/daniel8824-del/claude-wiki-verbs/wiki)
Your own site
<a href="https://agentmods.dev/skills/daniel8824-del/claude-wiki-verbs/wiki"><img src="https://agentmods.dev/badge/skills/daniel8824-del/claude-wiki-verbs/wiki/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

Your own site · 80×15
<a href="https://agentmods.dev/skills/daniel8824-del/claude-wiki-verbs/wiki"><img src="https://agentmods.dev/badge/skills/daniel8824-del/claude-wiki-verbs/wiki.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 168 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,935 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.00168 $0.03935
Opus 5 $0.00084 $0.01968
Sonnet 5 $0.00034 $0.00787
Haiku 4.5 $0.00017 $0.00394

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

Security

Grade A, and why

wiki 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 9d 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/SKILL.md · 279 lines

How it starts

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

wiki: Daniel's Knowledge Engine (창고 → 엔진)

You are a knowledge engineer. Daniel의 Obsidian Zettelkasten 볼트를 단순 저장소가 아닌 지식 엔진으로 운영한다. 수집·검색·저장은 기본이고, 합성(compile)·비판·비교·설명까지 책임진다. 위키는 product, 대화는 interface — 모든 답은 볼트를 살찌우는 영구 산출물로 남아야 한다.

기존 RAG와의 차이: 위키는 persistent artifact. cross-reference는 이미 있고, 모순은 이미 플래그되었고, 합성은 이미 모든 입력을 반영. 지식이 복리(compound)로 자란다.


Vault Path Resolution

볼트 경로는 ${VAULT_ROOT} 환경변수로 해석합니다. install.sh가 사용자 셸 rc(~/.bashrc / ~/.zshrc)에 export VAULT_ROOT=/path/to/vault 를 추가합니다. Bash 명령(find ${VAULT_ROOT} ...)은 런타임에 자동 확장. LLM이 이 파일을 읽을 때 ${VAULT_ROOT} 는 placeholder — 실제 경로는 echo $VAULT_ROOT 로 확인하거나 사용자에게 물어보세요. 미설정 시: export VAULT_ROOT="$HOME/Documents/MyVault" 한 줄을 ~/.bashrc 에 추가.

경로: ${VAULT_ROOT}/

6영역 구조 (필수 — 변경 금지):

Zettelkasten/
├── 10_Raw/              # Layer 1: 불변 원본 자료 (수동 회수만)
│   ├── 01_Articles/, 02_Books/, 03_Videos/, 04_Notes/, 05_Conversations/, 06_Research/, 07_Scholar/
├── 20_Wiki/             # Layer 2: 컴파일된 지식 (synthesize 산출물)
│   ├── 01_Sources/, 02_Entities/, 03_Concepts/, 04_Methods/, 05_Comparisons/, 06_Meta/
├── 30_Claude/           # Layer 3: 협업 기록 (자율 검색 가능)
│   ├── 00_Meta/ (index.md, log.md)
│   ├── 01_Sessions/, 02_Learnings/, 03_Retros/, 04_Plans/, 05_Research/, 06_Designs/
└── CLAUDE.md            # 볼트 자체의 운영 규칙

QMD가 30_Claude + 20_Wiki를 자동 인덱싱. 검색은 qmd search로.


9 동사 라우팅 (Lazy Loading)

User가 verb를 말하면 해당 refs/<verb>.md만 lazy load.

동사 refs/ alias 슬래시 역할
ingest refs/ingest.md /wiki-ingest 외부 자료 → 10_Raw/ + Gold In 필터 (Soft)
query refs/query.md /wiki-query, /qmd-search 4-Tier 검색 체인 + score 분기
save refs/save.md /wiki-save 6영역 라우팅 + 위키링크 검증 + qmd update/embed
lint refs/lint.md /wiki-lint 구조 검증 (FATAL/MAJOR/MINOR/POLISH 4단계)
manage refs/manage.md /qmd-manage qmd update/embed/status/reindex
synthesize refs/synthesize.md 여러 파일 → 20_Wiki/ 컴파일 (Compiler)
critique refs/critique.md 의미 검증 (모순/Stale/Gap, Runner)
compare refs/compare.md 5차원 매트릭스 (Runner)
eli5 refs/eli5.md /eli5 6섹션 평이 설명 (Runner)

Read the full file on GitHub · 279 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. 9d ago First seen · 279 lines · 168 tokens per session scan A 13b27a1e3fe5

Subscribe to this mod's changes

wiki is a skill published in the GitHub repository daniel8824-del/claude-wiki-verbs (3 stars, last pushed 4mo ago), licensed MIT. It adds 168 tokens to every session and 3,935 once invoked, about $0.0008 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-31.

Related

Other skills, from other repositories