← 返回 Skills 市场
theshadowrose

FocusTimer Pomodoro Timer via Agent

作者 Shadow Rose · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
655
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install focus-timer
功能描述
Pomodoro-style focus blocks managed by your agent. Start, pause, track sessions. Daily focus time reports. No app needed, just chat.
使用说明 (SKILL.md)

FocusTimer Pomodoro Timer via Agent

Pomodoro-style focus blocks managed by your agent. Start, pause, track sessions. Daily focus time reports. No app needed, just chat.


Your agent manages your focus blocks. No timer app needed.

Usage

You: "Start a focus block — working on the API redesign"
Agent: "🍅 Focus started: API redesign. 25 minutes."

[25 minutes later]

Agent: "⏰ Done! 25 min on API redesign. 3 blocks today (1h 15m total). 
        Take a 5-min break. Ready for another?"

Features

  • Conversational control — start, pause, skip break
  • Session tracking — what, how long, when
  • Daily reports — total focus time, blocks, topics
  • Weekly trends — "12 hours this week, up from 9"
  • Task tagging — time per project
  • Break reminders — nudge to actually rest

Configuration

focus_duration: 25
short_break: 5
long_break: 15    # every 4 blocks
daily_goal: 8     # blocks

Daily Report

🍅 Focus Report — Feb 28
Blocks: 6/8 (75%)
Total: 2h 30m
Topics: API redesign (3), docs (2), email (1)
Peak: 9:00-11:30 AM

⚠️ Disclaimer

This software is provided "AS IS", without warranty of any kind, express or implied.

USE AT YOUR OWN RISK.

  • The author(s) are NOT liable for any damages, losses, or consequences arising from the use or misuse of this software — including but not limited to financial loss, data loss, security breaches, business interruption, or any indirect/consequential damages.
  • This software does NOT constitute financial, legal, trading, or professional advice.
  • Users are solely responsible for evaluating whether this software is suitable for their use case, environment, and risk tolerance.
  • No guarantee is made regarding accuracy, reliability, completeness, or fitness for any particular purpose.
  • The author(s) are not responsible for how third parties use, modify, or distribute this software after purchase.

By downloading, installing, or using this software, you acknowledge that you have read this disclaimer and agree to use the software entirely at your own risk.

DATA DISCLAIMER: This software processes and stores data locally on your system. The author(s) are not responsible for data loss, corruption, or unauthorized access resulting from software bugs, system failures, or user error. Always maintain independent backups of important data. This software does not transmit data externally unless explicitly configured by the user.


Support & Links

🐛 Bug Reports [email protected]
Ko-fi ko-fi.com/theshadowrose
🛒 Gumroad shadowyrose.gumroad.com
🐦 Twitter @TheShadowyRose
🐙 GitHub github.com/TheShadowRose
🧠 PromptBase promptbase.com/profile/shadowrose

Built with OpenClaw — thank you for making this possible.


🛠️ Need something custom? Custom OpenClaw agents & skills starting at $500. If you can describe it, I can build it. → Hire me on Fiverr

安全使用建议
This skill appears coherent and self-contained. Before installing, note that it will create and update a local file (./focus-data.json) in the agent's working directory — confirm that location is acceptable and that file permissions meet your privacy needs. The code swallows file-write errors (silent failures), so important data may be lost if the agent cannot write to that path. If you plan to run the agent in a multi-tenant environment, consider changing the dataFile path, restricting file permissions, or reviewing the source to add encryption or explicit error handling. If you require networked syncing or backups, implement/inspect that yourself — this package does not perform external transmission by default.
功能分析
Type: OpenClaw Skill Name: focus-timer Version: 1.0.0 The FocusTimer skill is a standard Pomodoro implementation that manages session tracking and reporting. The code in src/focus-timer.js uses local file I/O (focus-data.json) for persistence but contains no network requests, shell command execution, or access to sensitive system files. The SKILL.md and README.md files provide clear instructions for the agent without any evidence of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description (Pomodoro timer, session tracking, reports) align with the included code and SKILL.md. The code implements starting, checking, completing sessions, daily reports, and task tagging — all consistent with the stated purpose. No unrelated capabilities (cloud access, external services) are requested.
Instruction Scope
SKILL.md instructs conversational control and local storage only. It disclaims that data is stored locally. The runtime code reads/writes a local JSON file (default './focus-data.json') and does not access other system files or environment variables. Note: the skill writes to the filesystem and needs write permission in the agent's working directory.
Install Mechanism
No install spec is provided (instruction-only skill with a small JS file). No downloads or external install steps are present, which minimizes installation risk.
Credentials
No environment variables, credentials, or config paths are required. The only resource used is a local data file (by default './focus-data.json'), which is proportionate for session persistence.
Persistence & Privilege
always is false and model invocation is normal. The skill persists only its own session data to a local file and does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install focus-timer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /focus-timer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial upload
元数据
Slug focus-timer
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

FocusTimer Pomodoro Timer via Agent 是什么?

Pomodoro-style focus blocks managed by your agent. Start, pause, track sessions. Daily focus time reports. No app needed, just chat. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 655 次。

如何安装 FocusTimer Pomodoro Timer via Agent?

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

FocusTimer Pomodoro Timer via Agent 是免费的吗?

是的,FocusTimer Pomodoro Timer via Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

FocusTimer Pomodoro Timer via Agent 支持哪些平台?

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

谁开发了 FocusTimer Pomodoro Timer via Agent?

由 Shadow Rose(@theshadowrose)开发并维护,当前版本 v1.0.0。

💬 留言讨论