ingest

ingest is a skill for Claude Code from odere-pro/claude-wiki-pages-plugin. It costs 94 tokens per session (3,789 once invoked), scanned A, original, MIT.

A skill that turns source files from a vault's raw folder into structured wiki pages in its wiki folder. A vault here is a managed collection of source material and notes.

In plain words
What is it for?
Use it when adding a dropped file or other raw source to the wiki, or when an automated workflow needs only the ingest step.
Why use it?
It provides a defined way to add source material to the wiki while keeping track of where each page came from.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md.

Part of the claude-wiki-pages plugin — 26 skills, 5 commands, 17 agents, 7 hooks shipped together

Good fit Use it when adding a dropped file or other raw source to the wiki, or when an automated workflow needs only the ingest step.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/odere-pro/claude-wiki-pages-plugin/ingest
Install

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.

Any agent
npx skills add odere-pro/claude-wiki-pages-plugin --skill ingest
Clone the repo
git clone --depth 1 https://github.com/odere-pro/claude-wiki-pages-plugin

Made for: Claude Code.

Or install claude-wiki-pages, the plugin that ships this one along with the rest of its 26 skills, 5 commands, 17 agents, 7 hooks.

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 ingest

README.md
[![agentmods](https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/ingest/github.svg)](https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/ingest)
Your own site
<a href="https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/ingest"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/ingest/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 ingest

Your own site · 80×15
<a href="https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/ingest"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/ingest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,789 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.
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.00094 $0.03789
Opus 5 $0.00047 $0.01895
Sonnet 5 $0.00019 $0.00758
Haiku 4.5 $0.00009 $0.00379

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

Security

Grade A, and why

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

skills/ingest/SKILL.md · 329 lines

How it starts

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

LLM Wiki — Ingest

Process sources under vault/raw/ into the wiki. This skill is the single-responsibility ingest verb; it is the middle third of what the claude-wiki-pages-ingest-agent agent does. The agent wraps this skill with a post-ingest lint-fix pass and an optional synthesis step — invoke the agent when the user wants the full cycle, invoke this skill when the user wants only the ingest portion.

Authoring voice

Author every page to the house voice — see skills/voice. Open each page with a one-line, plain-language definition, then the typed content in the engineer register: exact terms, no marketing language inside the vault. Provenance stays factual (sources, derived, confidence are facts, not adjectives).

When to invoke

  • A file exists under vault/raw/ that has no corresponding entry in vault/wiki/log.md under a ## [YYYY-MM-DD] ingest | <title> header.
  • The user explicitly requests ingest-only (skipping lint and synthesis).
  • An agent is chaining ingest as a step.

Reading contract

  • vault/raw/ — the sources themselves. Immutable. Enforced by protect-raw.sh.
  • vault/CLAUDE.md — the schema. Read first, before touching any source. Its "Linking conventions" section is normative for every link this skill emits.
  • vault/wiki/ — to detect existing pages for the entities and concepts the new source mentions. This skill extends existing pages rather than duplicating them.
  • vault/wiki/log.md — to detect already-ingested sources.

Writing contract

Writes are confined to these paths:

Path Write intent
vault/wiki/_sources/<slug>.md One new summary per never-before-seen source. Body is Metadata, Summary, Key Claims (prose) — NO outbound [[wikilink]] sections; provenance is page → source via each page's sources:.
vault/wiki/<topic>/*.md New or updated typed pages (entity or concept).
vault/wiki/<topic>/<topic>.md (folder note; legacy _index.md if present) Backfill children: and child_indexes: (quoted "[[wikilink]]" entries) for every folder this skill touches.
vault/wiki/index.md Append new top-level pages to the vault MOC.
vault/wiki/log.md Append ## [YYYY-MM-DD] ingest | <Source Title> at the bottom.

Read the full file on GitHub · 329 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. 9d ago First seen · 329 lines · 94 tokens per session scan A 5bd06a056126

Subscribe to this mod's changes

ingest is a skill published in the GitHub repository odere-pro/claude-wiki-pages-plugin (1 stars, last pushed 2mo ago), licensed MIT. It adds 94 tokens to every session and 3,789 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.

Related

Other skills, from other repositories

schema-evolve

This skill should be used when the user asks about 'schema drift', 'schema evolution', 'evolve schema', 'schema sync', 'sync schemas', 'update schema fields', 'schema field frequency', 'missing schema fields', 'unused schema fields', 'schema proposal', 'schema cardinality', 'check schema', 'schema audit', 'schema…

voxpelli/vp-claude · 139 tokens

knowledge-garden

This skill should be used when the user asks to audit, health-check, or structurally validate one or more SPECIFIC named notes or a bounded topic cluster — 'audit these notes', 'check this note for orphans or broken links', 'fourth-wall check on [note]', 'validate the structure of [note]', 'spot-check [note]'. Runs a…

voxpelli/vp-claude · 152 tokens

knowledge-maintain

This skill should be used when the user asks to fix, repair, or tidy one or more SPECIFIC named notes — 'fix these notes', 'fix the issues in [note]', 'add the missing relations to [note]', 'tidy up [note]', 'fix orphan [note]', 'apply the gardener findings for [note]'. Applies structural fixes (missing sections…

voxpelli/vp-claude · 183 tokens

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…

voxpelli/vp-claude · 181 tokens

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…

voxpelli/vp-claude · 129 tokens

session-reflect

This skill should be used when the user asks to 'reflect on this session', 'save insights to memory', 'capture what we learned', 'commit this to memory', 'save decisions to Basic Memory', 'write up what we did', 'preserve what we found', 'save insights from this conversation', 'save what was discovered', 'capture…

voxpelli/vp-claude · 147 tokens