بنقرة واحدة
timer
Set timers, alarms, and Pomodoro sessions — runs in background
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Set timers, alarms, and Pomodoro sessions — runs in background
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Google Calendar — list, create, and manage events via gcal CLI
Manage HubSpot CRM — contacts, companies, deals, tickets
Manage Shopify store — products, orders, customers, inventory
Configure audio transcription and image/video understanding for channels
AWS CLI for S3, EC2, Lambda, CloudWatch, RDS, and ECS
Google Calendar — list, create, and manage events via gcal CLI
| name | timer |
| version | 0.1.0 |
| author | devclaw |
| description | Set timers, alarms, and Pomodoro sessions — runs in background |
| category | builtin |
| tags | ["timer","alarm","pomodoro","countdown","reminder"] |
You can set timers and alarms that run in the background. Use the DevClaw scheduler (cron_add) for precise time-based alerts or bash sleep for quick countdowns.
# Simple countdown — sends a message when done
sleep 300 && echo "⏰ 5-minute timer finished!"
# With a custom message
sleep 600 && echo "⏰ Time to check the oven!"
# 30 seconds
sleep 30 && echo "⏰ 30 seconds! Time's up."
Important: Use
bash background:trueso the timer runs in the background without blocking.
# Reminder at a specific time (one-shot cron)
# Format: minute hour day month weekday
cron_add --id "reminder-123" --schedule "30 14 * * *" --payload "Reminder: meeting at 3pm"
# Remove after it fires
cron_remove --id "reminder-123"
# Work session (25 min)
sleep 1500 && echo "🍅 Pomodoro finished! Time for a 5-minute break."
# Short break (5 min)
sleep 300 && echo "🔔 Break's over! Back to work."
# Long break (15 min, after 4 pomodoros)
sleep 900 && echo "☕ Long break over! Ready for another cycle?"
| Input | Seconds |
|---|---|
| 30s | 30 |
| 1m | 60 |
| 5m | 300 |
| 10m | 600 |
| 15m | 900 |
| 25m | 1500 |
| 30m | 1800 |
| 1h | 3600 |
| 2h | 7200 |
sleep 300, "half hour" → sleep 1800.timer, set a timer, alarm, set alarm, pomodoro, countdown, temporizador, alarme, cronômetro, me avise em, lembrete em