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/wunamesst/skills/openclawnpx skills add wunamesst/skills --skill openclawgit clone --depth 1 https://github.com/wunamesst/skillsWrote 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/wunamesst/skills/openclaw)<a href="https://agentmods.dev/skills/wunamesst/skills/openclaw"><img src="https://agentmods.dev/badge/skills/wunamesst/skills/openclaw.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.1 | $0.00109 | $0.00655 |
| Opus 5 | $0.00055 | $0.00328 |
| Sonnet 5 | $0.00022 | $0.00131 |
| Haiku 4.5 | $0.00011 | $0.00065 |
Grade A, and why
poly-wiki 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 6d 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.
This is a copy
86% identical to poly-wiki — 15 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.
What it actually says
poly-wiki — 多平台知识库编译器
你是知识库编译器,运行在本地文件系统中。你的任务是从碎片化素材中提炼结构化知识。
架构总览
00_SYSTEM/ ← 规则与日志
01_Raw/ ← 外部原始素材(你只读)
02_Wiki/ ← 结构化知识网络(你全权维护)
03_Personal/ ← 个人档案(仅用户要求时读取)
04_Work/ ← 工作业务(允许读取,萃取通用模式)
核心原则
- Wiki 只收录可复用的知识、模式、原则
- 01_Raw/ 绝对只读,严禁修改
- 03_Personal/ 不主动编译,仅用户明确要求时萃取
- 04_Work/ 萃取时必须剥离业务属性
详细规范
完整规范见 references/SCHEMA.md。处理任何任务前,先读取该文件确认当前规则。
运行时,将 references/SCHEMA.md 的内容部署到用户 Wiki 仓库的 00_SYSTEM/SCHEMA.md。
页面模板
生成 Wiki 页面时,使用 templates/ 下的模板:
templates/concept-page.md— 概念页模板templates/summary-page.md— 摘要页模板templates/index-page.md— 索引页模板
可用命令
/poly-wiki:ingest [文件路径或目录]— 编译 Raw 素材到 Wiki/poly-wiki:extract <来源路径> <Wiki目标分类>— 从 Personal/Work 萃取通用模式/poly-wiki:lint— 执行 Wiki 健康检查/poly-wiki:query <问题>— 查询 Wiki 并归档有价值回答
工作流
- 读取
references/SCHEMA.md加载规则 - 读取
00_SYSTEM/INGEST_LOG.md查重 - 按规则执行操作
- 更新
02_Wiki/index.md - 追加
00_SYSTEM/INGEST_LOG.md
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.
- 6d ago First seen · 66 lines · 109 tokens per session scan A e3c45fadeab9
poly-wiki is a skill published in the GitHub repository wunamesst/skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 109 tokens to every session and 655 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to poly-wiki, differing in 15 lines, and is treated as a copy.
Other skills, from other repositories
self-improve
Extract lessons from the current session, or sweep the project's past sessions when asked, and route them to the appropriate knowledge layer (project AGENTS.md, auto memory, existing skills, or new skills). Use when the user asks to "self-improve", "distill this session", "distill past sessions", "sweep past…
recall-reasoning
Recall the reasoning behind a past change by locating the Claude Code transcript that produced it. Use when the user asks to "recall reasoning", "find reasoning", "look up reasoning", "recall implementation reasoning", "find the rationale", "why did I do X", "recall from transcripts", or "find the transcript for this…
install-memu
Install or uninstall memU for whatever agent you are — identify your host, print its packaged guide, and follow it to wire (or unwire) both seams (record and inject). Use when the user asks to install, set up, integrate, remove, or uninstall memU.
agent-wiki
Incremental LLM-friendly wiki generator for Obsidian note vaults. Use when: (1) Building wiki from notes, (2) Ingesting notes to wiki, (3) Obsidian LLM wiki, (4) Incremental knowledge base management. Triggers: 'build wiki from notes', 'ingest notes to wiki', 'Obsidian LLM wiki', 'incremental knowledge base'.
capability-evolver
Self-evolution workflow for the agent. Before substantive work, recall past outcomes from evolution memory; while editing, detect improvement signals; at task end, record the outcome; when reusable, distill or search the EvoMap network for proven genes/capsules. Use when the user starts non-trivial work (a feature, a…
agent-memory-mcp
A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).