/automation
Schedule cron jobs and automate recurring tasks
$ npx -y skills add alsk1992/CloddsBot --skill automation --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/automation
Context preview
The summary Claude sees to decide when to auto-load this skill.
Schedule cron jobs and automate recurring tasks
SKILL.md
automation.SKILL.mdname: automation
description: "Schedule cron jobs and automate recurring tasks"
commands:
- /auto
- /automation
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
| Expression | Description | |------------|-------------| | `* * * * *` | 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
Read more
name: automation description: "Schedule cron jobs and automate recurring tasks" commands: - /auto - /automation
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
| Expression | Description | |------------|-------------| | `* * * * *` | 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
Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.
Repo: alsk1992/CloddsBot
Other skills on cloddsbot.
- /acp
Enable agent-to-agent commerce with on-chain escrow, cryptographic agreements, and service discovery.
Open skill - /agentbets
AgentBets - AI-native prediction markets on Solana
Open skill - /ai-strategy
AI Strategy - natural language to trades
Open skill - /alerts
Create and manage price alerts for prediction markets
Open skill - /analytics
Performance attribution, trade analytics, and strategy optimization
Open skill - /arbitrage
Automated cross-platform arbitrage detection and monitoring
Open skill

