casual-cronCreate Clawdbot cron jobs from natural language with strict run-guard rules. Use when: users ask to schedule reminders or messages (recurring or one-shot), especially via Telegram, or when they use /at or /every. Examples: 'Create a daily reminder at 8am', 'Remind me in 20 minutes', 'Send me a Telegram message at 3pm', '/every 2h'.
Install via ClawdBot CLI:
clawdbot install gostlightai/casual-cronCreate Clawdbot cron jobs from natural language. Supports one-shot and repeating schedules with safe run-guard rules.
/at / /every command)openclaw cron add command with correct flagsWhen a message starts with /at or /every, schedule via the CLI (NOT the cron tool API).
Use: openclaw cron add
--at "20m").--session isolated --message "Output exactly: " .--delete-after-run.--deliver --channel --to .--every "" (no timezone needed).--cron "" --tz "America/New_York" .--session isolated --message "Output exactly: " .--deliver --channel --to .One-shot (clock time, DST-aware):
openclaw cron add \
--name "Reminder example" \
--at "2026-01-28T15:00:00-05:00" \
--session isolated \
--message "Output exactly: <TASK>" \
--deliver --channel telegram --to <TELEGRAM_CHAT_ID> \
--delete-after-run
One-shot (relative time):
openclaw cron add \
--name "Reminder in 20m" \
--at "20m" \
--session isolated \
--message "Output exactly: <TASK>" \
--deliver --channel telegram --to <TELEGRAM_CHAT_ID> \
--delete-after-run
Repeating (clock time, DST-aware):
openclaw cron add \
--name "Daily 3pm reminder" \
--cron "0 15 * * *" --tz "America/New_York" \
--session isolated \
--message "Output exactly: <TASK>" \
--deliver --channel telegram --to <TELEGRAM_CHAT_ID>
Repeating (interval):
openclaw cron add \
--name "Every 2 hours" \
--every "2h" \
--session isolated \
--message "Output exactly: <TASK>" \
--deliver --channel telegram --to <TELEGRAM_CHAT_ID>
| Setting | Value |
|---------|-------|
| Default timezone | America/New_York (DST-aware) |
| Default channel | telegram (override via CRON_DEFAULT_CHANNEL env var) |
| Supported channels | telegram, whatsapp, slack, discord, signal |
| Input | Cron |
|-------|------|
| 8am | 0 8 * |
| 8:45pm | 45 20 * |
| noon | 0 12 * |
| midnight | 0 0 * |
| 14:30 | 30 14 * |
| Input | Behavior |
|-------|----------|
| daily / every day | Daily at specified time |
| weekdays / mon-fri | Mon-Fri at specified time |
| mondays / every monday | Weekly on Monday |
| hourly / every hour | Every hour at :00 |
| every 2 hours | 0 /2 |
| weekly | Weekly (defaults to Monday) |
| monthly | Monthly (1st of month) |
Generated Mar 1, 2026
Individuals use the skill to schedule daily or one-time reminders for tasks like taking medication, attending meetings, or sending messages. It's ideal for users managing personal schedules via Telegram, leveraging natural language to set reminders without technical setup.
Small teams or remote workers utilize the skill to automate recurring messages, such as daily stand-up reminders or weekly reports, across platforms like Slack or Discord. It ensures timely communication without manual intervention, enhancing team coordination.
Businesses employ the skill to send scheduled promotional messages or follow-ups to customers via channels like WhatsApp or Telegram. It helps maintain consistent outreach for marketing campaigns or appointment reminders, improving customer retention.
Event organizers use the skill to schedule reminders for upcoming events, such as webinars or deadlines, sending automated alerts to participants. This reduces manual effort and ensures attendees receive timely updates across multiple messaging platforms.
Users in healthcare or fitness set recurring reminders for activities like exercise routines or medication doses. The skill's natural language input makes it accessible for non-technical users to maintain health schedules via Telegram or other channels.
Offer basic scheduling features for free with limited channels or reminders, then charge for advanced options like multiple channels, priority support, or analytics. This attracts individual users while monetizing businesses needing higher volume.
License the skill to companies for integration into their internal tools or customer platforms, providing custom scheduling solutions. Revenue comes from licensing fees based on usage scale, such as per-user or per-message charges.
Rebrand the skill for resale by other businesses, such as messaging apps or productivity tools, who want to offer scheduling features. Generate revenue through one-time setup fees and ongoing maintenance contracts.
💬 Integration Tip
Ensure the CRON_DEFAULT_CHANNEL environment variable is set to your preferred messaging platform, and test with simple commands like '/at 10am' before scaling to complex schedules.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Advanced desktop automation with mouse, keyboard, and screen control
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.