weiping-wiki

weiping-wiki is a skill for Claude Code from appleweiping/WEIPING_WIKI. It costs 187 tokens per session (985 once invoked), scanned A, original, MIT.

A workflow for maintaining WEIPINGWIKI, a local knowledge system that maps projects, files, and agent workflows across a computer. It supports searching, updating, and organizing the wiki’s records.

In plain words
What is it for?
Use it to search or ingest knowledge, refresh wiki pages, update indexes and catalogs, route work to local projects, and prepare controlled workstation-maintenance plans.
Why use it?
It gives agents a consistent way to find existing knowledge, keep project maps current, and manage public or private information safely. It also defines procedures for planning file moves.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code; mentions AGENTS.md; mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/wiki.py maintain --scope whole-computer --json.

Good fit Use it to search or ingest knowledge, refresh wiki pages, update indexes and catalogs, route work to local projects, and prepare controlled workstation-maintenance plans.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/appleweiping/WEIPING_WIKI
agentmods
npx agentmods add skills/appleweiping/weiping_wiki/vipin-wiki

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/appleweiping/weiping_wiki/vipin-wiki"><img src="https://agentmods.dev/badge/skills/appleweiping/weiping_wiki/vipin-wiki.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 187 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 985 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00187 $0.00985
Opus 5 $0.00093 $0.00492
Sonnet 5 $0.00037 $0.00197
Haiku 4.5 $0.00019 $0.00098

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

Security

Grade A, and why

weiping-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 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.

.claude/skills/vipin-wiki/SKILL.md · 51 lines

How it starts

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

WEIPING_WIKI Adapter

Read AGENTS.md first. This adapter makes Claude Code and OpenCode follow the same WEIPING_WIKI workflow as Codex. Treat vipin wiki, vipinknowledge, and vipin-wiki as historical aliases.

Start Here

  1. Check git status --short --branch.
  2. Read wiki/concepts/whole-computer-project-map.md before whole-computer or local project routing.
  3. Read wiki/concepts/d-drive-project-map.md, wiki/topics/local-active-project-roots.md, and wiki/topics/local-project-roots.md when D-drive or active project roots are involved.
  4. Use python scripts/wiki.py search "<query>", wiki/index.md, and wiki/catalog.json for retrieval.
  5. Use agentmemory for active recall/signals when available.
  6. For actual file moves, use D:\agent-resources\skills\vipin\workstation-maintenance to generate the manifest, full-plan or exact-batch preflight, approval packet, type-grouped age-gated move plan, approved batch, and rollback artifacts. For D-root directory organization, use the same shared skill's drive-root plan/invoke scripts so old paths remain junction-compatible. Broad user approval can cover all currently passing low-risk batches.
  7. For deep agentic-constellation maintenance, read [[weiping-agentic-project-constellation]] and keep links public-safe, artifact-based, and low-coupling.

Canonical Commands

python scripts/wiki.py maintain --scope whole-computer --json
python scripts/wiki.py context L1 --query "whole-computer maintenance"
python scripts/wiki.py catalog
python scripts/wiki.py lint
python scripts/wiki.py health --json
python scripts/wiki.py crystallize --title "..." --type query --from-file notes.md
python scripts/wiki.py lifecycle --json
python scripts/wiki.py graph neighbors llm-wiki --depth 1
python scripts/wiki.py search "<query>" --graph --semantic
python scripts/wiki.py scrub raw/inbox/<new-source>
powershell .\scripts\Test-PrePushSafety.ps1

Modes

  • Query from maintained wiki pages first; crystallize reusable answers.
  • Ingest sources into source notes and propagate durable facts.
  • Maintain old pages by comparing them with live evidence and current operating rules.
  • Map the whole computer shallowly, deep-reading only important roots.
  • Maintain tight routes among WEIPING_WIKI, devtools, AGENT_RESOURCE, AGENTIC_SCIENCE/UUPF, WEIPING_LAB, and WEIPING_COUNCIL without making repositories depend on one another's private state.
  • Delegate physical C:/D:/G: organization to the shared workstation-maintenance skill; update public-safe wiki maps after dry-run evidence or actual state changes, including D-root move-with-junction results.
  • Maintain Obsidian-compatible vault artifacts (.obsidian/, .base, .canvas, commands, templates, dashboard, workspaces, slides, and wiki.py obsidian ...) when the task asks for Obsidian-style knowledge-system upgrades.
  • Upgrade the skill/workflow when a future agent would otherwise need a fresh prompt.

Read the full file on GitHub · 51 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. 10d ago First seen · 51 lines · 187 tokens per session scan A 1b8ace1db423

Subscribe to this mod's changes

weiping-wiki is a skill published in the GitHub repository appleweiping/WEIPING_WIKI (122 stars, last pushed 15d ago), licensed MIT. It adds 187 tokens to every session and 985 once invoked, about $0.0009 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.

Related

Other skills, from other repositories

media-ingest

Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.

garrytan/gbrain · 52 tokens

mem0-oss-to-platform

Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…

mem0ai/mem0 · 273 tokens

Cortex

Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…

danielmiessler/LifeOS · 196 tokens

memory

Use when the user asks to remember, recall, forget, update, search, or inspect durable OpenSquilla memory, including profile facts in USER.md and long-term notes in MEMORY.md or memory//.md.

opensquilla/opensquilla · 44 tokens

ha-data-stores

Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…

shiwenwen/hope-agent · 115 tokens

shellm

Reference for the shellm system — recursive LLM shell, identity management, memory, skills, trajectory, and all CLI tools. Use when working on shellm itself, debugging agent behavior, or understanding how the pieces fit together.

laude-institute/headlong · 49 tokens