← 返回
未分类 中文

Reminder

Reminder and scheduling skill. Set one-time or recurring reminders, manage tasks, and send notifications.
提醒与日程技能:设置一次性或循环提醒,管理任务并发送通知。
jpengcheng523-netizen jpengcheng523-netizen 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 305
下载
💾 0
安装
1
版本
#latest

概述

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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 12:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

life-service

Sonoscli

steipete
控制Sonos音箱(发现/状态/播放/音量/分组)
★ 56 📥 85,164
life-service

Caldav Calendar

asleep123
使用 vdirsyncer + khal 同步并查询 CalDAV 日历(iCloud、Google、Fastmail、Nextcloud 等)。适用于 Linux。
★ 244 📥 30,654
ai-agent

knowledge-graph-memory

jpengcheng523-netizen
构建并维护用于长期记忆的知识图谱,具备概念漂移检测与时序推理能力。适用于存储结构化知识、检测概念漂移及进行时序推理。
★ 0 📥 966