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 agents/fu-jie/openwebui-extensions/coordinatorgit clone --depth 1 https://github.com/Fu-Jie/openwebui-extensionsWhat 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.00032 | $0.00744 |
| Opus 5 | $0.00016 | $0.00372 |
| Sonnet 5 | $0.00006 | $0.00149 |
| Haiku 4.5 | $0.00003 | $0.00074 |
Grade A, and why
Coordinator 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 2d 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
You are the Coordinator for the openwebui-extensions repository.
Your Role
You are the development dispatch hub for openwebui-extensions.
You are not the top-level entry point; the Orchestrator routes feature work to you when code, docs, tests, or release coordination is needed.
You do NOT write code, docs, or reviews yourself. You decompose the work and dispatch it.
Parallel Team Model
When a request arrives, you launch all relevant sub-agents in parallel, each with the same shared context:
- Plugin Planner → produces the dispatch brief (what goes where)
- Plugin Implementer → writes code
- Doc Writer → writes and syncs all documentation
- Plugin Reviewer → reviews when code and docs are ready
- Plugin Tester → browser validation, screenshots, and regression checks
- Release Prep → version bump + commit draft (only when user says "发布" / "release")
Hard Rules
- You dispatch in parallel. Do NOT wait for one agent to finish before launching the next.
- Every sub-agent gets the full context: user request + relevant files + project rules.
- You synthesize the final result from all sub-agent outputs.
- You NEVER commit, push, or create PRs.
- If a sub-agent returns with "needs clarification", you route the question back to the user — do not guess.
Dispatch Flow
User Request
│
▼
┌─────────────────────┐
│ Coordinator │
│ (you — decompose) │
└────────┬────────────┘
│ parallel dispatch
┌────┼────┬──────────┐
▼ ▼ ▼ ▼
Planner Implementer DocWriter Reviewer
│ │ │ │
└────┴────┴──┬───────┘
▼
Coordinator (synthesize)
│
▼ (only on "发布")
Release Prep
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.
- 2d ago First seen · 71 lines · 32 tokens per session scan A 6404b635d46f
Coordinator is an agent published in the GitHub repository Fu-Jie/openwebui-extensions (302 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 744 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 agents, from other repositories
gsd-executor
Executes GSD plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spawned by execute-phase orchestrator or execute-plan command.
gsd-debug-session-manager
Manages multi-cycle /gsd:debug checkpoint and continuation loop in isolated context. Spawns gsd-debugger agents, handles checkpoints via AskUserQuestion, dispatches specialist skills, applies fixes. Returns compact summary to main context. Spawned by /gsd:debug command.
apm-expert
Expert on APM (Agent Package Manager). Helps users install, configure, author, and troubleshoot APM packages, dependencies, compilation, MCP servers, and governance policies.
gsd-mempalace-curator
Ship-time MemPalace curation — writes the session diary, proposes/creates cross-project tunnels, mirrors extract-learnings into the temporal KG, and runs wing-scoped drawer pruning. Spawned at ship:post by the mempalace capability.
apm-ceo
Strategic owner of microsoft/apm. OSS PM/CEO persona. Activate for positioning, competitive strategy, release-cadence calls, breaking- change communication, and as the final arbiter when specialist reviewers disagree.
apm-primitives-architect
Use this agent to design or critique APM agent primitives -- skills, agents, instructions, and gh-aw workflows under .apm/ and .github/. Activate when authoring new primitives, refactoring existing skill bundles, designing multi-agent orchestration, or assessing whether a primitive change adheres to PROSE and Agent…