Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

quick-reminders快速提醒

Agent Skill

quick-reminders 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

139,854

周安装

5,713

GitHub Stars

9

下载量

44,790
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:quick-reminders(快速提醒)
来源仓库:https://github.com/lstpsche/quick-reminders
安装命令:
openclaw skills install quick-reminders
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install quick-reminders

简介

通过 nohup sleep + openclaw 消息发送实现零 LLM 一次性提醒(<48h),通过 {baseDir}/scripts/nohup-reminder.sh 操作。

SKILL.md

name
quick-reminders
description
Zero-LLM one-shot reminders (<48h) via nohup sleep + openclaw message send, operated via {baseDir}/scripts/nohup-reminder.sh.
metadata
{"openclaw":{"emoji":"⏰","requires":{"bins":["jq","openclaw"]}}}
user-invocable
true

Quick Reminders

One-shot reminders for < 2 days ahead. Agent composes the final delivery text at creation time. At fire time a background process sends it via openclaw message send — zero LLM tokens.

Guardrail — 2+ days? Use calendar instead

If the user asks for a reminder 2 or more days from now, do NOT use this skill. Instead, create a calendar event (if the user has a calendar or an appropriate skill is available) with an appropriate reminder notification. Explain briefly: "I'll add it to your calendar with a reminder so it won't be lost."


All operations go through the CLI: bash {baseDir}/scripts/nohup-reminder.sh <command> [args]

If {baseDir} is not resolved, use workspace-relative: bash ./skills/quick-reminders/scripts/nohup-reminder.sh <command> [args]

--target: Delivery target from TOOLS.md (§ Reminders). Required for add. Format depends on channel (e.g. Telegram chat ID, WhatsApp E.164 number, Discord channel ID). If missing in TOOLS.md — check session_status tool for deliveryContext.to (strip channel prefix like telegram:), save to TOOLS.md, and use it.

Channel: Telegram by default. Override with --channel <name> (e.g. whatsapp, discord, signal, imessage).


Commands

Add

nohup-reminder.sh add "Reminder text here" --target <chat_id> -t TIME [--channel CH] [-z TIMEZONE]
  • Text: the exact message the user will receive. Compose it yourself — keep your voice, add a CTA or helpful note when relevant.
  • -t: relative (30s, 20m, 2h, 1d, 1h30m) or absolute ISO-8601 (2026-02-07T16:00:00+03:00)
  • -z: IANA timezone for naive absolute times (default: system local)

List

nohup-reminder.sh list

Auto-prunes fired entries.

Remove

nohup-reminder.sh remove ID [ID ...]
nohup-reminder.sh remove --all

Composing the reminder message

The reminder should feel like a friend texting you, not a system notification. No robotic phrasing.

Never:

  • "Reminder: call John"
  • "This is your reminder to..."
  • "You asked to be reminded about..."
  • "Task: load dishwasher"

Instead — sound human:

  • "Hey, you wanted to call John"
  • "Time to call John back"
  • "So... dishwasher time"
  • "I know you hate it, but the dishwasher won't load itself"
  • "Package is waiting — go grab it"

Guidelines:

  • Use casual openers: "Hey", "So...", "Heads up", "{UserName}", or just dive in
  • Okay to add light humor or empathy when it fits ("I know, I know...")
  • Keep it short — one line, no formalities
  • The user reads this out of context hours later; it should still make sense

Examples (copy-paste ready, replace <chat_id> with actual ID)

User: "Remind me to call John in 2 hours"

bash {baseDir}/scripts/nohup-reminder.sh add "Hey, you wanted to call John" --target <chat_id> -t 2h

User: "Remind me in 20 minutes to grab the laundry"

bash {baseDir}/scripts/nohup-reminder.sh add "Laundry's ready — go grab it" --target <chat_id> -t 20m

User: "Set a reminder for today at 6pm — pick up the package"

bash {baseDir}/scripts/nohup-reminder.sh add "Package is waiting for you" --target <target> -t "2026-02-07T18:00:00" -z "America/New_York"

User: "Remind me via WhatsApp in 30 min to check the oven"

bash {baseDir}/scripts/nohup-reminder.sh add "Check the oven!" --target +15551234567 -t 30m --channel whatsapp

User: "What reminders do I have?"

bash {baseDir}/scripts/nohup-reminder.sh list

User: "Cancel reminder #3"

bash {baseDir}/scripts/nohup-reminder.sh remove 3

User: "Cancel reminders 1 and 4"

bash {baseDir}/scripts/nohup-reminder.sh remove 1 4

User: "Clear all my reminders"

bash {baseDir}/scripts/nohup-reminder.sh remove --all

Rules

  1. Compose the delivery text yourself at creation time. No LLM runs when it fires.
  2. Text must make sense to the user out of context.
  3. Confirm with one short word/phrase — e.g. "Will do", "Will remind you", "Got it", in future tense. Not "Done", "Added", "Created", "Reminder X is set for Y". No IDs, no times, no details.
  4. To change: remove old, then add new.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.61%
按下载量换算33,866

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills