← Back to Skills Marketplace
2354
Downloads
2
Stars
10
Active Installs
1
Versions
Install in OpenClaw
/install todo-skill
Description
A skill to break large tasks into smaller actionable steps, optimize execution for each step, and dynamically adapt based on progress.
Usage Guidance
The skill appears internally consistent and benign: the Python code is a simple in-memory ToDo manager and the instructions match that behavior. Note the source/homepage are missing — if you care about provenance, review the code yourself before installing. Also be aware this implementation does not persist tasks between runs (no database/file or network storage): if you need persistence or integrations (calendars, cloud storage, email), those will require additional connectors and credentials that should be reviewed for scope and safety. Finally, avoid putting sensitive secrets or private data into tasks unless you trust where/when the agent will store or transmit them.
Capability Analysis
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
Suspicious High-Entropy/Eval files: 1
The skill bundle is benign. The `SKILL.md` file describes a legitimate task management skill and contains no prompt injection attempts or instructions for malicious actions. The `todo_manager.py` script implements a simple in-memory to-do list manager without any file system access, network communication, or execution of external commands, aligning perfectly with the stated purpose.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and todo_manager.py are consistent: a simple to-do/task breakdown and management helper. No unrelated credentials, binaries, or capabilities are requested.
Instruction Scope
SKILL.md confines behavior to breaking down and managing tasks; it does not instruct reading system files, environment variables, or transmitting data to external endpoints. The provided Python file operates only on in-memory data structures and prints output.
Install Mechanism
There is no install spec (instruction-only with an included utility file). Nothing is downloaded or extracted during install.
Credentials
No environment variables, credentials, or config paths are required. The code does not access external services or secrets.
Persistence & Privilege
always:false and default autonomous invocation are used. The skill does not request persistent system presence, modify other skills, or access system-wide configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install todo-skill - After installation, invoke the skill by name or use
/todo-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of todo-skill.
- Breaks large tasks into actionable sub-tasks.
- Optimizes each step before execution for efficiency.
- Dynamically adapts the to-do list based on progress and feedback.
- Provides a visual to-do list with priority management.
- Supports status updates and interactive task tracking.
Metadata
Frequently Asked Questions
What is Todo Skill?
A skill to break large tasks into smaller actionable steps, optimize execution for each step, and dynamically adapt based on progress. It is an AI Agent Skill for Claude Code / OpenClaw, with 2354 downloads so far.
How do I install Todo Skill?
Run "/install todo-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Todo Skill free?
Yes, Todo Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Todo Skill support?
Todo Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Todo Skill?
It is built and maintained by scccmsd (@scccmsd); the current version is v1.0.0.
More Skills