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 Alice-space/alice --skill alice-schedulergit clone --depth 1 https://github.com/Alice-space/aliceWrote 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/alice-space/alice/alice-scheduler)<a href="https://agentmods.dev/skills/alice-space/alice/alice-scheduler"><img src="https://agentmods.dev/badge/skills/alice-space/alice/alice-scheduler/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/alice-space/alice/alice-scheduler"><img src="https://agentmods.dev/badge/skills/alice-space/alice/alice-scheduler.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.00011 | $0.00321 |
| Opus 5 | $0.00005 | $0.00161 |
| Sonnet 5 | $0.00002 | $0.00064 |
| Haiku 4.5 | $0.00001 | $0.00032 |
Grade A, and why
alice-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 12d 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
Alice Scheduler
定时执行 prompt。每次执行是独立 LLM 会话。长期连续目标请用 alice-goal。
命令
scripts/alice-scheduler.sh list- 列出任务scripts/alice-scheduler.sh create '{"prompt":"...","every_seconds":3600}'- 创建scripts/alice-scheduler.sh create '{"prompt":"...","cron":"0 9 * * *","max_runs":5}'- cron 方式scripts/alice-scheduler.sh get task_xxx- 查看scripts/alice-scheduler.sh patch task_xxx '{"status":"paused"}'- 修改scripts/alice-scheduler.sh delete task_xxx- 删除
参数
| 字段 | 必须 | 说明 |
|---|---|---|
prompt |
是 | 执行内容,支持 {{now}} {{date}} {{time}} {{unix}} |
every_seconds |
与 cron 二选一 | ≥60 秒 |
cron |
与 every_seconds 二选一 | cron 表达式 |
max_runs |
否 | 最大次数,0=无限 |
title |
否 | 标题 |
建议
先 list 再操作。更新用 patch。不要传递 scope/用户参数,由 session 自动确定。
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 32 lines · 11 tokens per session scan A 8c9e5fd001db
alice-scheduler is a skill published in the GitHub repository Alice-space/alice (6 stars, last pushed 1mo ago), licensed MIT. It adds 11 tokens to every session and 321 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
workflow-creator
Turn a repeatable multi-step task into a runnable, reusable saved workflow through guided conversation, in either of two shapes — chaining existing skills/recordings (wiring each one's output into the next's input), or composing the workflow script's own primitives (agent/parallel/pipeline) directly when the task…
cron-task-creator
A scheduler for recurring octo agent tasks. Each task contains a schedule and a prompt, so octo can run an agent turn automatically at the specified times.
resume-crafting
A career-writing aid for turning a résumé or cover letter into clear evidence of results. It uses measurable outcomes and adapts the wording to a job description and applicant-tracking systems, or ATS tools that scan applications for relevant terms.
google_workspace
Google Workspace via gog CLI — Gmail, Calendar, Drive, Contacts, Sheets, and Docs. Use when: the user asks to send/search Gmail, check calendar, manage Drive files, read or edit Sheets, export Docs, or look up contacts. NOT for: Google Cloud APIs, Firebase, or services outside Workspace.
slack
Slack API integration — send/read messages, react to messages, pin items, and fetch member info. Use when: user wants to send a Slack message, check Slack channels, react to a message, or manage pins. NOT for: Discord (use Discord channel), email (use email skill), or real-time Slack event streaming.
notion
Notion API for creating and managing pages, databases, and blocks. Use when: user asks to create a Notion page, query a database, search notes, add content to Notion, or manage Notion workspace items. NOT for: local file editing (use readfile/writefile), Obsidian vaults (use obsidian skill), or real-time collaboration.