← 返回 Skills 市场
akshaymemane

Proactive Daily Planner

作者 Akshay Memane · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ⚠ suspicious
372
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install proactive-daily-planner
功能描述
Proactive daily planning assistant that helps organize your day, track tasks, and provide motivation. Acts as a personal assistant to plan your day proactively.
安全使用建议
This skill otherwise appears to do what it says (local planning, templates, and saving plans). Before installing: 1) Inspect SKILL.md and README for any invisible/zero-width/unicode control characters (open in a hex-aware editor or run: sed -n l SKILL.md). 2) Inspect planner.js for any use of execSync or other runtime shell execution (it currently requires child_process but doesn't call it; confirm no hidden code paths call execSync). 3) Confirm you are comfortable with the skill writing files to ~/.openclaw/workspace/memory and with adding cron/heartbeat entries if you enable scheduling. 4) Run the installer and skill in a limited/testing environment first (or with a non-privileged user). 5) Prefer published skills with a verifiable homepage/repository; the package.json points to a GitHub repo — consider checking that remote repo's history and issues for additional context. If you find hidden characters or unexpected shell calls, treat the skill as unsafe and do not install it.
功能分析
Type: OpenClaw Skill Name: proactive-daily-planner Version: 0.2.0 The proactive-daily-planner skill is a legitimate productivity tool designed to manage tasks and provide motivational reminders. The code in planner.js and scripts/install.sh performs standard file operations within the designated OpenClaw workspace (~/.openclaw) and does not exhibit signs of data exfiltration, unauthorized network access, or malicious command execution.
能力评估
Purpose & Capability
Name/description align with the files and behavior. planner.js, templates, README, and config.json implement local planning, templating, and saving plans to ~/.openclaw/workspace/memory as described. Declared future integrations (calendar/email) are disabled in config and merely noted as planned features — this is consistent.
Instruction Scope
SKILL.md only asks to copy the skill into the OpenClaw skills directory, edit config.json, and optionally add cron/heartbeat entries; that is within scope. However the static scan flagged 'unicode-control-chars' in SKILL.md (possible prompt-injection encoding). Also SKILL.md and README encourage automatic scheduling/cron/heartbeat integration — if you enable auto-run you should be aware the skill will write files into your OpenClaw memory directory. Overall the instructions are reasonable but the prompt-injection signal in the SKILL.md is concerning and should be inspected (see scan_findings_in_context).
Install Mechanism
No remote downloads or package installs. scripts/install.sh copies files into your ~/.openclaw workspace, sets permissions, and optionally updates config.json (using jq if available). The installer runs node planner.js help as a smoke test. This is a low-risk local install pattern.
Credentials
The skill requests no environment variables or external credentials. planner.js reads config.json and uses process.env.HOME/os.homedir() to expand paths (expected). One small concern: planner.js imports child_process.execSync (require('child_process')) but does not call it in the current code — that provides the capability to run shell commands if modified in future. Install script also calls timedatectl and uses whoami; those are reasonable for local setup but assume those utilities exist.
Persistence & Privilege
The skill is not 'always: true' and does not request system-wide privileges. It writes to its own skill directory and to ~/.openclaw/workspace/memory (its stated storage location). Installer updates only its own files; it does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install proactive-daily-planner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /proactive-daily-planner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
- No visible changes detected in this version. - Functionality and documentation remain the same as the previous release.
v0.1.0
Initial release of Proactive Daily Planner. - Introduces a proactive assistant for daily planning, task tracking, and motivation. - Supports morning planning, progress tracking, motivational reminders, and evening review. - Offers flexible scheduling, custom task categories, and notification options. - Integrates with OpenClaw's proactive assistant and stores daily planning data for review. - Easy customization via configuration files and templates.
元数据
Slug proactive-daily-planner
版本 0.2.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Proactive Daily Planner 是什么?

Proactive daily planning assistant that helps organize your day, track tasks, and provide motivation. Acts as a personal assistant to plan your day proactively. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 372 次。

如何安装 Proactive Daily Planner?

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

Proactive Daily Planner 是免费的吗?

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

Proactive Daily Planner 支持哪些平台?

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

谁开发了 Proactive Daily Planner?

由 Akshay Memane(@akshaymemane)开发并维护,当前版本 v0.2.0。

💬 留言讨论