← 返回 Skills 市场
bytesagain1

Todo Planner

作者 bytesagain1 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
152
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install todo-planner
功能描述
Organize todos with priorities, deadlines, and weekly views. Use when adding tasks, planning agendas, tracking progress, reviewing overdue items.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install todo-planner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /todo-planner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
publish v2.0.0
元数据
Slug todo-planner
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Todo Planner 是什么?

Organize todos with priorities, deadlines, and weekly views. Use when adding tasks, planning agendas, tracking progress, reviewing overdue items. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。

如何安装 Todo Planner?

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

Todo Planner 是免费的吗?

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

Todo Planner 支持哪些平台?

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

谁开发了 Todo Planner?

由 bytesagain1(@bytesagain1)开发并维护,当前版本 v2.0.0。

💬 留言讨论