← 返回 Skills 市场
jpengcheng523-netizen

Reminder

作者 jpengcheng523-netizen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
105
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jpeng-reminder
功能描述
Reminder and scheduling skill. Set one-time or recurring reminders, manage tasks, and send notifications.
使用说明 (SKILL.md)

Reminder

Set reminders and scheduled notifications.

When to Use

  • User wants to set a reminder
  • Schedule recurring tasks
  • Manage to-do lists
  • Send timed notifications

Features

  • One-time reminders: Set for specific time
  • Recurring reminders: Daily, weekly, monthly
  • Natural language: "remind me in 30 minutes"
  • Multi-channel: Push, email, message

Usage

Set reminder

python3 scripts/reminder.py add \
  --message "Team meeting" \
  --time "2024-01-15T14:00:00"

Natural language

python3 scripts/reminder.py add \
  --message "Take a break" \
  --in "2 hours"

Recurring reminder

python3 scripts/reminder.py add \
  --message "Daily standup" \
  --schedule "every day at 9:00"

List reminders

python3 scripts/reminder.py list

Complete reminder

python3 scripts/reminder.py complete --id "rem_xxx"

Delete reminder

python3 scripts/reminder.py delete --id "rem_xxx"

Output

{
  "success": true,
  "reminder_id": "rem_xxx",
  "message": "Team meeting",
  "scheduled_for": "2024-01-15T14:00:00",
  "channel": "push"
}

Storage

Reminders are persisted in ~/.openclaw/reminders.json and survive restarts.

安全使用建议
This skill is instruction-only: it tells the agent to run a local Python script (scripts/reminder.py) and to store reminders in ~/.openclaw/reminders.json, but the skill bundle includes no code or any credentials for sending email/push messages. Before installing or invoking it, verify whether you already have the referenced scripts/tools on your system and inspect them (scripts/reminder.py) — do not run unknown scripts. Ask the publisher how email/push notifications are implemented and where credentials should be provided. If you don't want the agent to run local commands or create files in your home directory, do not install. If you proceed, consider running in a sandbox or backing up/removing ~/.openclaw before first use.
功能分析
Type: OpenClaw Skill Name: jpeng-reminder Version: 1.0.0 The skill bundle contains metadata and documentation for a standard reminder and task management utility. The instructions in SKILL.md describe benign functionality such as setting one-time or recurring reminders and managing a local storage file (~/.openclaw/reminders.json). No malicious code, prompt injection attempts, or suspicious data exfiltration patterns are present in the provided files (_meta.json and SKILL.md).
能力评估
Purpose & Capability
The description promises multi-channel notifications (push, email, message) and scheduling features, but the skill declares no environment variables, credentials, or integration details needed to send emails or push messages. That capability does not match the declared requirements.
Instruction Scope
SKILL.md instructs running python3 scripts/reminder.py with add/list/delete/complete subcommands and states reminders persist to ~/.openclaw/reminders.json. The skill bundle contains no scripts or code—so these instructions would cause the agent to attempt to run local, user-side commands or assume external tooling exists. That creates ambiguity and potential for unexpected local command execution.
Install Mechanism
No install specification and no code files are included (instruction-only). This minimizes supply-chain install risk, but also means the skill expects external/local tools to provide functionality.
Credentials
No env vars or credentials are requested even though the skill claims multi-channel delivery (email/push/messages) which normally requires API keys, SMTP credentials, or push-service tokens. The absence of declared credentials is disproportionate to the advertised features.
Persistence & Privilege
The skill states it persists reminders to ~/.openclaw/reminders.json. Persisting data in the user's home directory is expected for a reminder tool, but it is persistent storage that will survive restarts and may contain personal data—users should be aware of where data is stored.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jpeng-reminder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jpeng-reminder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of jpeng-reminder skill. - Set one-time or recurring reminders using natural language. - Manage tasks with listing, completion, and deletion features. - Supports multi-channel notifications (push, email, message). - Reminders are persistently stored and survive restarts.
元数据
Slug jpeng-reminder
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Reminder 是什么?

Reminder and scheduling skill. Set one-time or recurring reminders, manage tasks, and send notifications. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。

如何安装 Reminder?

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

Reminder 是免费的吗?

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

Reminder 支持哪些平台?

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

谁开发了 Reminder?

由 jpengcheng523-netizen(@jpengcheng523-netizen)开发并维护,当前版本 v1.0.0。

💬 留言讨论