skills$openclaw/ClawDoro
snail3d3.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.

3.7k stars4.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameClawDoro
descriptionA beautiful Pomodoro timer with task tracking. Opens a clean, focused timer interface in your browser. OpenClaw Skills integration.
ownersnail3d
repositorysnail3d/clawforgodpath: skills/pomodoro
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @snail3d/clawforgod:skills/pomodoro
last updatedFeb 7, 2026

Maintainer

snail3d

snail3d

Maintains ClawDoro in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
pomodoro
SKILL.md
1.4 KB
start.sh
937 B
timer.html
18.7 KB
trigger.js
1.7 KB
SKILL.md

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.

ClawDoro

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

  1. Opens a mini HTTP server on port 8765
  2. Serves the beautiful ClawDoro UI
  3. Auto-opens browser
  4. Tasks & settings saved to localStorage

Files

  • trigger.js - Entry point that starts server and opens browser
  • timer.html - The ClawDoro timer UI
  • SKILL.md - This documentation

Support the work: Buy Me a Coffee

Built with 💜 by Clawd for Snail

README.md

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.