casual-cron
Create 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'.
Why use this skill?
Efficiently schedule recurring tasks and one-shot reminders using natural language with the Casual Cron skill for Clawdbot. Manage your productivity effortlessly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bobdevibecoder/bobagent-casual-cronWhat This Skill Does
The casual-cron skill empowers your Clawdbot to manage time-based tasks using natural language. Designed for high reliability, it translates conversational requests—like 'remind me to check server logs in 20 minutes'—into structured, DST-aware cron jobs. By utilizing the openclaw cron add CLI command, the skill ensures that your reminders, recurring notifications, and periodic automated tasks are handled with precision, targeting the America/New_York timezone by default. It is designed to work seamlessly with Telegram, allowing for instant, automated message delivery without requiring manual oversight.
Installation
To add this capability to your agent, run the following command in your terminal:
clawhub install openclaw/skills/skills/bobdevibecoder/bobagent-casual-cron
Use Cases
This skill is indispensable for productivity and maintenance. Use it for:
- One-shot reminders: Scheduling urgent follow-ups or specific notifications at a set time (e.g., 'Remind me at 3pm to call the client').
- Recurring operational tasks: Setting up daily journal prompts, weekly team sync reminders, or periodic status updates.
- Messaging automation: Scheduling Telegram messages directly through natural language instructions using the /at or /every syntax.
- Background notifications: Ensuring that critical tasks are triggered automatically without keeping your terminal active.
Example Prompts
- 'Remind me to check the database health in 30 minutes'
- '/every 1h Send me a status update on the telegram channel'
- 'Set up a weekly check-in every Monday at 9am to review project progress'
Tips & Limitations
When using casual-cron, keep the 'Cron Run Guard' rules in mind. When a job is triggered, the agent operates in an isolated environment; it should not attempt to troubleshoot, restart the gateway, or perform self-diagnostic time checks. Always ensure your prompts are clear about the interval or specific time. For one-shot tasks, the --delete-after-run flag is automatically applied to prevent cluttering your task registry. Be mindful that while the skill defaults to America/New_York, you can specify cron expressions for precise control. Always verify the job ID and parsed time confirmed by the agent upon creation to ensure the schedule matches your intent.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bobdevibecoder-bobagent-casual-cron": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution
Related Skills
affiliate-master
Full-stack affiliate marketing automation for OpenClaw agents. Generate, track, and optimize affiliate links with FTC-compliant disclosures and multi-network support.
tweet-ideas-generator
Generates 60 high-impact tweet ideas from reference content across 5 categories. Use when someone wants to extract engaging short-form statements from content for Twitter/X, organized by harsh advice, quotes, pain points, counterintuitive truths, and key insights.
ai-discoverability-audit
Audit how a brand appears in AI-powered search (ChatGPT, Perplexity, Claude, Gemini). Use when user mentions "AI search," "how do I show up in ChatGPT," "AI discoverability," "AEO," "LLM visibility," or wants to understand their brand's AI presence.
positioning-basics
Help founders and marketers nail their positioning. Use when someone mentions "positioning," "value proposition," "who is this for," "how do I describe my product," "messaging," "ICP," "ideal customer," or is struggling to articulate what makes their product different.
polymarket-correlation
Detect mispriced correlations between Polymarket prediction markets. Cross-market arbitrage finder for AI agents.