← 返回 Skills 市场
164
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install todos
功能描述
简洁高效的待办事项管理技能,支持添加、完成、查看、删除待办,数据存储在本地 JSON 文件
安全使用建议
This skill appears coherent and implements a local todo manager. Before installing, note: (1) it will create and update ~/.openclaw/workspace/memory/todos.json — data is stored locally and unencrypted, so avoid putting sensitive information into todos; (2) the agent (or you) will run the included Python script when invoking the skill, so ensure you trust bundled code; (3) there are no network calls or credential requests in the code, so there is no obvious exfiltration path. If you want extra assurance, inspect the script yourself or run it in a restricted environment.
功能分析
Type: OpenClaw Skill
Name: todos
Version: 1.0.0
The skill is a standard todo list manager that performs local CRUD operations on a JSON file located at ~/.openclaw/workspace/memory/todos.json. The Python script (scripts/todos.py) and instructions (SKILL.md) are well-defined, lack network or broad file system access, and show no signs of malicious intent or high-risk vulnerabilities.
能力评估
Purpose & Capability
The name/description (local todo manager) matches the provided script and SKILL.md. The script implements add/list/complete/delete and stores data under ~/.openclaw/workspace/memory/todos.json — which aligns with the stated purpose. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md instructs using the included Python script (scripts/todos.py) and references the same local data path the script uses. The runtime instructions do not ask the agent to read other system files, environment variables, or send data externally. The script only reads/writes the declared JSON file and prints output.
Install Mechanism
There is no install spec (instruction-only skill with a bundled script). Nothing is downloaded or extracted; no external install URLs are used.
Credentials
The skill requires no environment variables, credentials, or config paths outside its own workspace file. Requested resources are minimal and proportional to a local todo app.
Persistence & Privilege
always is false and the skill is user-invocable. It does create and write its own data file under the user's ~/.openclaw workspace (expected behavior) but does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install todos - 安装完成后,直接呼叫该 Skill 的名称或使用
/todos触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of todos skill.
- Add, complete, view, and delete to-do items with simple commands.
- Support for today's, weekly, future, and historical to-do queries.
- Data stored locally in a JSON file.
- Includes example command formats and Python script usage.
- Chinese language interface and documentation.
元数据
常见问题
Todos 是什么?
简洁高效的待办事项管理技能,支持添加、完成、查看、删除待办,数据存储在本地 JSON 文件. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。
如何安装 Todos?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install todos」即可一键安装,无需额外配置。
Todos 是免费的吗?
是的,Todos 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Todos 支持哪些平台?
Todos 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Todos?
由 radiantbk(@radiantbk)开发并维护,当前版本 v1.0.0。
推荐 Skills