Cron job manager
Skill batteryshark/skill-tap/skills/utilities/cron-job-manager
Portable, reusable skills for agents and everyday workflows. Clank responsibly.
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.
2 things to look at
- 26 days oldThe repository was created 26 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 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.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
1.0 KB, 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.