remind-me-2-1-0Set reminders using natural language. Automatically creates one-time cron jobs and logs to markdown.
Install via ClawdBot CLI:
clawdbot install Loui1979/remind-me-2-1-0Requires:
Natural language reminders that fire automatically. Uses cron for scheduling, markdown for logging.
Just ask naturally:
For repeating reminders:
--at/home/julian/clawd/reminders.md for historyRelative:
Absolute:
Dates:
Intervals:
Daily:
Weekly:
All reminders are logged to /home/julian/clawd/reminders.md:
- [scheduled] 2026-01-06 17:00 | Pay for Gumroad (id: abc123)
- [recurring] every 2h | Stand up and stretch (id: def456)
- [recurring] cron: 0 9 * * 1 | Weekly meeting (id: ghi789)
Status:
[scheduled] — one-time reminder waiting to fire[recurring] — repeating reminder (active)[sent] — one-time reminder already delivered# List pending reminders
cron list
# View reminder log
cat /home/julian/clawd/reminders.md
# Remove a scheduled reminder
cron rm <job-id>
When the user says "remind me to X at Y":
bash /home/julian/clawd/skills/remind-me/create-reminder.sh "X" "Y"
Examples:
bash /home/julian/clawd/skills/remind-me/create-reminder.sh "Pay for Gumroad" "later today"
bash /home/julian/clawd/skills/remind-me/create-reminder.sh "Call dentist" "tomorrow at 3pm"
bash /home/julian/clawd/skills/remind-me/create-reminder.sh "Check email" "in 2 hours"
When the user says "remind me every X to Y":
bash /home/julian/clawd/skills/remind-me/create-recurring.sh "Y" "every X"
Examples:
bash /home/julian/clawd/skills/remind-me/create-recurring.sh "Stand up and stretch" "every 2 hours"
bash /home/julian/clawd/skills/remind-me/create-recurring.sh "Check email" "daily at 9am"
bash /home/julian/clawd/skills/remind-me/create-recurring.sh "Weekly team meeting" "every Monday at 2pm"
Both scripts automatically:
--at or recurring with --every/--cron)/home/julian/clawd/reminders.mdGenerated Mar 1, 2026
Individuals use the skill to set reminders for daily chores, appointments, and personal goals via natural language. It helps organize schedules without manual calendar entries, logging all reminders in a markdown file for easy tracking and history.
Patients or caregivers set recurring reminders for medication doses or medical appointments using phrases like 'every day at 8am'. The cron-based scheduling ensures timely alerts, with logs providing a record for adherence monitoring.
Teams use the skill to schedule one-time or recurring meetings, such as 'remind me every Monday at 2pm about the stand-up'. It integrates with existing workflows by generating cron jobs and maintaining a shared reminder log for accountability.
Small business owners set reminders for order processing, inventory checks, or customer follow-ups using natural language inputs. The skill automates scheduling tasks like 'remind me in 3 days to ship the package', enhancing operational efficiency.
Students schedule study breaks or assignment deadlines with reminders like 'every hour to take a break' or 'next Friday at 5pm for the essay'. The markdown log helps track study habits and deadlines over time.
Offer a basic version for free with limited reminders, then charge for advanced features like priority scheduling, team collaboration, or integration with other apps. Revenue comes from monthly subscriptions and enterprise plans.
License the skill to businesses for embedding into their productivity tools or platforms, such as project management software. Revenue is generated through licensing fees based on user count or usage tiers.
Analyze aggregated, anonymized reminder data from users to provide insights on productivity trends or time management patterns. Revenue comes from selling these insights to researchers or companies in the productivity sector.
💬 Integration Tip
Integrate with existing calendar APIs or messaging platforms to send reminders via email or chat, and ensure cron job management is handled securely to avoid system conflicts.
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.