alice-scheduler

alice-scheduler is a skill for Codex from Alice-space/alice. It costs 11 tokens per session (321 once invoked), scanned A, original, MIT.

A session scheduler that runs prompts automatically at set intervals or at times described by cron, a standard scheduling format. Each run starts as a separate LLM session.

In plain words
What is it for?
Use it to create, list, inspect, update, pause, or delete scheduled prompts, such as regular checks or repeated maintenance tasks.
Why use it?
It removes the need to start the same prompt manually and lets recurring work run on a schedule. Tasks can also be limited to a chosen number of runs or paused and changed later.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to create, list, inspect, update, pause, or delete scheduled prompts, such as regular checks or repeated maintenance tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alice-space/alice/alice-scheduler
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 Alice-space/alice --skill alice-scheduler
Clone the repo
git clone --depth 1 https://github.com/Alice-space/alice

Made for: 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 alice-scheduler

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

agentmods 80×15 button for alice-scheduler

Your own site · 80×15
<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>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 321 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.00011 $0.00321
Opus 5 $0.00005 $0.00161
Sonnet 5 $0.00002 $0.00064
Haiku 4.5 $0.00001 $0.00032

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

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/alice-scheduler.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/alice-scheduler/SKILL.md · 32 lines

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 自动确定。

Files

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.

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. 12d ago First seen · 32 lines · 11 tokens per session scan A 8c9e5fd001db

Subscribe to this mod's changes

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.

Related

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…

open-octo/octo-agent · 278 tokens

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.

open-octo/octo-agent · 89 tokens

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.

open-octo/octo-agent · 180 tokens

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.

ericwang915/PythonClaw · 67 tokens

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.

ericwang915/PythonClaw · 69 tokens

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.

ericwang915/PythonClaw · 78 tokens