Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alsk1992 avatar

Automation

  • 17 installs
  • 610 repo stars
  • Updated June 26, 2026
  • alsk1992/cloddsbot

Automation is a Claude Code skill that schedules recurring tasks using cron expressions and named presets.

About

Automation is a skill that schedules recurring tasks using cron expressions. It supports raw cron syntax and named presets such as EVERY_5_MINUTES, HOURLY, and DAILY_9AM, and lets a developer list, enable, disable, manually trigger, and remove jobs. A developer uses it to run recurring bot commands like price checks or portfolio syncs on a schedule.

  • Schedules recurring tasks with cron expressions
  • Ships named presets like EVERY_5_MINUTES and DAILY_9AM
  • Enable, disable, trigger, and remove jobs via slash commands

Automation by the numbers

  • 17 all-time installs (skills.sh)
  • Ranked #1,379 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

automation capabilities & compatibility

Capabilities
task scheduling · cron jobs
Use cases
orchestration
Runs
Runs locally
From the docs

What automation says it does

Schedule recurring tasks using cron expressions with preset support.
SKILL.md
/auto cron EVERY_5_MINUTES portfolio-sync
SKILL.md
npx skills add https://github.com/alsk1992/cloddsbot --skill automation

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs17
repo stars610
Last updatedJune 26, 2026
Repositoryalsk1992/cloddsbot

What it does

Schedule recurring bot tasks with cron expressions or named presets.

Who is it for?

running recurring bot commands on a cron schedule

Skip if: one-off tasks or event-driven triggers rather than time-based schedules

When should I use this skill?

you want to run a bot command on a recurring schedule

What you get

Scheduled cron jobs that run bot commands on a recurring interval and can be enabled, disabled, or triggered on demand.

By the numbers

  • 8 schedule presets
  • 7 slash commands

Files

SKILL.mdMarkdownGitHub ↗

Automation - Cron Scheduler

Schedule recurring tasks using cron expressions with preset support.

Commands

/auto list                            - List all scheduled jobs
/auto cron <schedule> <command>       - Create a cron job
/auto remove <id>                     - Remove a job
/auto enable <id>                     - Enable a job
/auto disable <id>                    - Disable a job
/auto trigger <id>                    - Manually run a job
/auto presets                         - Show available schedule presets

Cron Expressions

ExpressionDescription
* * * * *Every minute
0 * * * *Every hour
0 9 * * *Daily at 9am
*/15 * * * *Every 15 minutes
0 0 1 * *First of month

Presets

Instead of a cron expression, you can use a named preset:

/auto cron EVERY_MINUTE check-prices
/auto cron EVERY_5_MINUTES portfolio-sync
/auto cron EVERY_15_MINUTES scan-arbs
/auto cron HOURLY report
/auto cron DAILY_MIDNIGHT snapshot
/auto cron DAILY_9AM morning-scan
/auto cron WEEKLY_MONDAY_9AM weekly-report
/auto cron MONTHLY monthly-summary

Examples

/auto cron "*/5 * * * *" portfolio-sync
/auto cron HOURLY check-positions
/auto list
/auto trigger job-1234567890
/auto disable job-1234567890
/auto remove job-1234567890
/auto presets

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.