Skip to main content

mc-manage-automations

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.

Jump to install

Source facts

Repository
receptron/mulmoclaude
Last source activity
June 28, 2026 at 01:36
Detected SKILL.md language
English
Stars
342
Forks
58

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.