{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/pomoclaw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pomoclaw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/pomoclaw",
    "agentPageUrl": "https://openagent3.xyz/skills/pomoclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pomoclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pomoclaw/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "PomoClaw 🍅",
        "body": "A minimal pomodoro timer for your macOS menu bar. Control via URL scheme, perfect for OpenClaw integration.\n\nGitHub: https://github.com/vkozlovskyi/PomoClaw\nDownload: https://github.com/vkozlovskyi/PomoClaw/releases/latest"
      },
      {
        "title": "Commands",
        "body": "Run via nodes.run on the Mac node using bash -c \"open 'pomoclaw://...'\":\n\npomoclaw://start                     # Start timer with default duration (25 min)\npomoclaw://start?minutes=N           # Start timer for N minutes (1-99)\npomoclaw://pause                     # Pause/resume toggle\npomoclaw://stop                      # Stop and reset\npomoclaw://status                    # Write status to ~/.pomoclaw/status.json\npomoclaw://break?minutes=N           # Start break timer for N minutes\npomoclaw://skip                      # Skip current break"
      },
      {
        "title": "Configuration",
        "body": "All config via single pomoclaw://config command:\n\npomoclaw://config?workMinutes=25     # Set default work duration\npomoclaw://config?shortBreak=5       # Set short break duration\npomoclaw://config?longBreak=15       # Set long break duration\npomoclaw://config?sound=Glass        # Set work completion sound\npomoclaw://config?breakSound=Purr    # Set break completion sound\npomoclaw://config?launchAtLogin=true # Enable launch at login\npomoclaw://config?count=0            # Set completed pomodoro count\n\nMultiple params can be combined:\n\npomoclaw://config?workMinutes=25&shortBreak=5&longBreak=15"
      },
      {
        "title": "Valid sounds",
        "body": "Basso, Blow, Bottle, Frog, Funk, Glass, Hero, Morse, Ping, Pop, Purr, Sosumi, Submarine, Tink"
      },
      {
        "title": "Defaults",
        "body": "Work: 25 min, Short break: 5 min, Long break: 15 min (every 4th pomodoro)\nWork sound: Glass, Break sound: Purr"
      },
      {
        "title": "Check Status",
        "body": "After pomoclaw://status, read the file:\n\ncat ~/.pomoclaw/status.json\n\nReturns: {\"state\": \"running|paused|idle\", \"remaining\": <seconds>, \"total\": <seconds>, \"startedAt\": \"<ISO8601>\", \"completedCount\": N, \"mode\": \"work|break|break_ready|idle\"}"
      },
      {
        "title": "Webhooks",
        "body": "Work complete: 🍅 Pomodoro finished! N min focus session complete.\nBreak complete: ☕ Break finished! N min break complete.\n\nOn work complete:\n\nAcknowledge the completed session to the user\nBreak timer will auto-appear (green arc). User clicks to start.\nLong break (15 min) after every 4th pomodoro, short break (5 min) otherwise."
      },
      {
        "title": "Notes",
        "body": "Timer range: 1–99 minutes\nApp must be running on Mac for commands to work\nNo dock icon — lives in menu bar only (LSUIElement)\nUse bash -c \"open 'pomoclaw://...'\" via nodes.run (more reliable than array format with URL encoding)\nBreak state is NOT restored on app restart — only meaningful right after work"
      }
    ],
    "body": "PomoClaw 🍅\n\nA minimal pomodoro timer for your macOS menu bar. Control via URL scheme, perfect for OpenClaw integration.\n\nGitHub: https://github.com/vkozlovskyi/PomoClaw Download: https://github.com/vkozlovskyi/PomoClaw/releases/latest\n\nCommands\n\nRun via nodes.run on the Mac node using bash -c \"open 'pomoclaw://...'\":\n\npomoclaw://start                     # Start timer with default duration (25 min)\npomoclaw://start?minutes=N           # Start timer for N minutes (1-99)\npomoclaw://pause                     # Pause/resume toggle\npomoclaw://stop                      # Stop and reset\npomoclaw://status                    # Write status to ~/.pomoclaw/status.json\npomoclaw://break?minutes=N           # Start break timer for N minutes\npomoclaw://skip                      # Skip current break\n\nConfiguration\n\nAll config via single pomoclaw://config command:\n\npomoclaw://config?workMinutes=25     # Set default work duration\npomoclaw://config?shortBreak=5       # Set short break duration\npomoclaw://config?longBreak=15       # Set long break duration\npomoclaw://config?sound=Glass        # Set work completion sound\npomoclaw://config?breakSound=Purr    # Set break completion sound\npomoclaw://config?launchAtLogin=true # Enable launch at login\npomoclaw://config?count=0            # Set completed pomodoro count\n\n\nMultiple params can be combined:\n\npomoclaw://config?workMinutes=25&shortBreak=5&longBreak=15\n\nValid sounds\n\nBasso, Blow, Bottle, Frog, Funk, Glass, Hero, Morse, Ping, Pop, Purr, Sosumi, Submarine, Tink\n\nDefaults\nWork: 25 min, Short break: 5 min, Long break: 15 min (every 4th pomodoro)\nWork sound: Glass, Break sound: Purr\nCheck Status\n\nAfter pomoclaw://status, read the file:\n\ncat ~/.pomoclaw/status.json\n\n\nReturns: {\"state\": \"running|paused|idle\", \"remaining\": <seconds>, \"total\": <seconds>, \"startedAt\": \"<ISO8601>\", \"completedCount\": N, \"mode\": \"work|break|break_ready|idle\"}\n\nWebhooks\nWork complete: 🍅 Pomodoro finished! N min focus session complete.\nBreak complete: ☕ Break finished! N min break complete.\n\nOn work complete:\n\nAcknowledge the completed session to the user\nBreak timer will auto-appear (green arc). User clicks to start.\nLong break (15 min) after every 4th pomodoro, short break (5 min) otherwise.\nNotes\nTimer range: 1–99 minutes\nApp must be running on Mac for commands to work\nNo dock icon — lives in menu bar only (LSUIElement)\nUse bash -c \"open 'pomoclaw://...'\" via nodes.run (more reliable than array format with URL encoding)\nBreak state is NOT restored on app restart — only meaningful right after work"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/vkozlovskyi/pomoclaw",
    "publisherUrl": "https://clawhub.ai/vkozlovskyi/pomoclaw",
    "owner": "vkozlovskyi",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}