← 返回 Skills 市场
Openclaw Task Reminder
作者
yang1002378395-cmyk
· GitHub ↗
· v1.0.0
· MIT-0
235
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-task-reminder
功能描述
Simple task reminder for OpenClaw agents. Create, list, and manage tasks with priority levels. Use for tracking to-dos and getting reminders for important wo...
安全使用建议
This skill appears to do what it says: a simple local task manager that stores tasks at ~/.openclaw/workspace/tasks.json. Before installing, you should: 1) review the small task.js source (already included) yourself or in a trusted editor; 2) be aware the SKILL.md's `npx clawhub@latest install ...` will fetch remote code — only run it if you trust the `clawhub` publisher; 3) back up any existing ~/.openclaw/workspace/tasks.json if you have important data; 4) note the SKILL.md contains an external "Installation Service" link/charge (marketing), which is unrelated to the skill's functionality and not required to use it. If you want to be extra cautious, run the provided task.js directly from the included file in an isolated environment rather than running an automatic installer.
功能分析
Type: OpenClaw Skill
Name: openclaw-task-reminder
Version: 1.0.0
The skill is a straightforward task management tool that allows users to create, list, and complete tasks stored locally in a JSON file. The code in task.js is functional and lacks any network activity, sensitive data access, or dangerous execution patterns, while SKILL.md provides standard usage instructions.
能力评估
Purpose & Capability
Name/description align with the included task.js and SKILL.md. The script implements add/list/done/clear operations and persists to ~/.openclaw/workspace/tasks.json — consistent with a local task reminder.
Instruction Scope
SKILL.md instructs only to install via npx and run the local Node script. The runtime instructions and code only access the HOME env var/path for storing tasks and do not read other system files, credentials, or transmit data externally.
Install Mechanism
The skill has no embedded install spec (instruction-only), which is lowest technical risk. SKILL.md suggests using `npx clawhub@latest install ...` — that step will fetch remote code from the npm ecosystem (or whatever `clawhub` points to). This is expected for a user install but is an external network action the user should review before running.
Credentials
No required environment variables or credentials are declared. The script reads process.env.HOME (to locate the workspace) which is appropriate and proportionate for local persistent storage.
Persistence & Privilege
The skill writes to a single directory under the user's home (~/.openclaw/workspace/tasks.json). It does not request always:true, does not modify other skills or system-wide settings, and does not request elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-task-reminder - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-task-reminder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
openclaw-task-reminder 1.0.0
- Initial release with essential task management features for OpenClaw agents.
- Add, list, and manage tasks with high, medium, or low priority.
- Mark tasks as done and clear completed tasks.
- Persistent storage ensures your to-dos stay organized.
- Simple CLI for fast, effective task tracking.
元数据
常见问题
Openclaw Task Reminder 是什么?
Simple task reminder for OpenClaw agents. Create, list, and manage tasks with priority levels. Use for tracking to-dos and getting reminders for important wo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 235 次。
如何安装 Openclaw Task Reminder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-task-reminder」即可一键安装,无需额外配置。
Openclaw Task Reminder 是免费的吗?
是的,Openclaw Task Reminder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Task Reminder 支持哪些平台?
Openclaw Task Reminder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Task Reminder?
由 yang1002378395-cmyk(@yang1002378395-cmyk)开发并维护,当前版本 v1.0.0。
推荐 Skills