← Back to Skills Marketplace
vinile

OpenClaw Timebox

by Vincent ZHANG · GitHub ↗ · v2.7.0 · MIT-0
cross-platform ⚠ suspicious
173
Downloads
0
Stars
0
Active Installs
11
Versions
Install in OpenClaw
/install openclaw-timebox
Description
基于潘农菲翻译的《时间盒》,为 OpenClaw 打造的全天任务执行系统。早晨用一段对话规划全天、讨论优先级、锁定时间盒;执行时 AI 完全不打扰;每盒结束做 30 秒快速收集;全天结束生成每日总结并自动同步到 Flomo、Notion 等工具。支持苹果日历、飞书、Google 日历自动占位,以及将时间盒任务双向...
Usage Guidance
This skill appears coherent for a timebox workflow that syncs with calendars and task/log services. Before installing: 1) Only provide OAuth client_id/client_secret or API tokens for services you intend to use; do not paste unrelated secrets. 2) Expect the skill to write tokens/config under ~/.config/timebox and EXTEND.md under your home or project; review those files for sensitive content. 3) If opting into dida365, installing a global npm package (npm install -g @suibiji/dida-cli) is required—treat that package like any third‑party tool (check its source and reputation). 4) The included ticktick_auth.py uses a local callback server to perform standard OAuth; verify the file contents before running. 5) If you need higher assurance, run the OAuth steps manually (use official provider consoles) and keep tokens in a secure store rather than pasting them into long-lived plain files.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-timebox Version: 2.7.0 The openclaw-timebox-cpr skill bundle is classified as suspicious due to its high-privilege requirements and extensive handling of sensitive credentials. Key indicators include instructions in SKILL.md for the AI to execute shell commands like 'npm install -g @suibiji/dida-cli', manage cron jobs for task reminders, and handle sensitive OAuth credentials (client IDs/secrets) by writing them into a local Python script (ticktick_auth.py). While these capabilities are aligned with the stated goal of multi-platform task synchronization (integrating with ticktick.com, feishu.cn, and notion.com), the broad request for system-level access and credential management poses a significant security risk.
Capability Assessment
Purpose & Capability
The skill declares calendar, log, and task-sync integrations (Apple Calendar, Feishu, Google, TickTick, dida365, Notion, Flomo, etc.) and the SKILL.md and included ticktick_auth.py only request credentials/config related to those services. Required binaries/env are none by default; optional third‑party CLIs (dida-cli) are only requested if the user opts into that specific integration.
Instruction Scope
The runtime instructions ask the agent to read/write local config files (e.g., ~/.config/timebox/ticktick.json and EXTEND.md), run small helper scripts, and optionally install/run third‑party CLIs. Those actions are within the scope of integrating calendars and task services, but they do instruct the user/agent to create files containing client credentials and tokens—this is expected for OAuth flows but worth user attention.
Install Mechanism
There is no automated install spec (instruction-only skill). The only install action suggested is npm install -g @suibiji/dida-cli when the user opts into the China-specific dida365 integration; installing a global npm package is reasonable for that option but carries the usual trust/risk tradeoffs for third‑party packages.
Credentials
No environment variables or unrelated credentials are required by default. Credentials/tokens are requested only for services the user explicitly chooses (TickTick, Feishu, Google, Notion, Flomo, etc.). The ticktick_auth.py helper stores OAuth tokens locally (~/.config/timebox/ticktick.json), which is appropriate for a local OAuth flow.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide configuration changes. It writes its own config/token files under the user's home directory when integrations are enabled (normal behavior). It does not request to modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-timebox
  3. After installation, invoke the skill by name or use /openclaw-timebox
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.7.0
dida365 now uses dida-cli for auth (no App registration needed); ticktick keeps Python OAuth; removed --china flag from ticktick_auth.py
v2.6.3
rename: display name updated to OpenClaw Timebox
v2.6.2
Fix onboarding flow: add App registration guide, AI prompts for credentials, remove redundant ticktick_region field (version inferred from task_sync)
v2.6.1
v2.6.1: 滴答清单同步支持中国版(dida365.com)和国际版(ticktick.com)双版本,授权脚本新增 --china 参数
v2.6.0
v2.6.0: 新增滴答清单(TickTick)双向同步,规划时自动创建任务、CHECK 时追加结果、REVIEW 时标记完成;首次配置新增任务同步选项
v2.5.0
Remove all CPR references, use generic structured review format
v2.4.1
移除触发误报的 Authorization/Bearer/webhook 写法,规避安全扫描误判
v2.3.1
优化 description 和 README,提及潘农菲翻译的《时间盒》《CPR工作法》
v2.3.0
外部工具(flomo/Notion等)仅同步每日总结+CPR复盘,本地日志保持完整的执行记录
v2.2.0
日志精简:移除时间盒启动记录,仅在CHECK收集结果和REVIEW复盘时写入,减少噪音
v2.1.0
初始发布:全天任务规划+时间盒执行+CPR复盘,支持多平台日历和日志集成
Metadata
Slug openclaw-timebox
Version 2.7.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 11
Frequently Asked Questions

What is OpenClaw Timebox?

基于潘农菲翻译的《时间盒》,为 OpenClaw 打造的全天任务执行系统。早晨用一段对话规划全天、讨论优先级、锁定时间盒;执行时 AI 完全不打扰;每盒结束做 30 秒快速收集;全天结束生成每日总结并自动同步到 Flomo、Notion 等工具。支持苹果日历、飞书、Google 日历自动占位,以及将时间盒任务双向... It is an AI Agent Skill for Claude Code / OpenClaw, with 173 downloads so far.

How do I install OpenClaw Timebox?

Run "/install openclaw-timebox" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Timebox free?

Yes, OpenClaw Timebox is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Timebox support?

OpenClaw Timebox is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Timebox?

It is built and maintained by Vincent ZHANG (@vinile); the current version is v2.7.0.

💬 Comments