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 skills add Fu-Jie/openwebui-extensions --skill doc-mirror-syncgit clone --depth 1 https://github.com/Fu-Jie/openwebui-extensionsWrote 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/fu-jie/openwebui-extensions/doc-mirror-sync)<a href="https://agentmods.dev/skills/fu-jie/openwebui-extensions/doc-mirror-sync"><img src="https://agentmods.dev/badge/skills/fu-jie/openwebui-extensions/doc-mirror-sync.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.00039 | $0.00372 |
| Opus 5 | $0.00019 | $0.00186 |
| Sonnet 5 | $0.00008 | $0.00074 |
| Haiku 4.5 | $0.00004 | $0.00037 |
Grade A, and why
doc-mirror-sync 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 7d 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
Doc Mirror Sync
Overview
Automates the mirroring of plugins/{type}/{name}/README.md to docs/plugins/{type}/{name}.md.
Docs-Only Mode (No Release Changes)
Use this mode when the request is "only sync docs".
- Only update documentation mirror files under
docs/plugins/**. - Do not bump plugin version.
- Do not modify plugin code (
plugins/**.py) unless explicitly requested. - Do not update root badges/dates for release.
- Do not run release preparation steps.
Workflow
- Identify changed READMEs.
- Copy content to corresponding mirror paths.
- Update version badges in
docs/plugins/{type}/index.md.
Commands
Sync all mirrors (EN + ZH)
python .github/skills/doc-mirror-sync/scripts/sync.py
Sync only one plugin (EN only)
cp plugins/<type>/<name>/README.md docs/plugins/<type>/<name>.md
Sync only one plugin (EN + ZH)
cp plugins/<type>/<name>/README.md docs/plugins/<type>/<name>.md
cp plugins/<type>/<name>/README_CN.md docs/plugins/<type>/<name>.zh.md
Notes
- If asked for English-only update, sync only
README.md->.mdmirror. - If both languages are requested, sync both
README.mdandREADME_CN.md. - After syncing, verify git diff only contains docs file changes.
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.
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.
- 7d ago First seen · 51 lines · 39 tokens per session scan A a53363a03ff5
doc-mirror-sync is a skill published in the GitHub repository Fu-Jie/openwebui-extensions (304 stars, last pushed 2d ago), licensed MIT. It adds 39 tokens to every session and 372 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
gsd-graphify
Build, query, and inspect the project knowledge graph in .planning/graphs/.
handoff
Prepare a clean cross-session handoff so the next agent can pick up where you left off. Writes a focused continue.md in the active slice dir and ensures STATE.md + summary artifacts are current. Use when asked to "hand off", "prepare handoff", "pause work", "bookmark this", "I'll come back to this later", before…
user-general-facts
Capture and organize general facts about the user by topic.
daily-logs
Track daily activity logs and summaries for the user. TRIGGER BY: read/edit user memory.
02-project-memory
Build the project's memory of its architecture, conventions, and decisions, and wire it into your AI tools. Use when the user wants to set up or refresh project memory, or rewire it into a tool. Not for editing one existing memory file.
project-context
Use PowerContext project memory and handoff tools through MCP when continuing prior work, recalling decisions, maintaining durable memory, or transferring work across tasks, sessions, or agents.