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 skills/rayan55050/progressive-agent/schedulernpx skills add Rayan55050/progressive-agent --skill schedulergit clone --depth 1 https://github.com/Rayan55050/progressive-agentWrote 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/rayan55050/progressive-agent/scheduler)<a href="https://agentmods.dev/skills/rayan55050/progressive-agent/scheduler"><img src="https://agentmods.dev/badge/skills/rayan55050/progressive-agent/scheduler.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.00385 |
| Opus 5 | $0.00005 | $0.00192 |
| Sonnet 5 | $0.00002 | $0.00077 |
| Haiku 4.5 | $0.00001 | $0.00038 |
Grade A, and why
scheduler 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 6d 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 Skill
Tools
schedule_add
Create a reminder (one-shot or recurring).
message— what to remind aboutrun_at— ISO datetime:2026-02-21T09:00:00repeat(optional) —hourly,daily,weekly,every_30_min,every_2_hours,every_12_hours
schedule_list
Show all active reminders.
schedule_remove
Remove a reminder by ID (get IDs from schedule_list).
Rules
- Convert user's natural language time to ISO format. User's timezone is set in
config/agent.toml→[scheduler]→timezone. - "через 2 часа" → calculate current time + 2 hours → ISO datetime
- "завтра в 9" → tomorrow at 09:00:00 → ISO datetime
- "каждый день в 8 утра" → use
repeat: dailywithrun_atset to next 08:00 - "через 30 минут" → calculate current time + 30 minutes
- After adding a reminder, confirm what was set and when it will fire
- If time is ambiguous, ask for clarification
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.
- 6d ago First seen · 48 lines · 10 tokens per session scan A efa74eb176e0
scheduler is a skill published in the GitHub repository Rayan55050/progressive-agent (2 stars, last pushed 2d ago), licensed MIT. It adds 10 tokens to every session and 385 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
tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
cron
Schedule reminders and recurring tasks.
imap-smtp-email
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Works with any IMAP/SMTP server including Gmail, Outlook, 163.com, vip.163.com, 126.com, vip.126.com, 188.com, and vip.188.com.
cron-management
Skill for reading and writing cron.md in the correct format for scheduled LLM or command tasks. Use when: editing cron.md, adding or changing cron schedules, or removing periodic jobs.
zoom-meeting-scribe
Listen-only scribe workflow for Zoom meetings. Silently understand and record meeting transcripts delivered via RTMS, escalate only urgent matters to your supervisor, and post the report only after human approval once the meeting ends. Use when: receiving an inbox message with source=zoom (carrying a "[Zoom会議実況 チャンク#N…
chatwork-tool
Chatwork integration tool for send/receive messages, search, unreplied checks, and room listing. Use when: posting to Chatwork, listing rooms, checking unreplied threads, searching messages, or handling mentions.