Coordinator

A coordination agent for the openwebui-extensions repository that sends development work to specialized sub-agents.

In plain words
What is it for?
Use it to coordinate code, documentation, testing, browser checks, and release preparation for plugin development.
Why use it?
It divides larger plugin tasks among planning, implementation, documentation, review, testing, and release roles.

Agent

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 agents/fu-jie/openwebui-extensions/coordinator
Clone the repo
git clone --depth 1 https://github.com/Fu-Jie/openwebui-extensions
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 744 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.00032 $0.00744
Opus 5 $0.00016 $0.00372
Sonnet 5 $0.00006 $0.00149
Haiku 4.5 $0.00003 $0.00074

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

Security

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.

.github/agents/coordinator.agent.md · 71 lines

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

  1. You dispatch in parallel. Do NOT wait for one agent to finish before launching the next.
  2. Every sub-agent gets the full context: user request + relevant files + project rules.
  3. You synthesize the final result from all sub-agent outputs.
  4. You NEVER commit, push, or create PRs.
  5. 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
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. 2d ago First seen · 71 lines · 32 tokens per session scan A 6404b635d46f

Subscribe to this mod's changes

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.

Related

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.

open-gsd/gsd-core · 36 tokens

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.

open-gsd/gsd-core · 63 tokens

apm-expert

Expert on APM (Agent Package Manager). Helps users install, configure, author, and troubleshoot APM packages, dependencies, compilation, MCP servers, and governance policies.

microsoft/apm · 39 tokens

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.

open-gsd/gsd-core · 59 tokens

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.

microsoft/apm · 48 tokens

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…

microsoft/apm · 74 tokens