Skip to main content
Run any Skill in Manus
with one click

mc-manage-automations

Stars259
Forks41
UpdatedJune 28, 2026 at 01:36

Schedule, list, edit, or remove a recurring agent task (cron / interval) in `config/scheduler/tasks.json`. Use for cross-collection digests, notifications, or any standalone recurring prompt ("ๆฏŽๆœ7ๆ™‚ใซๅคฉๆฐ—", "every weekday 8am check email", "schedule a weekly cleanup"), or to list/stop automations. EXCEPTION โ€” do NOT create a task here to keep ONE collection's records fresh (e.g. "update the stock-quotes daily", "refresh these quotes every morning", "re-poll these URLs"): instead add an `ingest` block with `kind: "agent"` to THAT collection's own `schema.json` (it self-refreshes on schedule and from its Refresh button; syntax in `config/helps/collection-skills.md` โ†’ "Scheduled agent refresh"). Read this skill body in full before writing `tasks.json` โ€” the entry format is structured, not free-form.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly