scheduler-ops

scheduler-ops is a skill for Claude Code, Codex from Xwen0857/agent-orchestrator. It costs 25 tokens per session (299 once invoked), scanned A, original, MIT.

A task-queue operations skill for choosing queued work, controlling concurrency, retrying failures, and recording scheduling events.

In plain words
What is it for?
Use it to assign tasks, move work back into progress after recoverable failures, apply retry delays, manage concurrency windows, and maintain dispatch logs.
Why use it?
It keeps task dispatch and recovery orderly without changing the task’s requirements or writing business code.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to assign tasks, move work back into progress after recoverable failures, apply retry delays, manage concurrency windows, and maintain dispatch logs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xwen0857/agent-orchestrator/scheduler-ops
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.

Any agent
npx skills add Xwen0857/agent-orchestrator --skill scheduler-ops
Clone the repo
git clone --depth 1 https://github.com/Xwen0857/agent-orchestrator

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for scheduler-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/xwen0857/agent-orchestrator/scheduler-ops/github.svg)](https://agentmods.dev/skills/xwen0857/agent-orchestrator/scheduler-ops)
Your own site
<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.

agentmods 80×15 button for scheduler-ops

Your own site · 80×15
<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>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 299 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00025 $0.00299
Opus 5 $0.00013 $0.00150
Sonnet 5 $0.00005 $0.00060
Haiku 4.5 $0.00003 $0.00030

Measured 10d ago against content hash db2e522f34bd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

scheduler-ops/SKILL.md · 23 lines

What it actually says

Scheduler Ops

核心职责

  1. 根据队列状态与线程预算驱动 dispatch。
  2. 负责调度相关状态推进:ASSIGNED -> IN_PROGRESSREJECTED -> IN_PROGRESSBLOCKED_SYSTEM_ERROR -> ASSIGNED
  3. 记录调度事件(dispatch/retry/throttle)供审计与回放。
  4. 在父子任务流中承担前置推进(不替代 worker/tester/audit)。

非职责(禁止)

  1. 不改需求语义与 primary/checklist 内容。
  2. 不替代 audit-guard 做风险门禁裁决。
  3. 不直接生成业务交付代码。

权限声明(用于自动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
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. 10d ago First seen · 23 lines · 25 tokens per session scan A db2e522f34bd

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories