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/ingest-pipeline)<a href="https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/ingest-pipeline"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/ingest-pipeline/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/ingest-pipeline"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/ingest-pipeline.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.00104 | $0.04349 |
| Opus 5 | $0.00052 | $0.02174 |
| Sonnet 5 | $0.00021 | $0.00870 |
| Haiku 4.5 | $0.00010 | $0.00435 |
Grade A, and why
ingest-pipeline 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 11d 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 — 426 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Wiki Ingest Pipeline — Plan & Optimize Procedures (reference)
The Step 1.4 topic-tree plan + confirmation gate, the Step 3 optimize
(destructive restructure) procedure, and the final-report template for
claude-wiki-pages-ingest-agent. The agent reads this skill at the start of
Step 1.4 and Step 3, and when composing the final report. Schema authority
remains vault/CLAUDE.md; the contract, preflight, page-write steps, auto-heal
delegation, synthesis, model selection, and hard rules live in the agent body.
Every page the pipeline produces follows the house voice —
see skills/voice: a one-line plain-language definition
first, then typed content in the engineer register, no marketing inside the vault.
Step 1.4 — Plan the topic tree (externalize, then confirm)
The topic-tree shape is the most consequential decision of the run. Errors here
cascade into every page's parent: and path:, and into the Obsidian graph
structure. Externalize the plan so the user can review or edit before any page
is written.
PDF sources (
source_format: pdf): when a source is a PDF underraw/assets/, apply the PDF ingest path documented inskills/ingest/SKILL.md— "PDF sources (I4):source_format: pdf" — before planning the topic tree. The required fields (source_format: pdf,attachment_path,extracted_at) must appear in the source note, and the PDF remains immutable inraw/assets/throughout. Classification and dedup proceed identically to text sources.
1.4a — Write the plan
Write to vault/output/_pipeline-plan-YYYY-MM-DD.md (git-ignored; no frontmatter required). Structure:
# Ingest plan — YYYY-MM-DD
## Sources in this run
- <source-1.md> — N entities, M concepts
- <source-2.md> — N entities, M concepts
...
## Entities and concepts extracted
> For each extracted item, apply the **classification checklist** in
> `skills/ingest/SKILL.md` — assign exactly one `type` (and, for entities,
> one `entity_type`) drawn from `ontology-profile-v1` in `vault/CLAUDE.md`.
> Never invent out-of-enum values; flag ambiguous cases for human review.
>
> Also apply the **two-pass alias-aware dedup** from `skills/ingest/SKILL.md`
> before marking any item as `new`. Pass 1 = exact title match; pass 2 =
> alias-aware match against existing pages' `aliases` fields. Mark items as
> `existing` if either pass matches, and plan an additive extension (never a
> duplicate). See "Dedup: two-pass existence check (I2)" in
> `skills/ingest/SKILL.md` for the full procedure.
- [<new|existing>] <Entity/Concept name> — `type: <type>` (entity: `entity_type: <value>`) — from <source(s)>
...
## Proposed topic tree
wiki/<existing-or-new-topic>/
├── <topic>.md [new | existing] # folder note (legacy _index.md if already present)
├── <page>.md [new | update]
├── <subtopic>/ [new | existing]
│ ├── <subtopic>.md [new | existing] # folder note
│ └── <page>.md [new | update]
...
## Folder size check
- <topic>/: N direct children (target ≤ 12)
- <topic>/<subtopic>/: N direct children (target ≤ 12)
## Graph color groups needed
- <new-top-level-topic> → next palette color
- (or: none)
## Open decisions
- <any ambiguities the model resolved — e.g., "placed X under Y instead of Z because …">
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.
- 11d ago First seen · 426 lines · 104 tokens per session scan A 6512e73f5f5d
ingest-pipeline is a skill published in the GitHub repository odere-pro/claude-wiki-pages-plugin (1 stars, last pushed 2mo ago), licensed MIT. It adds 104 tokens to every session and 4,349 once invoked, about $0.0005 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
add-pdf-report
Internal implementation skill invoked by /add-native for app-generated PDF report workflows using expo-print and, when present, expo-sharing.
add-sharepoint
Adds SharePoint Online connector to a Power Apps code app. Use when reading lists, managing documents, or integrating with SharePoint sites. Can also create new SharePoint lists.
add-pdf-viewer
Internal implementation skill invoked by /add-native for native PDF control workflows. Handles HTTPS and file URI PDF viewing with @microsoft/power-apps-native-pdf-viewer 0.2.9+.
add-excel
Adds Excel Online (Business) connector to a Power Apps code app. Use when reading or writing Excel workbook data from OneDrive or SharePoint.
add-onedrive
Adds OneDrive for Business connector to a Power Apps code app. Use when uploading, downloading, listing, or managing files in OneDrive.
gather
A document-collection guide for Japanese tax filing that lists the documents needed for the filing type and explains where and how to obtain them.