‹ 首页

scheduler

@zylos-ai · 收录于 昨天 · 上游提交 2 天前

Use when user wants to schedule tasks for future, recurring, or interval execution. Manages one-time, cron, and interval tasks dispatched via C4 comm-bridge.

适合你,如果需要按计划自动执行代码或脚本

/ 通过 npx 安装 校验哈希
npx oh-my-skill add zylos-ai/zylos-core/scheduler
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- zylos-ai/zylos-core/scheduler
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify zylos-ai/zylos-core/scheduler
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1155GitHub stars
~289最小装载
~1.9K含声明引用
~21.1K文本包总量
索引托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · 7a034ca

Task Scheduler (C5)

Enables Claude to work autonomously by dispatching scheduled tasks via C4 comm-bridge.

How It Works
  1. Activity Monitor writes state to ~/zylos/activity-monitor/agent-status.json
  2. Scheduler checks for pending tasks that are due
  3. If runtime is alive, dispatches task to C4 comm-bridge
  4. C4 handles execution control (idle waiting, priority queueing)
  5. Task sent to Claude based on priority and idle requirements
CLI

~/zylos/.claude/skills/scheduler/scripts/cli.js <command>

| Command | Description | Reference | |---------|-------------|-----------| | add <prompt> [options] | Add a new task | references/add.md | | update <task-id> [options] | Update an existing task | references/update.md | | list / next / running / history | Query tasks | references/query.md | | done / remove / pause / resume | Task lifecycle | references/lifecycle.md |

Timezone

Resolves TZ: ~/zylos/.env > process.env.TZ > UTC. Times are parsed and displayed in configured timezone. DB stores UTC. See references/config.md for details.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。