← 返回 Skills 市场
mtyatno

Text Based - Todo List Agent Manager

作者 mtyatno · GitHub ↗ · v1.4.1
cross-platform ✓ 安全检测通过
1076
总下载
1
收藏
3
当前安装
6
版本数
在 OpenClaw 中安装
/install claw-todolist
功能描述
A structured, conversational task management system based on GTD and Eisenhower (V3.2 Protocol). This skill strictly confines persistence to its own skill di...
使用说明 (SKILL.md)

claw-todolist Skill

This skill implements the Todo List Management Protocol V3.2, enabling structured task management via conversational commands.

Core Protocol (Commands)

This skill understands aliases: a (ADD), x (DONE), ls (SHOW), e (EDIT). It also understands the REVIEW command for automated structural analysis.

Features & Output Style

  • Structure: Tasks are persisted locally using defined rules (V3.2).
  • Visuals: Full list output (ls) defaults to Text Format with Priority Group Headers and Weight ⭐ placed after the task text.
  • Review: Command REVIEW triggers an automated analysis based on predefined thresholds (P1 Ratio, Overdue, Aging, Strategic Neglect).

Persistence

All state, rules, and display configs are bundled within the skill folder for deterministic installation.

安全使用建议
This skill appears self-contained and only reads/writes files bundled with the package (no network calls or credentials). Before installing: (1) review the index.js file yourself (it is short) if you have concerns, (2) confirm where the runtime will write task_state.json (the code builds a path that should resolve to the skill directory but you may want to test in a sandbox), and (3) ensure the skill runs with minimal filesystem permissions (it only needs to read/write its own directory). If you need stricter isolation, run it in a confined environment or inspect/modify the SKILL_DIR path to an explicit expected folder.
功能分析
Type: OpenClaw Skill Name: claw-todolist Version: 1.4.1 The OpenClaw AgentSkills bundle 'claw-todolist' is benign. All file operations in `index.js` are strictly confined to the skill's own directory (`claw-todolist`), preventing unauthorized file access. There are no indications of network activity, external command execution, or attempts to access sensitive system data. The `SKILL.md` and `todo-rules-v3.2.md` files contain only instructions related to task management and do not exhibit any prompt injection attempts or instructions to manipulate the AI agent's core behavior.
能力评估
Purpose & Capability
Name/description (todo list manager) matches the included files and code: index.js implements add/edit/done/show/REVIEW behavior and persisted state/rules/display config are bundled with the package.
Instruction Scope
Runtime instructions and code operate only on local files (task_state.json, display_config.json, todo-rules-v3.2.md). There is no network I/O, no environment variable access, and no steps that ask the agent to read unrelated system files. Minor note: parsing and text-handling logic has quirks (e.g., parseArgs may include structured tokens in text buffer) that affect behavior but not security.
Install Mechanism
No install spec (instruction-only in metadata) and the package contains only small local files (JS + JSON + docs). Nothing is downloaded from external URLs or installed globally.
Credentials
The skill declares no required environment variables, no credentials, and the code does not access process.env or other secrets. The requested scope is minimal and appropriate for a local todo manager.
Persistence & Privilege
The skill persists state to disk (task_state.json). This is expected for a todo manager. The code builds SKILL_DIR using path.join(__dirname, '..', 'claw-todolist') which, while likely resolving to the skill folder in normal deployments, is an odd construction — verify that state files will be created where you expect and that file permissions are acceptable.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install claw-todolist
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /claw-todolist 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.1
V3.2: Finalized logic. Fixed pathing security issue, implemented grouped display logic, and added REVIEW command.
v1.4.0
V3.2: Finalized logic. Fixed pathing security issue, implemented grouped display logic, and added REVIEW command.
v1.3.0
V3.2: Fixed pathing security issue, implemented grouped display logic, and added REVIEW command.
v1.2.0
V3.2: Finalized logic, visual grouping, and added REVIEW command.
v1.1.0
V1.1: Finalized visual output logic (grouped view) and secured pathing. Updated rules to V3.2.
v1.0.0
V3.2: Added structured commands (a/x/ls/e), P0-P4 priorities, Weighting (⭐️), DUE dates, text grouping format, and error handling.
元数据
Slug claw-todolist
版本 1.4.1
许可证
累计安装 3
当前安装数 3
历史版本数 6
常见问题

Text Based - Todo List Agent Manager 是什么?

A structured, conversational task management system based on GTD and Eisenhower (V3.2 Protocol). This skill strictly confines persistence to its own skill di... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1076 次。

如何安装 Text Based - Todo List Agent Manager?

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

Text Based - Todo List Agent Manager 是免费的吗?

是的,Text Based - Todo List Agent Manager 完全免费(开源免费),可自由下载、安装和使用。

Text Based - Todo List Agent Manager 支持哪些平台?

Text Based - Todo List Agent Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Text Based - Todo List Agent Manager?

由 mtyatno(@mtyatno)开发并维护,当前版本 v1.4.1。

💬 留言讨论