# Send PomoClaw to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "pomoclaw",
    "name": "PomoClaw",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/vkozlovskyi/pomoclaw",
    "canonicalUrl": "https://clawhub.ai/vkozlovskyi/pomoclaw",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/pomoclaw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pomoclaw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "pomoclaw",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T07:11:47.380Z",
      "expiresAt": "2026-05-14T07:11:47.380Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pomoclaw",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pomoclaw",
        "contentDisposition": "attachment; filename=\"pomoclaw-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "pomoclaw"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/pomoclaw"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/pomoclaw",
    "downloadUrl": "https://openagent3.xyz/downloads/pomoclaw",
    "agentUrl": "https://openagent3.xyz/skills/pomoclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pomoclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pomoclaw/agent.md"
  }
}
```
## Documentation

### PomoClaw 🍅

A minimal pomodoro timer for your macOS menu bar. Control via URL scheme, perfect for OpenClaw integration.

GitHub: https://github.com/vkozlovskyi/PomoClaw
Download: https://github.com/vkozlovskyi/PomoClaw/releases/latest

### Commands

Run via nodes.run on the Mac node using bash -c "open 'pomoclaw://...'":

pomoclaw://start                     # Start timer with default duration (25 min)
pomoclaw://start?minutes=N           # Start timer for N minutes (1-99)
pomoclaw://pause                     # Pause/resume toggle
pomoclaw://stop                      # Stop and reset
pomoclaw://status                    # Write status to ~/.pomoclaw/status.json
pomoclaw://break?minutes=N           # Start break timer for N minutes
pomoclaw://skip                      # Skip current break

### Configuration

All config via single pomoclaw://config command:

pomoclaw://config?workMinutes=25     # Set default work duration
pomoclaw://config?shortBreak=5       # Set short break duration
pomoclaw://config?longBreak=15       # Set long break duration
pomoclaw://config?sound=Glass        # Set work completion sound
pomoclaw://config?breakSound=Purr    # Set break completion sound
pomoclaw://config?launchAtLogin=true # Enable launch at login
pomoclaw://config?count=0            # Set completed pomodoro count

Multiple params can be combined:

pomoclaw://config?workMinutes=25&shortBreak=5&longBreak=15

### Valid sounds

Basso, Blow, Bottle, Frog, Funk, Glass, Hero, Morse, Ping, Pop, Purr, Sosumi, Submarine, Tink

### Defaults

Work: 25 min, Short break: 5 min, Long break: 15 min (every 4th pomodoro)
Work sound: Glass, Break sound: Purr

### Check Status

After pomoclaw://status, read the file:

cat ~/.pomoclaw/status.json

Returns: {"state": "running|paused|idle", "remaining": <seconds>, "total": <seconds>, "startedAt": "<ISO8601>", "completedCount": N, "mode": "work|break|break_ready|idle"}

### Webhooks

Work complete: 🍅 Pomodoro finished! N min focus session complete.
Break complete: ☕ Break finished! N min break complete.

On work complete:

Acknowledge the completed session to the user
Break timer will auto-appear (green arc). User clicks to start.
Long break (15 min) after every 4th pomodoro, short break (5 min) otherwise.

### Notes

Timer range: 1–99 minutes
App must be running on Mac for commands to work
No dock icon — lives in menu bar only (LSUIElement)
Use bash -c "open 'pomoclaw://...'" via nodes.run (more reliable than array format with URL encoding)
Break state is NOT restored on app restart — only meaningful right after work
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: vkozlovskyi
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-07T07:11:47.380Z
- Expires at: 2026-05-14T07:11:47.380Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/pomoclaw)
- [Send to Agent page](https://openagent3.xyz/skills/pomoclaw/agent)
- [JSON manifest](https://openagent3.xyz/skills/pomoclaw/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/pomoclaw/agent.md)
- [Download page](https://openagent3.xyz/downloads/pomoclaw)