📦 Todo Manage — 个人待办管理

v1.0.0

待办管理工具,提供待办事项的创建、编辑、完成和统计功能。

0· 61·0 当前·0 累计
tangruilin 头像by @tangruilin (Reilly.tang)
下载技能包
最后更新
2026/4/13
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The skill is internally consistent with a personal to‑do manager: it stores JSON files in a workspace, optionally records GitHub links and filesystem paths, and does not request credentials or install artifacts.
评估建议
This skill appears to do what it says: it stores your todos as JSON files in the agent workspace and can record GitHub links and filesystem paths you provide. Before installing or using it, consider: (1) It may read or probe any filesystem paths you supply (including inspecting git repos to get branch info). Do not provide sensitive system paths. (2) The skill stores full absolute paths in workspace files — review or back up the workspace if you care about privacy. (3) It does not request creden...
详细分析 ▾
用途与能力
Name/description match the behavior: creating, querying, moving, and deleting todo items stored as JSON files in a workspace. GitHub issue links and file-system paths are explained and justified by the stated features.
指令范围
SKILL.md instructs reading/writing four files in the workspace and prompting the user for paths. It also implies detecting if a provided path is a git repository and determining the current branch. This is within scope for a local todo manager but does require accessing user-supplied filesystem paths (and possibly reading .git or invoking git), which has privacy implications — the instructions do not ask for unrelated system files or credentials.
安装机制
Instruction-only skill with no install spec and no code files; nothing is downloaded or written to disk by an installer, minimizing install-time risk.
凭证需求
No environment variables, credentials, or external tokens are requested. GitHub integration is limited to storing full links provided by the user rather than calling the GitHub API, so credential requests would be disproportionate (and none are present).
持久化与权限
The skill writes/reads files only in its workspace (todos_*.json and todos_meta.json). always is false and there is no indication it modifies other skills or system-wide configuration.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/13

todo-manager v1.0.0 – Initial Release - Introduces a personal to-do management system with three workflow states: pending, in progress, and completed. - Supports adding, updating, deleting, and querying to-do items by conversational triggers. - Allows optional association of GitHub issues and file paths (with branch selection for git projects). - Uses separate files for each state and centralized metadata management. - Provides fuzzy matching for task selection and displays global item numbering for easy reference. - All data stored locally within the workspace directory.

无害

安装命令

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