ingest

ingest is a command for coding agents from wunamesst/skills. It costs 16 tokens per session (246 once invoked), scanned A, original, MIT.

A command for turning raw materials in a 01Raw folder into organized concept pages in a 02Wiki folder. It extracts reusable knowledge, links related concepts, updates the index, and records what it processed.

In plain words
What is it for?
Use it to process one specified raw file or all unprocessed files, create or update Wiki pages, and maintain the Wiki's index and ingestion log.
Why use it?
It reduces the manual work of converting unstructured source files into a connected, searchable knowledge base while avoiding duplicate processing.

Command

Part of the flolib-skills plugin — 6 skills, 4 commands shipped together

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.

agentmods
npx agentmods add commands/wunamesst/skills/ingest
Clone the repo
git clone --depth 1 https://github.com/wunamesst/skills

Or install flolib-skills, the plugin that ships this one along with the rest of its 6 skills, 4 commands.

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/commands/wunamesst/skills/ingest.svg)](https://agentmods.dev/commands/wunamesst/skills/ingest)
Your own site
<a href="https://agentmods.dev/commands/wunamesst/skills/ingest"><img src="https://agentmods.dev/badge/commands/wunamesst/skills/ingest.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 246 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00016 $0.00246
Opus 5 $0.00008 $0.00123
Sonnet 5 $0.00003 $0.00049
Haiku 4.5 $0.00002 $0.00025

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

plugins/poly-wiki/skills/poly-wiki/commands/ingest.md · 23 lines

What it actually says

编译指定路径下的 Raw 素材:

  1. 读取 00_SYSTEM/INGEST_LOG.md 查重
  2. 读取 00_SYSTEM/SCHEMA.md 确认规则(首次运行时从 references/SCHEMA.md 部署)
  3. 遍历指定路径下的未处理文件
  4. 对每个文件:
    • 去水存干,提取硬核知识
    • 原子化拆分为概念卡片
    • 强制双向链接已有概念
    • 生成/更新 Wiki 页面(使用 templates/concept-page.md 模板)
  5. 更新 02_Wiki/index.md
  6. 追加 00_SYSTEM/INGEST_LOG.md
  7. 输出处理摘要

如果指定了具体文件,只处理该文件。 如果未指定,处理 01_Raw/ 下所有未处理文件。

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. 4d ago First seen · 23 lines · 16 tokens per session scan A 9ad3ed94734d

Subscribe to this mod's changes

ingest is a command published in the GitHub repository wunamesst/skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 16 tokens to every session and 246 once invoked, about $0.0001 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.