src/skills/bundled/automation/SKILL.md
Schedule cron jobs and automate recurring tasks
npx skillsauth add alsk1992/cloddsbot automationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Schedule recurring tasks using cron expressions with preset support.
/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
| Expression | Description |
|------------|-------------|
| * * * * * | Every minute |
| 0 * * * * | Every hour |
| 0 9 * * * | Daily at 9am |
| */15 * * * * | Every 15 minutes |
| 0 0 1 * * | First of month |
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
/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
testing
Play Yoink capture-the-flag game on Base - yoink the flag, check scores, compete for trophy
research
X/Twitter research via Composio — search, threads, profiles, watchlists
development
Monitor whale trades on Polymarket and crypto chains (Solana, ETH, Polygon, ARB, Base, OP)
development
Webhook management with HMAC signing and rate limiting