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.
git clone --depth 1 https://github.com/Vitalini/ebb-aiWrote 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/commands/vitalini/ebb-ai/reschedule)<a href="https://agentmods.dev/commands/vitalini/ebb-ai/reschedule"><img src="https://agentmods.dev/badge/commands/vitalini/ebb-ai/reschedule.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.00010 | $0.00461 |
| Opus 5 | $0.00005 | $0.00230 |
| Sonnet 5 | $0.00002 | $0.00092 |
| Haiku 4.5 | $0.00001 | $0.00046 |
Grade A, and why
reschedule 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 8d 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
Re-score and reschedule a queued or scheduled ebb-ai task against a new deadline. Useful when:
- The user's plans shifted and the work can wait longer (extend) — gives the scheduler more window to find a clean hour.
- The user pulled in the deadline (compress) — the task is re-scored;
if the new window costs more carbon than the budget, the task may
end up
failedwithCarbonBudgetExceededError.
Throws if the task is already running or terminal, or if the new deadline is invalid / in the past.
Arguments
$ARGUMENTS
Expected format:
<task_id> --by <duration-or-iso8601>
<task_id>— required.--by <duration>— accepts2h,24h,3d, or an ISO-8601 timestamp.
Convert duration to absolute ISO-8601 before calling. Validate future.
What to do
- Parse
task_idand the new deadline. - Call the
ebb-aiMCP server'supdate_deadlinetool with:task_iddeadline— the resolved ISO-8601 timestamp.
- Show the new
scheduled_for,status, andnew_deadlinefrom the response — one line each. (The response does not carry a carbon estimate; if the user wants the re-scored estimate, follow up with/ebb-ai:check <task_id>.)
If the response indicates carbon budget can no longer be met under the new deadline, tell the user, and offer two options:
- Drop the
carbon_budget_gconstraint (requires/ebb-ai:cancelthen fresh/ebb-ai:deferwithout budget). - Pick a different deadline.
Examples
/ebb-ai:reschedule 7f3a2b9e --by 48h
/ebb-ai:reschedule 7f3a2b9e --by 2026-05-16T09:00:00Z
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.
- 8d ago First seen · 54 lines · 10 tokens per session scan A 2e1843e1240e
reschedule is a command published in the GitHub repository Vitalini/ebb-ai (1 stars, last pushed 27d ago), licensed Apache-2.0. It adds 10 tokens to every session and 461 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 commands, from other repositories
status
Display project status, active tracks, and next actions.
decision
Record, list, and manage project decisions with rationale tracking.
prime
Load AI-optimized workflow context for beads issue tracking.
search
Search issues by text query.
workflow
Show the AI-supervised issue workflow guide.
ready
Find ready-to-work tasks with no blockers.