agentsclimarketplace

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

Install
npx -y skills add batteryshark/skill-tap --skill cron-job-manager

Assembled 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

  1. Run list.
  2. Run render --name ... --schedule ... --command ... and show the exact entry.
  3. Confirm command paths, quoting, environment, output handling, and schedule with the user.
  4. Run install ... --confirm.
  5. Run list again and report the installed marker.
  6. 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

bin/

references/

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.