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 Xwen0857/agent-orchestrator --skill scheduler-opsgit clone --depth 1 https://github.com/Xwen0857/agent-orchestratorWrote 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/xwen0857/agent-orchestrator/scheduler-ops)<a href="https://agentmods.dev/skills/xwen0857/agent-orchestrator/scheduler-ops"><img src="https://agentmods.dev/badge/skills/xwen0857/agent-orchestrator/scheduler-ops/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/xwen0857/agent-orchestrator/scheduler-ops"><img src="https://agentmods.dev/badge/skills/xwen0857/agent-orchestrator/scheduler-ops.svg" alt="Reviewed on agentmods" width="80" 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.00025 | $0.00299 |
| Opus 5 | $0.00013 | $0.00150 |
| Sonnet 5 | $0.00005 | $0.00060 |
| Haiku 4.5 | $0.00003 | $0.00030 |
Grade A, and why
scheduler-ops 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 10d 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
Scheduler Ops
核心职责
- 根据队列状态与线程预算驱动 dispatch。
- 负责调度相关状态推进:
ASSIGNED -> IN_PROGRESS、REJECTED -> IN_PROGRESS、BLOCKED_SYSTEM_ERROR -> ASSIGNED。 - 记录调度事件(dispatch/retry/throttle)供审计与回放。
- 在父子任务流中承担前置推进(不替代 worker/tester/audit)。
非职责(禁止)
- 不改需求语义与 primary/checklist 内容。
- 不替代 audit-guard 做风险门禁裁决。
- 不直接生成业务交付代码。
权限声明(用于自动ACL生成)
- allowed_read_paths:
templates/coordination/orchestrator,templates/coordination/tasks/task_folders,templates/coordination/planner/properties.md,templates/coordination/planner/config/current.md,runtime/workdomains,projects - allowed_write_paths:
templates/coordination/tasks/task_folders,templates/coordination/orchestrator,runtime/workdomains - forbidden_paths:
templates/coordination/audit/policy,templates/coordination/security/acl_denied.ndjson
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.
- 10d ago First seen · 23 lines · 25 tokens per session scan A db2e522f34bd
scheduler-ops is a skill published in the GitHub repository Xwen0857/agent-orchestrator (2 stars, last pushed 5mo ago), licensed MIT. It adds 25 tokens to every session and 299 once invoked, about $0.0001 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-31.
Other skills, from other repositories
clawteam
Multi-agent swarm coordination via the ClawTeam CLI. Use when the user wants to create agent teams, spawn multiple agents to work in parallel, coordinate tasks with dependencies, broadcast messages between agents, monitor progress via kanban board, or launch pre-built team templates (hedge-fund, code-review…
ClawTeam
This skill should be used when the user asks to "create a team", "spawn agents", "assign tasks", "coordinate multiple agents", "check team status", "view kanban board", "send messages between agents", "manage team tasks", "monitor team progress", or mentions "clawteam", legacy "oh", "multi-agent coordination", "team…
status
A workflow skill that summarizes project status and progress from workflow.json and milestones.json files.
sdd-tasks
Break an SDD change into implementation tasks. Trigger: orchestrator launches task planning for a change.
mission-control
Interact with Mission Control — AI agent orchestration dashboard. Use when registering agents, managing tasks, syncing skills, or querying agent/task status via MC APIs.
dev-workflow
The complete development workflow for SkillHub contributors including local dev, staging validation, testing, and PR creation. Ensures agents follow the correct sequence of steps.