Task Planner

Plan and prioritize tasks with due dates and reminders. Use when adding tasks, listing priorities, tracking completion, planning schedules.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 503 · 7 current installs · 7 all-time installs
bybytesagain4@xueyetianya
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill name/description (task planner) matches the included script: it manages tasks stored in a local JSON file. However SKILL.md lists bash 4.0+ as the only runtime requirement while the implementation invokes python3 for most operations — python3 should be declared as a required binary.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh for all commands, which the script does; the script only reads/writes files under the configured data directory (default ~/.task-planner) and uses local date/python3. There are no obvious external network calls in the visible portion.
Install Mechanism
There is no install spec (instruction-only plus a bundled script), so nothing is downloaded or installed by the registry. The script is executed locally from the repo, which is a low-risk install model.
Credentials
No credentials or sensitive environment variables are requested. There is an optional TASK_PLANNER_DIR variable to change the data directory — this is reasonable and proportionate. The script does use HOME implicitly (for default data dir).
Persistence & Privilege
always:false and normal invocation model. The script creates and writes to its own data directory (~/.task-planner) but does not modify other skills or system configuration. This level of persistence is expected for a local CLI tool.
Assessment
This skill appears to be what it says: a local task manager that stores tasks in ~/.task-planner. Before installing, (1) confirm you have python3 available on the target machine (the SKILL.md omits this), (2) review the full scripts/script.sh contents — the provided file was truncated in the manifest so verify the export command and the rest of the file for any unexpected network calls or side effects, (3) be aware it will create and write files under your home directory (or under TASK_PLANNER_DIR if you set it), and (4) if you want to be extra cautious, run the script in a sandboxed environment or inspect it locally before enabling autonomous use by an agent.

Like a lobster shell, security has layers — review code before you run it.

Current versionv3.0.1
Download zip
chinesevk97cfqy68c1x109csqzp3qhw8x82p87nlatestvk970esw976tb86bm3bkpxdqg4n837jjxproductivityvk97cfqy68c1x109csqzp3qhw8x82p87n

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

task-planner

CLI tool for task planner

Commands

add

scripts/script.sh add

list

scripts/script.sh list

done

scripts/script.sh done

remove

scripts/script.sh remove

edit

scripts/script.sh edit

search

scripts/script.sh search

today

scripts/script.sh today

overdue

scripts/script.sh overdue

stats

scripts/script.sh stats

export

scripts/script.sh export

help

scripts/script.sh help

version

scripts/script.sh version

Examples

scripts/script.sh help
scripts/script.sh add

Configuration

VariableRequiredDescription
TASK_PLANNER_DIRNoData directory (default: ~/.task-planner/)

Data Storage

All data saved in ~/.task-planner/. Runs on your machine without external calls.

Requirements

  • bash 4.0+

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…