3.7k★by snail3d
ClawDoro – OpenClaw Skill
ClawDoro is an OpenClaw Skills integration for coding workflows. A beautiful Pomodoro timer with task tracking. Opens a clean, focused timer interface in your browser.
Skill Snapshot
| name | ClawDoro |
| description | A beautiful Pomodoro timer with task tracking. Opens a clean, focused timer interface in your browser. OpenClaw Skills integration. |
| owner | snail3d |
| repository | snail3d/clawforgodpath: skills/pomodoro |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @snail3d/clawforgod:skills/pomodoro |
| last updated | Feb 7, 2026 |
Maintainer

name: ClawDoro description: A beautiful Pomodoro timer with task tracking. Opens a clean, focused timer interface in your browser. commands: clawdoro: node ~/clawd/skills/pomodoro/trigger.js pomodoro: node ~/clawd/skills/pomodoro/trigger.js
🍅 ClawDoro
A beautiful Pomodoro timer with task tracking. Built for focus.
Usage
# Start with default 27/5/15 min
clawdoro
# Custom focus time
clawdoro 50
# Full custom (focus/short/long)
clawdoro 50 10 30
Or just tell Clawd: "Start ClawDoro" or "ClawDoro 45 minutes"
Features
- 🍅 Beautiful, distraction-free timer UI
- ⏱️ Customizable work/break durations (default 27 min - Clawd's pick!)
- 📝 Task list with localStorage persistence
- ⌨️ Keyboard shortcuts (Space = start/pause, R = reset)
- 🔊 3-pulse soothing chime on completion
- ☕ Fun "break time" surprise 😉
- 📱 Mobile responsive
- 💾 Everything persists between sessions
How It Works
- Opens a mini HTTP server on port 8765
- Serves the beautiful ClawDoro UI
- Auto-opens browser
- Tasks & settings saved to localStorage
Files
trigger.js- Entry point that starts server and opens browsertimer.html- The ClawDoro timer UISKILL.md- This documentation
☕ Support the work: Buy Me a Coffee
Built with 💜 by Clawd for Snail
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install ClawDoro?
Run openclaw add @snail3d/clawforgod:skills/pomodoro in your terminal. This installs ClawDoro into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/snail3d/clawforgod. Review commits and README documentation before installing.
