← Back to Skills Marketplace
bytesagain1

Todo Planner

by bytesagain1 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
152
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install todo-planner
Description
Organize todos with priorities, deadlines, and weekly views. Use when adding tasks, planning agendas, tracking progress, reviewing overdue items.
Usage Guidance
This skill appears to be a simple local todo logger and is coherent with its description: it stores plain-text logs under ~/.local/share/todo-planner and needs no network or secrets. Before installing or running: (1) review the full scripts/script.sh file (ensure there are no hidden network calls like curl/wget/nc or unexpected execs later in the truncated portion), (2) be aware that all inputs are saved in plain text (history.log and per-command .log files) so avoid entering passwords or sensitive data, (3) consider setting directory permissions or using a secure directory if you store sensitive tasks, and (4) run first in a sandbox/container if you want to be extra cautious. If you need me to, provide the remainder of scripts/script.sh and I will re-check for any network or sensitive operations.
Capability Analysis
Type: OpenClaw Skill Name: todo-planner Version: 2.0.0 The todo-planner skill is a local productivity toolkit that manages task logs in the user's local data directory. Analysis of the shell script (scripts/script.sh) shows it performs standard file operations (append, grep, tail, wc) for task management and lacks any network calls, data exfiltration, or malicious execution patterns.
Capability Assessment
Purpose & Capability
Name/description match the behavior: the script implements commands for add/plan/track/review/etc. and stores data under ~/.local/share/todo-planner. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs running scripts/script.sh and describes only local logging and exports. The script logs every operation to history.log and writes one log file per command — expect all inputs to be recorded in plain text. No network endpoints are referenced in the visible portion of the script.
Install Mechanism
Instruction-only skill with no install specification. The provided script is run directly; nothing is downloaded or installed by the skill.
Credentials
The skill requires no environment variables, credentials, or unusual config paths. It only creates/uses ~/ .local/share/todo-planner, which is proportionate to its stated purpose.
Persistence & Privilege
The script creates and persists data under the user's home directory (~/.local/share/todo-planner) and appends to history.log for every operation. The skill is not always-enabled and does not request system-wide privileges, but it will create persistent files in your user profile.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install todo-planner
  3. After installation, invoke the skill by name or use /todo-planner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
publish v2.0.0
Metadata
Slug todo-planner
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Todo Planner?

Organize todos with priorities, deadlines, and weekly views. Use when adding tasks, planning agendas, tracking progress, reviewing overdue items. It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.

How do I install Todo Planner?

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

Is Todo Planner free?

Yes, Todo Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Todo Planner support?

Todo Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Todo Planner?

It is built and maintained by bytesagain1 (@bytesagain1); the current version is v2.0.0.

💬 Comments