← 返回
未分类 中文

qqbot-remind-absolute

Manage QQBot reminders through real OpenClaw cron jobs with explicit per-user timezone settings. Use when a QQ user asks for reminders, alarms, timed notific...
通过OpenClaw定时任务管理QQBot提醒,支持用户自定义时区。用于提醒、闹钟、定时通知等场景。
zykkk-power zykkk-power 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 414
下载
💾 0
安装
1
版本
#latest

概述

QQBot Remind Absolute

Use this skill for QQ reminder workflows.

Core rules

  1. Do not promise reminders verbally. Always create or manage real cron jobs.
  2. Before a user's first reminder is created, require an explicit timezone.
  3. Store timezone per QQ target and allow later updates.
  4. Parse reminder time locally, then convert it into either an absolute datetime or a cron expression.
  5. Keep query and cancellation in the same skill.

Required flow

First-time reminder setup

If the user has never set a timezone, do not create the reminder yet.

Ask them to explicitly provide one, for example:

  • Asia/Shanghai
  • Asia/Tokyo
  • America/Los_Angeles

Then run:

  • python scripts/schedule_reminder.py set-timezone --to "" --timezone ""

Change timezone later

Run:

  • python scripts/schedule_reminder.py set-timezone --to "" --timezone ""

Check timezone

Run:

  • python scripts/schedule_reminder.py get-timezone --to ""

Add reminders

Use one of these:

  • One-shot absolute: python scripts/schedule_reminder.py add --content "抢票" --to "" --at "2026-04-22 21:30"
  • One-shot natural language: python scripts/schedule_reminder.py add --content "喝水" --to "" --at "今晚11点"
  • Relative: python scripts/schedule_reminder.py add --content "喝水" --to "" --in 5
  • Recurring cron: python scripts/schedule_reminder.py add --content "打卡" --to "" --cron "0 8 *"
  • Recurring Chinese phrase: python scripts/schedule_reminder.py add --content "喝水" --to "" --at "每天早上8点"

List reminders

Run:

  • python scripts/schedule_reminder.py list --to ""

Remove reminders

Run:

  • python scripts/schedule_reminder.py remove --id ""

Time handling

The script supports:

  • 21:30
  • 21.30
  • 21点30
  • 今晚11点
  • 明天早上8点
  • 每天早上8点
  • 工作日9点
  • 周六晚上10点

The script stores timezone per target in data/user_timezones.json.

Reply style

Keep replies short and direct.

Examples:

  • 先告诉我你的时区,例如 Asia/Shanghai,我再给你建提醒。
  • ⏰ 好,今晚十一点提醒你。
  • ⏰ 好,我会每天早上八点提醒你。
  • ✅ 时区已经改成 Asia/Tokyo。
  • 📋 这是你当前的提醒列表。
  • ✅ 已帮你取消这个提醒。

Notes

  • Delivery still relies on real openclaw cron jobs.
  • Timezone is mandatory on first use because reminder meaning depends on the user's locale.
  • Query and cancel are part of the same reminder system and should stay in this skill.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 10:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

QQBot Send

zykkk-power
通过QQBot发送本地文件、图片、音频、视频等媒体,适用于用户请求向QQ发送文件,例如从桌面、下载或本地路径发送。
★ 2 📥 526

Daily Hotspot Push

zykkk-power
自包含的每日热点订阅推送技能。用于创建、查询、修改、取消固定时间自动发送的新闻简报订阅,适合“每天中午12点推送国际科技和国际军事”“工作日早上8点推送今日热点”这类场景。不用于一次性临时查新闻。内置时区管理、中文时间解析、订阅状态存储与
★ 1 📥 399

Global Weather Service

zykkk-power
完整天气系统,基于Open-Meteo,支持全球城市天气查询及定时天气订阅。当用户请求查询当前或...
★ 0 📥 340