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.
npx agentmods add skills/rretsiem/opencode-hive/wiki-ingestnpx skills add rretsiem/opencode-hive --skill wiki-ingestgit clone --depth 1 https://github.com/rretsiem/opencode-hiveWrote 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.
[](https://agentmods.dev/skills/rretsiem/opencode-hive/wiki-ingest)<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>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.
| Model | Per session | Once 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 |
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.
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
- Identify the source to ingest (user provides file path, PR number, or topic).
- If
.opencode/wiki/index.mddoesn't exist, ask: "No initialized wiki found. Bootstrap one by scanning the project?" - Invoke the wiki-curator agent with the ingest operation.
- The curator writes OKF v0.2 concepts: required
type:frontmatter, recommendedtitle:anddescription:, optionalsources:,generated:,verified:,status:,stale_after:. - The curator updates
index.md(sodescription:from each concept appears in the listing) and appends tolog.md. - 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:
- Scan the project structure, README, AGENTS.md, and key entrypoints.
- Pick a directory layout (e.g.
entities/,concepts/,architecture/,references/). - Create a concept per major module with
type:,title:,description:, andgenerated:frontmatter. - Initialize
index.mdwith section headings anddescription-driven bullets. - Add a
**Initialization**entry tolog.md. - Copy
WIKI_SCHEMA.mdinto 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_afterare flagged with⚠️ STALE — past stale_after (<date>)at the top.
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.
- 4d ago First seen · 40 lines · 49 tokens per session scan A dd5527c8eb00
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.
Other skills, from other repositories
guashuai
挂帅模式(orchestrator):主会话模型(STRONG)挂帅坐镇,把任务拆成边界清晰的子任务,点将派给子代理模型(CHEAP,worker 子代理)并行执行,帅只做拆解、派兵、验收、整合,省下执行环节的贵模型额度。适合多文件批量修改、多线并行的大任务。MANUAL-INVOKE ONLY — 平时绝不自动触发;即使用户说"任务很大""帮我并行做""拆一下任务"也不激活(就算 CLAUDE.md 里配置了开工前弹提示规则,那也只是建议弹窗,不算触发本模式)。仅当用户显式输入 /guashuai,或消息以「挂帅」开头时才进入。本轮任务打完即收兵;用户说「收兵」「退出」立即结束。.
junshi
军师模式(advisor):主会话模型(CHEAP)做主帅在前线干活,军师子代理(STRONG)只在架构取舍、疑难 bug 定位、方案评审等关键决策点被请出来问一次,日常执行不动用,最大限度省贵模型额度。适合日常开发的省钱默认姿势。MANUAL-INVOKE ONLY — 平时绝不自动触发;即使用户说"帮我省点额度""这个问题很难"也不激活(就算 CLAUDE.md 里配置了开工前弹提示规则,那也只是建议弹窗,不算触发本模式)。仅当用户显式输入 /junshi,或消息以「军师」开头时才进入。持续生效直到用户说「散帐」「退出」。.
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.
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).
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.
shogun-screenshot
スクリーンショットの取得・加工を行う。ローカルスクショから最新画像を取得、 PlaywrightでWebページをキャプチャ、画像のトリミング・リサイズ、機微情報を黒塗りマスキング。 記事執筆、レポート作成、UI確認、画像加工時に起動。 「スクショ」「スクリーンショット」「画面キャプチャ」「最新のスクショ」「画像加工」「トリミング」「マスク」「写メ」「写メ撮った」「スクショ撮った」で起動。 Do NOT use for: 画像生成(shogun-imagegenを使え)。.