← 返回 Skills 市场
tangruilin

个人待办管理

作者 Reilly.tang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
103
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install todo-manage
功能描述
待办事项管理器。触发场景: (1) 用户提到 "待办"、"TODO"、"计划事项"、"任务" (2) 用户说 "帮我增加/新增/创建一个待办" (3) 用户说 "我有什么待办"、"查看待办"、"待办列表" (4) 用户说 "完成 xxx"、"开始 xxx"、"删除 xxx" (5) 用户说 "标记 xxx 为进行...
安全使用建议
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 credentials, but if you later grant it extra permissions (e.g., cloud storage access or GitHub tokens) those would be unnecessary for the core todo functions. If you want stronger assurances, ask the skill author how it detects git branches (reads .git vs. running git) and test it in a limited environment first.
功能分析
Type: OpenClaw Skill Name: todo-manage Version: 1.0.0 The skill is a standard personal todo manager that organizes tasks into three states (pending, in-progress, completed) using local JSON files. While it asks the agent to record file system paths and GitHub issue links, it does not include instructions to execute code, exfiltrate file contents, or access sensitive credentials, and its behavior is entirely consistent with its stated purpose in SKILL.md.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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).
Persistence & Privilege
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install todo-manage
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /todo-manage 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
Slug todo-manage
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

个人待办管理 是什么?

待办事项管理器。触发场景: (1) 用户提到 "待办"、"TODO"、"计划事项"、"任务" (2) 用户说 "帮我增加/新增/创建一个待办" (3) 用户说 "我有什么待办"、"查看待办"、"待办列表" (4) 用户说 "完成 xxx"、"开始 xxx"、"删除 xxx" (5) 用户说 "标记 xxx 为进行... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。

如何安装 个人待办管理?

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

个人待办管理 是免费的吗?

是的,个人待办管理 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

个人待办管理 支持哪些平台?

个人待办管理 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 个人待办管理?

由 Reilly.tang(@tangruilin)开发并维护,当前版本 v1.0.0。

💬 留言讨论