wiki-ingest

wiki-ingest is a skill for Claude Code, Codex from rretsiem/opencode-hive. It costs 49 tokens per session (536 once invoked), scanned A, original, MIT.

A workflow for adding information from a file, pull request, or document to a project wiki in a specified Markdown format.

In plain words
What is it for?
Use it to create or update wiki concept pages, bootstrap a wiki by scanning a project, and record what changed.
Why use it?
It removes the manual work of extracting useful knowledge, formatting it, and keeping the wiki index and change log current.

Skill for Claude CodeCodex

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 skills/rretsiem/opencode-hive/wiki-ingest
Any agent
npx skills add rretsiem/opencode-hive --skill wiki-ingest
Clone the repo
git clone --depth 1 https://github.com/rretsiem/opencode-hive

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/rretsiem/opencode-hive/wiki-ingest.svg)](https://agentmods.dev/skills/rretsiem/opencode-hive/wiki-ingest)
Your own site
<a href="https://agentmods.dev/skills/rretsiem/opencode-hive/wiki-ingest"><img src="https://agentmods.dev/badge/skills/rretsiem/opencode-hive/wiki-ingest.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 536 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.00049 $0.00536
Opus 5 $0.00024 $0.00268
Sonnet 5 $0.00010 $0.00107
Haiku 4.5 $0.00005 $0.00054

Measured 4d ago against content hash dd5527c8eb00, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

global/skills/wiki-ingest/SKILL.md · 40 lines

What it actually says

Wiki Ingest

When to Use

  • "Add this to the wiki"
  • "Ingest this PR/file/doc into the wiki"
  • "Update the wiki with these changes"
  • "What did this PR change?" (ingest + query)

Workflow

  1. Identify the source to ingest (user provides file path, PR number, or topic).
  2. If .opencode/wiki/index.md doesn't exist, ask: "No initialized wiki found. Bootstrap one by scanning the project?"
  3. Invoke the wiki-curator agent with the ingest operation.
  4. The curator writes OKF v0.2 concepts: required type: frontmatter, recommended title: and description:, optional sources:, generated:, verified:, status:, stale_after:.
  5. The curator updates index.md (so description: from each concept appears in the listing) and appends to log.md.
  6. Report which pages were created or updated, and which frontmatter fields changed.

Bootstrap (First Run)

If no initialized wiki exists (there is no .opencode/wiki/index.md), the wiki-curator will:

  1. Scan the project structure, README, AGENTS.md, and key entrypoints.
  2. Pick a directory layout (e.g. entities/, concepts/, architecture/, references/).
  3. Create a concept per major module with type:, title:, description:, and generated: frontmatter.
  4. Initialize index.md with section headings and description-driven bullets.
  5. Add a **Initialization** entry to log.md.
  6. Copy WIKI_SCHEMA.md into the bundle root if it isn't there yet.

Notes

  • Every concept gets generated: { by: wiki-curator/<model>, at: <ISO 8601> } so the trust tier is derivable.
  • Source citations use markdown footnotes keyed to sources[].id, not positional indices.
  • Pages past their stale_after are flagged with ⚠️ STALE — past stale_after (<date>) at the top.
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 · 40 lines · 49 tokens per session scan A dd5527c8eb00

Subscribe to this mod's changes

wiki-ingest is a skill published in the GitHub repository rretsiem/opencode-hive (39 stars, last pushed 1mo ago), licensed MIT. It adds 49 tokens to every session and 536 once invoked, about $0.0002 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

guashuai

挂帅模式(orchestrator):主会话模型(STRONG)挂帅坐镇,把任务拆成边界清晰的子任务,点将派给子代理模型(CHEAP,worker 子代理)并行执行,帅只做拆解、派兵、验收、整合,省下执行环节的贵模型额度。适合多文件批量修改、多线并行的大任务。MANUAL-INVOKE ONLY — 平时绝不自动触发;即使用户说"任务很大""帮我并行做""拆一下任务"也不激活(就算 CLAUDE.md 里配置了开工前弹提示规则,那也只是建议弹窗,不算触发本模式)。仅当用户显式输入 /guashuai,或消息以「挂帅」开头时才进入。本轮任务打完即收兵;用户说「收兵」「退出」立即结束。.

DENGYUFAN0/guashuai-junshi · 207 tokens

junshi

军师模式(advisor):主会话模型(CHEAP)做主帅在前线干活,军师子代理(STRONG)只在架构取舍、疑难 bug 定位、方案评审等关键决策点被请出来问一次,日常执行不动用,最大限度省贵模型额度。适合日常开发的省钱默认姿势。MANUAL-INVOKE ONLY — 平时绝不自动触发;即使用户说"帮我省点额度""这个问题很难"也不激活(就算 CLAUDE.md 里配置了开工前弹提示规则,那也只是建议弹窗,不算触发本模式)。仅当用户显式输入 /junshi,或消息以「军师」开头时才进入。持续生效直到用户说「散帐」「退出」。.

DENGYUFAN0/guashuai-junshi · 188 tokens

pandic-office

Convert Markdown to PDF (or DOCX/EPUB/HTML) using the pandoc CLI. Use when asked to produce a PDF report, brief, summary, or any document where the input is Markdown and the output should be a polished, paginated file.

Team-Commonly/commonly · 59 tokens

tmux

Manage long-running shell sessions with tmux — start a detached session, run a long task, reattach later, capture output. Use when a task takes longer than a single tool call (build, test, log tail).

Team-Commonly/commonly · 48 tokens

ship-and-babysit

End-to-end PR shipping workflow for tinyhumansai/openhuman: commit local changes, push to the user's fork, open or reuse a PR against main, then babysit CI and CodeRabbit feedback until the PR is green and clean. Use when the user asks to ship, open a PR, monitor CI, address review comments, or 'babysit' a branch.

tinyhumansai/openhuman · 83 tokens

shogun-screenshot

スクリーンショットの取得・加工を行う。ローカルスクショから最新画像を取得、 PlaywrightでWebページをキャプチャ、画像のトリミング・リサイズ、機微情報を黒塗りマスキング。 記事執筆、レポート作成、UI確認、画像加工時に起動。 「スクショ」「スクリーンショット」「画面キャプチャ」「最新のスクショ」「画像加工」「トリミング」「マスク」「写メ」「写メ撮った」「スクショ撮った」で起動。 Do NOT use for: 画像生成(shogun-imagegenを使え)。.

yohey-w/multi-agent-shogun · 149 tokens