Todo Skill
v1.0.0A skill to break large tasks into smaller actionable steps, optimize execution for each step, and dynamically adapt based on progress.
⭐ 2· 2.1k·9 current·10 all-time
by@scccmsd
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97cse2j1t847mtnvg2r6fcmgx80kq3c
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
