Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add odere-pro/claude-wiki-pages-plugin/plugin install claude-wiki-pagesWrote 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/curator-fixes)<a href="https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/curator-fixes"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/curator-fixes/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/curator-fixes"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/curator-fixes.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.00110 | $0.03359 |
| Opus 5 | $0.00055 | $0.01680 |
| Sonnet 5 | $0.00022 | $0.00672 |
| Haiku 4.5 | $0.00011 | $0.00336 |
Grade A, and why
curator-fixes 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 12d 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 — 266 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Wiki Curator — Checks & Fix Catalog (reference)
The supplemental diagnostic checks, the Phase 3 auto-fix catalog, and the
Phase 4 judgment-fix procedure for claude-wiki-pages-curator-agent. The agent
reads this skill during Phase 1 (diagnose) and Phases 3–4 (apply). Schema
authority remains vault/CLAUDE.md; the contract, engine-heal preflight,
severity classification, re-verify, report, and hard rules live in the agent
body.
Supplemental checks (Phase 1.2 — not covered by the script)
Run each via Grep/Glob against vault/wiki/:
- Broken wikilinks —
[[Target]]whereTargetmatches neither any page'stitle:nor any entry inaliases:. - Orphan pages — non-bookkeeping pages (excluding
index.md,log.md,dashboard.md, folder notes, and legacy_index.md) with zero inbound wikilinks (indexchildren:counts). - Title collisions — two pages with the same
title:→ ambiguous wikilinks. - Title missing from
aliases— for every page:titlemust appear as the first entry inaliases(ghost-node prevention pervault/CLAUDE.md). - Missing graph color groups — for each top-level topic folder (not
_sources,_synthesis), checkobsidian eval code="JSON.stringify(app.internalPlugins.plugins['graph'].instance.options.colorGroups)"for a matchingpath:wiki/<folder>query. - Flat folder sprawl — any topic folder with > 12 direct
.mdchildren (excluding the folder's own index note). - Excessive nesting — any folder deeper than 4 levels from
wiki/. - Stale confidence — pages with
confidence < 0.5andupdated> 30 days ago. - High confidence with single source — pages with
type: entity | concept | synthesiswhereconfidence ≥ 0.8andsources:has only one entry. - Ghost wikilinks in
log.md—[[...]]targets in log entries that match no real page → should be replaced with backtick code formatting.
Heavier computational checks (Jaccard similarity for near-duplicate bodies, content-block deduplication) are not run from this agent. If the user wants them, extend verify-ingest.sh with --deep mode in a separate change.
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.
- 12d ago First seen · 266 lines · 110 tokens per session scan A c00b43815dbc
curator-fixes is a skill published in the GitHub repository odere-pro/claude-wiki-pages-plugin (1 stars, last pushed 2mo ago), licensed MIT. It adds 110 tokens to every session and 3,359 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
upstream-tracker
Manage upstream issue tracking for this project. Use when the user wants to log a bug or friction point in a vendor package or npm dependency, review open upstream items, resolve a tracked issue, run a trend review, generate the upstream observations section of a sprint retrospective, promote upstream observations to…
debug-extension
Diagnose and fix failures in a built third-party .ppmplugin control: crashes, silent no-ops, PCF error outputs, or incorrect behavior. Uses the reported symptom, shared/error-codes.md, and file-level evidence to trace the manifest, Android/iOS modules, PCF dispatch, and build configuration. Produces a ranked…
audit-ppmplugin
Statically audit a built .ppmplugin before wrap testing. Checks archive layout, manifest compatibility, bundle consistency, Android DEX integrity and SDK leakage, iOS framework structure, native source-to-receiver alignment, and the PCF composite-key/sendAsync transport contract. Reports CRITICAL, WARNING, and INFO…
generate-ppmplugin-manifest
Validate, reconcile to the chosen target(s), and stage the manifest.json for a .ppmplugin bundle. In the normal flow the committed ./manifest.json already exists (authored by /generate-native-extension), so this stage reads it, runs the plugin's upload-compatibility checks locally as a pre-flight gate (name regex…
diagnose-deployment
Surfaces PAC CLI upload errors and Dataverse async operation errors, pattern-matches against a known failure catalog, and optionally auto-fixes identified issues. Use when asked to: "diagnose deployment", "debug deployment", "deployment failed", "show deployment errors", "fix deployment issues", "show upload logs"…
architecture-optimization
Guided journey from a working codebase grown slow and tangled to one measurably fast, cleanly bounded, and readable. Orchestrates eight skills phase by phase - working-with-legacy-code, clean-architecture, software-design-philosophy, refactoring-patterns, system-design, ddia-systems, release-it, pragmatic-programmer …