← 返回 Skills 市场
makkzone

Task ToDo

作者 Manojkumar Kotakonda · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
980
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install task-todo
功能描述
Manage tasks with persistent storage, supporting creation, retrieval, updates, deletion, filtering by status or priority, and status tracking via SQLite.
安全使用建议
This skill appears internally consistent and implements a local SQLite-backed task manager. Before installing, consider: (1) The database file tasks.db will be created in the current working directory — avoid running it in directories containing sensitive files and check file permissions. (2) The skill has no network or credential access, so it does not exfiltrate data by design; nevertheless, avoid storing secrets in tasks. (3) If you allow autonomous agent invocation, the agent could create/read/update the local DB automatically — if that is a concern, run the skill manually or in an isolated environment. (4) If you want extra assurance, review or run the code in a sandbox (or a dedicated directory) and delete tasks.db when no longer needed.
功能分析
Type: OpenClaw Skill Name: task-todo Version: 1.0.0 The OpenClaw AgentSkills bundle for 'task-todo' is classified as benign. The Python code (`database.py`, `task_skill.py`) correctly implements a local SQLite task management system using parameterized queries, effectively preventing SQL injection. The command-line interface parses arguments safely without shell injection risks. The `SKILL.md` and `README.md` files provide clear, descriptive instructions for using the skill and do not contain any adversarial prompt injection attempts or instructions for the AI agent to perform unauthorized actions. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The skill adheres strictly to its stated purpose of local task management.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included Python code all implement a local task/TODO manager using SQLite. There are no unrelated environment variables, binaries, or external services requested.
Instruction Scope
Runtime instructions and the code confine operations to local task management and persistent storage in a local 'tasks.db' file. The SKILL.md does not instruct the agent to read unrelated files, network endpoints, or extra environment variables.
Install Mechanism
No install spec is provided and there are no external dependencies; the code uses Python's built-in sqlite3. Nothing is downloaded or written outside the included files and the local SQLite DB.
Credentials
The skill requires no credentials or environment variables. Its only persistent artifact is a local SQLite DB file (tasks.db), which is proportionate to the stated purpose.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It creates/uses a database file in the current directory (tasks.db) — expected for local persistence and scoped to its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install task-todo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /task-todo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Task-Todo skill. - Provides persistent task storage and management using an SQLite database. - Supports task creation, retrieval, filtering, updating, and deletion with status and priority fields. - Includes CLI commands for all major operations. - Automatically manages creation and update timestamps. - Validates task status and priority at the database level; uses only Python built-in dependencies. - Returns structured responses for all operations.
元数据
Slug task-todo
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Task ToDo 是什么?

Manage tasks with persistent storage, supporting creation, retrieval, updates, deletion, filtering by status or priority, and status tracking via SQLite. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 980 次。

如何安装 Task ToDo?

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

Task ToDo 是免费的吗?

是的,Task ToDo 完全免费(开源免费),可自由下载、安装和使用。

Task ToDo 支持哪些平台?

Task ToDo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Task ToDo?

由 Manojkumar Kotakonda(@makkzone)开发并维护,当前版本 v1.0.0。

💬 留言讨论