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.
npx skills add odere-pro/claude-wiki-pages-plugin --skill onboardinggit clone --depth 1 https://github.com/odere-pro/claude-wiki-pages-pluginWrote 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.
[](https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/onboarding)<a href="https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/onboarding"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/onboarding/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.
<a href="https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/onboarding"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00118 | $0.00964 |
| Opus 5 | $0.00059 | $0.00482 |
| Sonnet 5 | $0.00024 | $0.00193 |
| Haiku 4.5 | $0.00012 | $0.00096 |
Grade A, and why
onboarding 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.
How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Onboarding — guided first run
Take someone from "just installed the plugin" to "I have a cited answer from my own wiki" in five short steps. Each step verifies before moving on and explains what just happened, so the user learns the model by doing it once.
Principles
- One step at a time. Do a step, show the result, say what is next. Never dump the whole pipeline.
- Resume, don't restart. Probe state first; skip steps already done. Re-running is always safe.
- Self-healing. Ingest runs the git-checkpointed auto-heal; never ask the user to fix structure by hand.
- Plain language. The user does not need to know the words "MOC" or "frontmatter" to finish onboarding.
Steps
- Health check. Run
/claude-wiki-pages:doctor(orbash scripts/doctor.sh). If anything is red, run it with--fixand explain what was repaired. Confirm Bun is present (the engine) — if not, note that hooks still work and point to https://bun.sh. - Scaffold the vault. If no vault exists, run the
initskill to createvault/(immutableraw/, maintainedwiki/, schema invault/CLAUDE.md). Tell the user where it is and thatraw/is for their sources. - Add a first source. Check whether
vault/raw/already contains the bundled sample source (sample-source.md) — it is seeded there by the scaffold so first-time users can ingest immediately without providing their own material. Tell the user it is there. Ask whether they want to add their own file instead or alongside it; if so, ask them to drop it intovault/raw/and confirm it landed. - Ingest. Run the ingest flow (
/claude-wiki-pages:wiki "ingest the new source"). Explain that the plugin reads the source, writes cited wiki pages, and auto-heals the wiki under a git checkpoint (so it is always reversible withgit revert). Show the new pages. - Ask a question. Run
/claude-wiki-pages:query "<a question the source can answer>". Show the answer with its[[wikilink]]citations — this is the payoff: answers grounded in the user's own material.
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.
- 9d ago First seen · 56 lines · 118 tokens per session scan A c69385b80a13
onboarding is a skill published in the GitHub repository odere-pro/claude-wiki-pages-plugin (1 stars, last pushed 2mo ago), licensed MIT. It adds 118 tokens to every session and 964 once invoked, about $0.0006 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.
Other skills, from other repositories
raindrop-triage
This skill should be used when the user asks to 'triage unsorted bookmarks', 'clean up raindrop inbox', 'sort unsorted', 'organize bookmarks', 'raindrop triage', 'process bookmark backlog', 'promote triaged bookmarks', 'classify triaged', 'raindrop cleanup', 'deduplicate bookmarks', 'find duplicate bookmarks', 'tag…
session-bookmarks
This skill should be used to save URLs or links found this session as Raindrop bookmarks — triggers: 'bookmark URLs from this session', 'save links we found', 'save notable URLs to Raindrop', 'save session URLs', 'raindrop bookmarks from session'. Scans the current conversation for high-signal URLs discovered during…
tag-sync
This skill should be used when the user asks to 'manage tag vocabulary', 'update raindrop tags', 'sync tag vocabulary', 'curate tags', 'refresh tags file', 'rebuild tag vocabulary', 'what tags should I use', 'tag reference', 'raindrop tag vocabulary', 'create tags reference', 'tag inventory', 'tag sync'. Fetches the…
add-teams
Adds Microsoft Teams connector to a Power Apps code app. Use when sending Teams messages, posting to channels, or integrating with Teams chat.
manage-desktop-flows
Manage and run Power Automate Desktop (RPA) flows and machine groups. Use when the user asks about desktop flows, RPA, or machine groups.
mix-compression
Reduce mix output noise (5-15% token savings) by installing rtk filters that compress mix test/credo/dialyzer/compile output before it reaches Claude. Use when long mix output floods context.