/help
Show a one-screen Codex reference for the Wenlan plugin. Use when the user asks for Wenlan help, command list, invokes /help, or explicitly asks about import progress.
$ npx -y skills add 7xuanlu/wenlan --skill help --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/help
Context preview
The summary Claude sees to decide when to auto-load this skill.
Show a one-screen Codex reference for the Wenlan plugin. Use when the user asks for Wenlan help, command list, invokes /help, or explicitly asks about import progress.
SKILL.md
help.SKILL.mdname: help
description: >
Show a one-screen Codex reference for the Wenlan plugin. Use when the user
asks for Wenlan help, command list, invokes /help, or explicitly asks about
import progress.
allowed-tools: ["mcp__wenlan__list_pending_imports"]
user-invocable: true
/help
Print the Wenlan Codex command card. The default help path is read-only and calls no tools.
Wenlan for Codex
/setup set up or repair the local runtime and MCP bridge
/brief [topic] read the Space Brief; topic adds related context
/capture <x> save one durable memory
/recall <q> search local memory
/lint [deep|repair] [scope] diagnose, or resolve all findings safely
/distill [t] synthesize or refresh source-backed pages
/pages [q] list or open distilled pages in the OS editor
/curate <s> review pending captures or revisions (s = captures|revisions)
/forget <id> delete one memory by exact id after confirmation
/handoff close a session with captures, session log, and a Brief update
/help show this card
Import progress: ask explicitly; Wenlan checks `list_pending_imports` on demand.
Daily flow:
1. /setup once after install, or when Wenlan looks broken
2. /brief when resuming a project or asking to catch up
3. /capture durable decisions, corrections, lessons, or preferences
4. /recall when you need a specific memory
5. /handoff before ending the session
Data lives under ~/.wenlan/:
pages/ source-backed wiki pages
sessions/ narrative session logs
sessions/_status/ human receipts projected from Space Briefs
bin/ installed wenlan and wenlan-mcp binaries
Open pages with /pages. Inspect history with:
git -C ~/.wenlan log --oneline
Optional models and keys do not enable background inference by themselves:
wenlan enrichment status show Everyday + Synthesis as off/ready/paused
wenlan enrichment configure --everyday <source> --synthesis <source>
review the exact mapping, disclosure, and confirm
wenlan enrichment disable turn model-backed background work offOnly when the user explicitly asks whether an import/export is still running, call `mcp__wenlan__list_pending_imports`. Never call it during ordinary `/help`, `/brief`, setup, or session-start flows.
If the local runtime or MCP bridge is down, tell the user to run `/setup`.
Read more
name: help description: > Show a one-screen Codex reference for the Wenlan plugin. Use when the user asks for Wenlan help, command list, invokes /help, or explicitly asks about import progress. allowed-tools: ["mcp__wenlan__list_pending_imports"] user-invocable: true
/help
Print the Wenlan Codex command card. The default help path is read-only and calls no tools.
Wenlan for Codex
/setup set up or repair the local runtime and MCP bridge
/brief [topic] read the Space Brief; topic adds related context
/capture <x> save one durable memory
/recall <q> search local memory
/lint [deep|repair] [scope] diagnose, or resolve all findings safely
/distill [t] synthesize or refresh source-backed pages
/pages [q] list or open distilled pages in the OS editor
/curate <s> review pending captures or revisions (s = captures|revisions)
/forget <id> delete one memory by exact id after confirmation
/handoff close a session with captures, session log, and a Brief update
/help show this card
Import progress: ask explicitly; Wenlan checks `list_pending_imports` on demand.
Daily flow:
1. /setup once after install, or when Wenlan looks broken
2. /brief when resuming a project or asking to catch up
3. /capture durable decisions, corrections, lessons, or preferences
4. /recall when you need a specific memory
5. /handoff before ending the session
Data lives under ~/.wenlan/:
pages/ source-backed wiki pages
sessions/ narrative session logs
sessions/_status/ human receipts projected from Space Briefs
bin/ installed wenlan and wenlan-mcp binaries
Open pages with /pages. Inspect history with:
git -C ~/.wenlan log --oneline
Optional models and keys do not enable background inference by themselves:
wenlan enrichment status show Everyday + Synthesis as off/ready/paused
wenlan enrichment configure --everyday <source> --synthesis <source>
review the exact mapping, disclosure, and confirm
wenlan enrichment disable turn model-backed background work offOnly when the user explicitly asks whether an import/export is still running, call `mcp__wenlan__list_pending_imports`. Never call it during ordinary `/help`, `/brief`, setup, or session-start flows.
If the local runtime or MCP bridge is down, tell the user to run `/setup`.
Wenlan is a knowledge base for the AI-native age. Your AI agents capture what they learn, Wenlan keeps it current and distills it into source-cited wiki pages you can trust
Other skills on wenlan.
- /prove
Per-surface verification loops for wenlan — daemon, cli, mcp, plugin, suite strength (mutation), behavior trace, weekly sweep. Routes to scripts; every check records evidence via attest. Deeper than the built-in verify skill — use prove for mutation audits, behavior tracing, and
Open skill - /run-wenlan
Build, launch, and stop the wenlan daemon (wenlan-server) for local dev and verification. Use when asked to run or restart the daemon, or before driving any surface (HTTP, CLI, MCP) against a live instance.
Open skill - /verify
Drive/evidence recipe for verifying wenlan changes at their real surfaces (daemon HTTP, CLI, MCP stdio). The handle file the built-in verify protocol expects; launch primitives live in the run-wenlan skill, deeper machinery (mutation audit, behavior trace, weekly sweep) in the
Open skill - /brief
Read the current Space-owned project Brief from Wenlan for Codex. With an optional topic, appends separately labeled related context from the same Space. Invoked as /brief [topic] when resuming work or asking to catch up.
Open skill - /capture
Save a durable memory to Wenlan from Codex. Use proactively when the user states a preference, makes a decision, corrects you, or shares a durable fact. Invoked as /capture <content>.
Open skill - /curate
Review pending Wenlan captures, revisions, or daemon refinements from Codex. Use for explicit audit walks after /brief or /handoff surfaces pending work. Invoked as /curate captures, /curate revisions, or /curate refinements.
Open skill

