ingest

ingest is a skill for Claude Code, Codex from johnfkoo951/cmds-llm-wiki. It costs 56 tokens per session (389 once invoked), scanned A, original, no licence file.

A tool for adding a URL, file, text, or Inbox item to the LLM Wiki. It checks the material's purpose, preserves the original source, compiles a wiki page, updates indexes and logs, and reviews the result.

In plain words
What is it for?
Use it to process web pages, files, raw notes, or Inbox entries into reviewed wiki pages.
Why use it?
It turns scattered research into organized wiki material while keeping the original source available and applying the wiki's purpose check.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to process web pages, files, raw notes, or Inbox entries into reviewed wiki pages.

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

Made for: Claude Code, Codex.

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/johnfkoo951/cmds-llm-wiki/ingest/github.svg)](https://agentmods.dev/skills/johnfkoo951/cmds-llm-wiki/ingest)
Your own site
<a href="https://agentmods.dev/skills/johnfkoo951/cmds-llm-wiki/ingest"><img src="https://agentmods.dev/badge/skills/johnfkoo951/cmds-llm-wiki/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/johnfkoo951/cmds-llm-wiki/ingest"><img src="https://agentmods.dev/badge/skills/johnfkoo951/cmds-llm-wiki/ingest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 389 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 unknown 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.00056 $0.00389
Opus 5 $0.00028 $0.00195
Sonnet 5 $0.00011 $0.00078
Haiku 4.5 $0.00006 $0.00039

Measured 9d ago against content hash 8403750b260b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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.

.agents/skills/ingest/SKILL.md · 31 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 31 lines · 56 tokens per session scan A 8403750b260b

Subscribe to this mod's changes

ingest is a skill published in the GitHub repository johnfkoo951/cmds-llm-wiki (85 stars, last pushed 13d ago), with no licence file. It adds 56 tokens to every session and 389 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

kb-index

Update Knowledge Base indexes. Smart mode detects changes and updates only what's needed. Full rebuild available with --full flag. Use after adding/moving documents or when indexes feel stale.

ernestolee13/para-knowledge-base · 38 tokens

gitbook-import

Import a GitBook space (company docs / whitepaper) into the Obsidian vault as well-linked atomic notes + MOC + concept links + RAG reindex — a proven pipeline as one command. Trigger on "/gitbook-import ", "import this gitbook", "gitbook to vault". Thin wrapper over the import engine; idempotent re-import supported.

tonydzi/second-brain-starter-kit · 81 tokens

granola-sync

On-demand pull of fresh calls/meetings from Granola (summaries + transcripts + participants) into the Obsidian vault via the official API. Incremental + idempotent (dedup by note id + updatedat) — safe to re-run, no duplicates. Trigger on "/granola-sync", "pull granola", "refresh meetings".

tonydzi/second-brain-starter-kit · 76 tokens

llm-wiki

Use when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management"…

ferdinandruthben12-dotcom/535-skills · 112 tokens

llm-wiki

Use when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management"…

csiddhant796-blip/claude-skills-collection · 112 tokens

autoresearch

Run a bounded, source-grounded research loop, draft a cited dossier, and optionally propose a separately reviewed canonical vault merge. Use when the user wants autonomous or deep research that may access the public web. Triggers: /autoresearch, autoresearch, research this topic, deep dive into, investigate, find…

AgriciDaniel/claude-obsidian · 80 tokens