📦 Todos — 待办事项

v1.0.0

多任务管理工具,支持创建、分类和追踪多个待办事项列表。

0· 142·0 当前·0 累计
下载技能包
最后更新
2026/3/25
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's files, instructions, and requested resources are consistent with a local todo manager that stores data in a local JSON file; nothing indicates unexpected network access or unrelated credential requests.
评估建议
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 as...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
There is no install spec (instruction-only skill with a bundled script). Nothing is downloaded or extracted; no external install URLs are used.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/25

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.

无害

安装命令

点击复制
官方npx clawhub@latest install todos
镜像加速npx clawhub@latest install todos --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库