← Back to Skills Marketplace
347
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install home-todo
Description
检查并提醒用户回家后需要处理的事项。当用户通过Dashboard(webchat)发任何消息时,自动检查待办文件并提醒。
README (SKILL.md)
Home Todo
检查并提醒用户回家后需要处理的事项。
场景
用户回到家,打开 Dashboard 时,自动提醒需要处理的事项。
待办文件位置
~/.openclaw/workspace/.home-todos.md
触发条件
用户通过 Dashboard(webchat)发任何消息时,自动触发。
执行步骤
- 读取待办文件
- 解析待办事项(排除已完成的)
- 在回复末尾添加提醒
提醒格式
---
🏠 回家待办:
1. [ ] 换床单
2. [ ] 浇花
3. [ ] 整理衣柜
记录方式
用户在任何渠道(飞书、iMessage等)说"回家要干xxx",就记录到待办文件。
注意事项
- 用
[ ]表示未完成 - 用户勾选完成后可以删除
- 每次 Dashboard 消息都自动检查
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install home-todo - After installation, invoke the skill by name or use
/home-todo - Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Frequently Asked Questions
What is Home Todo?
检查并提醒用户回家后需要处理的事项。当用户通过Dashboard(webchat)发任何消息时,自动检查待办文件并提醒。 It is an AI Agent Skill for Claude Code / OpenClaw, with 347 downloads so far.
How do I install Home Todo?
Run "/install home-todo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Home Todo free?
Yes, Home Todo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Home Todo support?
Home Todo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Home Todo?
It is built and maintained by CRX (@cyberraccoonx); the current version is v1.0.0.
More Skills