ingest

ingest is a skill for Claude Code from maxwellsdm1867/wheeler. It costs 10 tokens per session (367 once invoked), scanned A, a copy of execute, MIT.

A setup process that builds a knowledge graph from existing data files.

In plain words
What is it for?
Loading existing files into a new Wheeler knowledge graph.
Why use it?
It removes the need to enter the starting information manually when beginning a graph project.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; mentions Codex.

Part of the wh plugin — 41 skills, 40 commands, 2 agents, 3 hooks, 5 MCP servers shipped together

Good fit Loading existing files into a new Wheeler knowledge graph.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/maxwellsdm1867/wheeler/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 maxwellsdm1867/wheeler --skill ingest
Clone the repo
git clone --depth 1 https://github.com/maxwellsdm1867/wheeler

Made for: Claude Code.

Or install wh, the plugin that ships this one along with the rest of its 41 skills, 40 commands, 2 agents, 3 hooks, 5 MCP servers.

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/maxwellsdm1867/wheeler/ingest/github.svg)](https://agentmods.dev/skills/maxwellsdm1867/wheeler/ingest)
Your own site
<a href="https://agentmods.dev/skills/maxwellsdm1867/wheeler/ingest"><img src="https://agentmods.dev/badge/skills/maxwellsdm1867/wheeler/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/maxwellsdm1867/wheeler/ingest"><img src="https://agentmods.dev/badge/skills/maxwellsdm1867/wheeler/ingest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 367 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 91% copy Near-identical to another mod 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.00010 $0.00367
Opus 5 $0.00005 $0.00183
Sonnet 5 $0.00002 $0.00073
Haiku 4.5 $0.00001 $0.00037

Measured 5d ago against content hash 4404f27cdd6e, 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 5d 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.

Origin

This is a copy

91% identical to execute — 19 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/ingest/SKILL.md · 43 lines

What it actually says

Call get_act on the wheeler_core MCP server with name="ingest", then follow the returned instructions exactly. They are the authoritative definition of this act. Do not improvise the workflow or substitute your own plan for it.

Pass host="codex" when running under Codex so the orchestration guidance matches the tools this host actually has.

Mode: execute. Orchestration: subagents.

If get_act is unavailable, the Wheeler MCP servers are not connected. Say so rather than guessing at the workflow: acting without the act text is how provenance gets silently skipped.

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. 5d ago First seen · 43 lines · 10 tokens per session scan A 4404f27cdd6e

Subscribe to this mod's changes

ingest is a skill published in the GitHub repository maxwellsdm1867/wheeler (11 stars, last pushed 7d ago), licensed MIT. It adds 10 tokens to every session and 367 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to execute, differing in 19 lines, and is treated as a copy.

Related

Other skills, from other repositories

long-context

Extend context windows of transformer models using RoPE, YaRN, ALiBi, and position interpolation techniques. Use when processing long documents (32k-128k+ tokens), extending pre-trained models beyond original context limits, or implementing efficient positional encodings. Covers rotary embeddings, attention biases…

davila7/claude-code-templates · 74 tokens

hive.note-taking

Maintain a free-form scratchpad of decisions, extracted values, and open questions so context pruning doesn't lose anything you still need.

aden-hive/hive · 30 tokens

vellum-memory-v3-migration

One-time migration of an existing memory-v2 concept corpus into the memory-v3 section-grain "wiki" — topical articles with a stand-alone lead and queryable sections — with loss-proof staging, assistant-reviewed authoring, and a retrieval-eval gate before cutover.

vellum-ai/vellum-assistant · 63 tokens

grimoire

Use when the user says 'update context', 'update claude', 'save library', or after significant project changes.

cwinvestments/memstack · 28 tokens

memory

Persistent, token-efficient project memory. When ON, maintains a .shob/memory/ folder of structured .md files so the full context of the project is NEVER lost across responses, sessions, or context compaction. Uses progressive disclosure — routes through a lightweight INDEX and loads only the files a task needs…

shobcoder/shob · 146 tokens

save-learning

Saves user instructions as persistent learnings for future sessions. Use when the user says 'remember this', 'always do X', 'from now on', 'never do Y', or gives any instruction they want persisted across sessions. Proactively suggest when the user states a preference, convention, or rule they clearly want followed in…

caliber-ai-org/ai-setup · 71 tokens