Neomano TODO

v0.1.0

Enhanced TODO/task manager backed by a local SQLite database (instead of flat text files) with priorities (1-3), tags, due dates, reminder timestamps, explic...

1· 93·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included helper script and data model. The script implements task CRUD, tagging, priorities, reminders metadata and stale-candidate logic described in SKILL.md.
Instruction Scope
Runtime instructions and the script only operate on a local SQLite file (default under ~/.openclaw/workspace/data/). The skill stores reminder metadata (cron_job_id) for an external scheduler but does not attempt network access or read unrelated system files.
Install Mechanism
No install spec; this is an instruction-only skill with a bundled deterministic Python helper. Nothing is downloaded or installed automatically.
Credentials
No required environment variables or credentials. Optional env vars (DB path, default channel/target/timezone) are reasonable for reminder delivery and local DB location.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or cross-skill privileges. It only creates/uses its own DB under the user's OpenClaw workspace.
Assessment
This skill appears to do only local task management. Before installing, confirm the DB path (default: ~/.openclaw/workspace/data/neomano-todo.sqlite3) is acceptable, and ensure filesystem permissions protect any sensitive notes or stored reminder targets (phone numbers). Reminders rely on the agent's cron/scheduler and any channel/target you configure — the agent (not this script) must have permission to create/send reminders. If you need stronger assurance, inspect the full script locally and run it in a safe environment; there are no network calls or hidden endpoints in the provided code.

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

latestvk973ccz08hsn3ap2t7038mebrx837m2h

License

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

Comments