← 返回 Skills 市场
elandivar

Neomano TODO

作者 elandivar · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
159
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install neomano-todo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /neomano-todo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: SQLite-backed enhanced TODO (priorities 1-3, tags, due_at/remind_at, statuses, stale candidates) + OpenClaw cron metadata.
元数据
Slug neomano-todo
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 159 次。

如何安装 Neomano TODO?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install neomano-todo」即可一键安装,无需额外配置。

Neomano TODO 是免费的吗?

是的,Neomano TODO 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Neomano TODO 支持哪些平台?

Neomano TODO 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Neomano TODO?

由 elandivar(@elandivar)开发并维护,当前版本 v0.1.0。

💬 留言讨论