← 返回 Skills 市场
cyberraccoonx

Home Todo

作者 CRX · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
347
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install home-todo
功能描述
检查并提醒用户回家后需要处理的事项。当用户通过Dashboard(webchat)发任何消息时,自动检查待办文件并提醒。
使用说明 (SKILL.md)

Home Todo

检查并提醒用户回家后需要处理的事项。

场景

用户回到家,打开 Dashboard 时,自动提醒需要处理的事项。

待办文件位置

~/.openclaw/workspace/.home-todos.md

触发条件

用户通过 Dashboard(webchat)发任何消息时,自动触发。

执行步骤

  1. 读取待办文件
  2. 解析待办事项(排除已完成的)
  3. 在回复末尾添加提醒

提醒格式

---

🏠 回家待办:

1. [ ] 换床单
2. [ ] 浇花
3. [ ] 整理衣柜

记录方式

用户在任何渠道(飞书、iMessage等)说"回家要干xxx",就记录到待办文件。

注意事项

  • [ ] 表示未完成
  • 用户勾选完成后可以删除
  • 每次 Dashboard 消息都自动检查
安全使用建议
This skill intends to read/write a local todo file (~/.openclaw/workspace/.home-todos.md) and to record phrases from multiple messaging channels. Before installing: 1) Confirm you trust the skill author because it will persist user-derived data to your home directory. 2) Inspect or create the file path yourself and check its contents/permissions. 3) Verify how the agent/platform provides messages from external channels (Feishu/iMessage) and whether tokens/permissions are required—ask the author to declare those. 4) Test the skill with harmless data first. 5) If you don't want persistent storage, do not install or ask for an option to keep data in-memory only.
功能分析
Type: OpenClaw Skill Name: home-todo Version: 1.0.0 The skill is a simple task management tool that reads and writes to a local file (~/.openclaw/workspace/.home-todos.md) to provide reminders. Its behavior is consistent with its stated purpose of tracking 'home todos' and does not exhibit any signs of data exfiltration, malicious execution, or unauthorized access.
能力评估
Purpose & Capability
The SKILL.md describes a local todo feature which reasonably requires reading and writing a todo file. However, the skill metadata declares no required config path or credentials while the instructions explicitly reference a specific file path (~/.openclaw/workspace/.home-todos.md). Also the instructions say it will record phrases said in “any channel (Feishu, iMessage, etc.)” which implies access to other messaging channels but the skill does not declare any channel tokens or permissions. The file access and cross-channel recording are not proportional to what the registry metadata lists.
Instruction Scope
The runtime instructions direct the agent to (1) read the file ~/.openclaw/workspace/.home-todos.md, (2) parse and exclude completed items, (3) add reminders to replies, and (4) append new todo items when the user says '回家要干xxx' in any channel. Reading and writing a dotfile in the user's home and capturing messages from multiple channels are broader data-access actions than the metadata indicates. The instructions are also somewhat vague about how messages from other channels are captured and what data is recorded.
Install Mechanism
Instruction-only skill with no install spec and no code files. This minimizes install-time risk (nothing is downloaded or written by an installer).
Credentials
No environment variables, credentials, or config paths are declared, yet the skill reads and writes a persistent file in the user's home directory and claims to record messages from external channels. If the agent actually has access to Feishu/iMessage data, additional permissions or tokens would normally be required; their absence in metadata is an inconsistency. Persisting user conversation-derived data to disk can expose sensitive information and should be explicit.
Persistence & Privilege
The skill will persist reminders and recorded items to a dotfile in the user's home directory and is designed to run whenever the Dashboard receives a message. It does not set always:true, so it won't be force-included everywhere, but it does rely on automatic invocation when messages arrive. Persisting user-collected messages across channels increases privacy risk—users should know and control where data is stored.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install home-todo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /home-todo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the "home-todo" skill. - Automatically checks and reminds users of pending home tasks when any message is sent via the Dashboard (webchat).
元数据
Slug home-todo
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Home Todo 是什么?

检查并提醒用户回家后需要处理的事项。当用户通过Dashboard(webchat)发任何消息时,自动检查待办文件并提醒。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 347 次。

如何安装 Home Todo?

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

Home Todo 是免费的吗?

是的,Home Todo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Home Todo 支持哪些平台?

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

谁开发了 Home Todo?

由 CRX(@cyberraccoonx)开发并维护,当前版本 v1.0.0。

💬 留言讨论