agentsclimarketplace

Cron job manager

Skill batteryshark/skill-tap/skills/utilities/cron-job-manager

Portable, reusable skills for agents and everyday workflows. Clank responsibly.

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.

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

  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.

Keep looking

Skills are one crate of 328,083. 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.