← Back to Skills Marketplace
elandivar

Neomano TODO

by elandivar · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
159
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install neomano-todo
Description
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...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: neomano-todo Version: 0.1.0 The neomano-todo skill is a standard task management system using a local SQLite database. The bundled Python script (scripts/todo.py) implements basic CRUD operations, tag management, and stale-task detection using safe parameterized SQL queries. There is no evidence of data exfiltration, malicious execution, or prompt injection; the environment variables and instructions are consistent with the stated purpose of managing local tasks and scheduling reminders via the platform's cron system.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install neomano-todo
  3. After installation, invoke the skill by name or use /neomano-todo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: SQLite-backed enhanced TODO (priorities 1-3, tags, due_at/remind_at, statuses, stale candidates) + OpenClaw cron metadata.
Metadata
Slug neomano-todo
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Neomano TODO?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 159 downloads so far.

How do I install Neomano TODO?

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

Is Neomano TODO free?

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

Which platforms does Neomano TODO support?

Neomano TODO is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Neomano TODO?

It is built and maintained by elandivar (@elandivar); the current version is v0.1.0.

💬 Comments