← 返回 Skills 市场
Timeblock
作者
bytesagain4
· GitHub ↗
· v2.0.0
· MIT-0
150
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install timeblock
功能描述
Plan your day hour-by-hour with intentional time blocking. Use when blocking sessions, checking plans, analyzing allocation, generating agendas.
安全使用建议
This skill appears to do exactly what it claims: log and manage time-block entries locally under ~/.local/share/timeblock. Before installing, be aware that: (1) it will create and update files in that directory; (2) you should avoid storing sensitive secrets or passwords in log entries since they are plain text; (3) exported JSON may be malformed if entries contain quotes or newlines, and search treats your query as a grep pattern (escape if needed). No network calls or credentials are requested, so the privacy surface is limited to local files.
功能分析
Type: OpenClaw Skill
Name: timeblock
Version: 2.0.0
The TimeBlock skill is a local productivity tool for logging and managing time-blocking schedules. Analysis of the `scripts/script.sh` file shows it functions as a simple wrapper for appending timestamps and user input to flat log files stored in `~/.local/share/timeblock/`. While the script contains a logic bug where duplicate case labels for `export` and `status` prevent the actual utility functions from being reached, there is no evidence of malicious intent, data exfiltration, or high-risk behaviors.
能力评估
Purpose & Capability
Name/description match the actual behavior. The skill provides a CLI script for creating and querying local timeblock logs and does not request unrelated binaries, credentials, or services.
Instruction Scope
SKILL.md instructs the agent to run the included bash script and stay local; the runtime instructions and script only read/write files in ~/.local/share/timeblock, show stats, search, and export. Minor implementation notes: JSON export does simple concatenation and does not escape values (entries containing quotes/newlines could produce invalid JSON), and search uses grep with the raw term which behaves as a pattern rather than a literal search—these are quality/robustness issues but not evidence of malicious scope creep.
Install Mechanism
No install spec; the skill is instruction-only with one included shell script. Nothing is downloaded or written outside the user's home data directory at runtime.
Credentials
No environment variables, credentials, or config paths are requested. The script only uses HOME to compute a local data directory—appropriate for the stated purpose.
Persistence & Privilege
always is false and the skill does not request elevated/persistent platform privileges or modify other skills. It creates and updates files only under its own data directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install timeblock - 安装完成后,直接呼叫该 Skill 的名称或使用
/timeblock触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Domain-specific upgrade
元数据
常见问题
Timeblock 是什么?
Plan your day hour-by-hour with intentional time blocking. Use when blocking sessions, checking plans, analyzing allocation, generating agendas. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。
如何安装 Timeblock?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install timeblock」即可一键安装,无需额外配置。
Timeblock 是免费的吗?
是的,Timeblock 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Timeblock 支持哪些平台?
Timeblock 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Timeblock?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.0。
推荐 Skills