Cron job manager
Skill batteryshark/skill-tap/skills/utilities/cron-job-manager
Inspect, render, install, or remove named user crontab jobs with explicit mutation confirmation and marker-bounded edits. Use on Unix-like systems when a user wants recurring local command scheduling through cron rather than a platform-specific automation service.From its SKILL.md
npx -y skills add batteryshark/skill-tap --skill cron-job-managerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 156 tokens by cl100k_base, as published. Nobody here has run it
Cron Job Manager
Use bin/cron-job-manager. Listing and rendering are read-only. Installation and removal require the user to approve the exact rendered entry and pass --confirm.
Workflow
- Run
list. - Run
render --name ... --schedule ... --command ...and show the exact entry. - Confirm command paths, quoting, environment, output handling, and schedule with the user.
- Run
install ... --confirm. - Run
listagain and report the installed marker. - Remove only by exact name with
remove --name ... --confirm.
Read references/cron-safety.md before scheduling destructive, privileged, networked, or high-frequency commands.
What ships with it: 4 files
5.4 KB alongside SKILL.md, 2 of them executable
agents/
- schedule-reviewer.md446 B
bin/
- cron-job-managerruns233 B
references/
- cron-safety.md614 B
scripts/
- cron_jobs.pyruns4.1 KB