← Back to Skills Marketplace
tangruilin

个人待办管理

by Reilly.tang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
103
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install todo-manage
Description
待办事项管理器。触发场景: (1) 用户提到 "待办"、"TODO"、"计划事项"、"任务" (2) 用户说 "帮我增加/新增/创建一个待办" (3) 用户说 "我有什么待办"、"查看待办"、"待办列表" (4) 用户说 "完成 xxx"、"开始 xxx"、"删除 xxx" (5) 用户说 "标记 xxx 为进行...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install todo-manage
  3. After installation, invoke the skill by name or use /todo-manage
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug todo-manage
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 个人待办管理?

待办事项管理器。触发场景: (1) 用户提到 "待办"、"TODO"、"计划事项"、"任务" (2) 用户说 "帮我增加/新增/创建一个待办" (3) 用户说 "我有什么待办"、"查看待办"、"待办列表" (4) 用户说 "完成 xxx"、"开始 xxx"、"删除 xxx" (5) 用户说 "标记 xxx 为进行... It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.

How do I install 个人待办管理?

Run "/install todo-manage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 个人待办管理 free?

Yes, 个人待办管理 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 个人待办管理 support?

个人待办管理 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 个人待办管理?

It is built and maintained by Reilly.tang (@tangruilin); the current version is v1.0.0.

💬 Comments