← 返回 Skills 市场
vkozlovskyi

PomoClaw

作者 Vladimir Kozlovskyi · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
485
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pomoclaw
功能描述
Control the PomoClaw pomodoro timer on the Mac. Use when the user asks to start, stop, pause a pomodoro/pomoclaw/focus timer, check timer status, or when a p...
安全使用建议
This skill appears coherent for controlling a macOS menu‑bar pomodoro app, but verify a few practical things before installing: (1) Confirm you have the PomoClaw app installed from the referenced GitHub releases and trust that source. (2) Ensure the agent will run commands on a macOS node (the SKILL.md relies on the macOS `open` command) — the registry entry does not declare an OS restriction. (3) Understand the skill will read ~/.pomoclaw/status.json after a status call; inspect that file for any sensitive info and confirm its permissions. (4) If you want to avoid accidental autonomous use, keep the skill user-invocable only (default) or restrict agent invocation policies. (5) If you need greater assurance, review the app binary/source on the GitHub repo before use.
功能分析
Type: OpenClaw Skill Name: pomoclaw Version: 1.0.0 The skill is classified as suspicious because its `SKILL.md` instructions explicitly direct the AI agent to execute shell commands using `bash -c` and read local files using `cat`. While these actions are intended for benign purposes (controlling a pomodoro timer via URL scheme and reading its status file), they expose the agent to powerful primitives that could be exploited via prompt injection by a malicious user to execute arbitrary commands or read sensitive files beyond the skill's stated purpose. There is no evidence of intentional malicious behavior within the skill itself, but it demonstrates and enables risky capabilities for the agent.
能力评估
Purpose & Capability
Name/description match the instructions: controlling a macOS app via the pomoclaw:// URL scheme. Minor mismatch: the skill is macOS-specific (uses the open command and a menu‑bar app) but the registry metadata does not declare an OS restriction.
Instruction Scope
SKILL.md only instructs the agent to invoke macOS URL-scheme commands (open 'pomoclaw://...') and to read the app's status file (~/.pomoclaw/status.json) after using the status command. There are no instructions to read unrelated files, send data to external endpoints, or access unrelated environment variables.
Install Mechanism
Instruction-only skill with no install spec or downloaded artifacts. Lowest-risk model for install behavior.
Credentials
No environment variables, credentials, or config paths are requested beyond the single app-specific status file (~/.pomoclaw/status.json) which is referenced explicitly and consistently with the stated purpose.
Persistence & Privilege
Skill is not marked always:true and uses default autonomous invocation settings; nothing indicates elevated or persistent privileges beyond normal agent skill behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pomoclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pomoclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
PomoClaw skill version 1.0.0 initial release: - Adds support for controlling the PomoClaw pomodoro timer on Mac via URL scheme commands. - Handles start, stop, pause, resume, status check, and break for both work and break timers. - Provides a unified configuration command for customizing work/break durations, sounds, and launch options. - Supports checking timer status from a JSON file. - Responds to "Pomodoro finished" system events/webhooks. - Designed for easy integration with OpenClaw and scripted automation on macOS.
元数据
Slug pomoclaw
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

PomoClaw 是什么?

Control the PomoClaw pomodoro timer on the Mac. Use when the user asks to start, stop, pause a pomodoro/pomoclaw/focus timer, check timer status, or when a p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 485 次。

如何安装 PomoClaw?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pomoclaw」即可一键安装,无需额外配置。

PomoClaw 是免费的吗?

是的,PomoClaw 完全免费(开源免费),可自由下载、安装和使用。

PomoClaw 支持哪些平台?

PomoClaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 PomoClaw?

由 Vladimir Kozlovskyi(@vkozlovskyi)开发并维护,当前版本 v1.0.0。

💬 留言讨论