← 返回 Skills 市场
Workday Reminder
作者
liu hongbin
· GitHub ↗
· v1.0.0
· MIT-0
127
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install workday-reminder
功能描述
工作日下班提醒技能。提供工作日下班时间(默认 17:30)的定时提醒、倒计时查询和提醒管理功能。当用户提到"下班提醒"、"下班倒计时"、"还有多久下班"、"设置下班时间"等相关需求时触发。支持工作日和周末区分提醒。
安全使用建议
This skill is coherent with its stated purpose: it schedules persistent cron jobs to send QQ-bot reminders and provides a local Python countdown helper. Before installing, confirm: (1) you are comfortable the agent can create persistent cron jobs on your account/platform (they will run later and persist until removed); (2) the platform config path channels.qqbot likely gives the skill access to your QQ channel/bot configuration—review what that config contains (tokens or channel IDs) and ensure you trust it; (3) the countdown script uses the host's local time (SKILL.md states Asia/Shanghai for cron jobs); if your agent runtime is in a different timezone the countdown output may be inconsistent—verify timezone handling; (4) the skill requires the agent to obtain the user's openid from context to deliver messages—ensure the agent has that data and you consent to its use. No network endpoints, secret exfiltration, or external installers were found in the files.
功能分析
Type: OpenClaw Skill
Name: workday-reminder
Version: 1.0.0
The skill provides a workday reminder service by scheduling tasks via the platform's cron tool and calculating countdowns using a local Python script (scripts/countdown.py). The code and instructions (SKILL.md) are transparent, lack any network or sensitive file access, and align perfectly with the stated purpose of managing reminders for users on the QQBot channel.
能力评估
Purpose & Capability
Name/description (workday off-time reminders) align with requested config path channels.qqbot and the instructions to schedule cron jobs and send messages via a QQ channel. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md tightly prescribes using the platform 'cron' tool and building a specific job payload that delivers messages to the 'qqbot' channel and uses the user's openid from context. This is consistent with sending reminders, but the skill insists you must call cron whenever the user mentions reminders (rather than optionally offering a conversational reply) — a design choice that grants the skill broad discretion to create scheduled jobs. The instructions require access to the user's openid in context; ensure the agent actually has that available and you're comfortable with scheduling autonomous jobs.
Install Mechanism
No install spec; instruction-only with a small included countdown script. Nothing is downloaded or written by an installer step. Low install risk.
Credentials
No environment variables or external credentials requested. The single required config path channels.qqbot is proportional to sending messages via a QQ bot channel (this likely maps to bot/channel configuration).
Persistence & Privilege
The skill creates persistent cron jobs (via the platform cron tool) so scheduled reminders will persist and run later. always:false and normal autonomous invocation are used. Creating persistent jobs is expected for this purpose, but users should be aware scheduling persists beyond the immediate conversation and that jobs will target the qqbot channel and a user openid.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install workday-reminder - 安装完成后,直接呼叫该 Skill 的名称或使用
/workday-reminder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial version: Daily workday reminder with countdown and schedule management
元数据
常见问题
Workday Reminder 是什么?
工作日下班提醒技能。提供工作日下班时间(默认 17:30)的定时提醒、倒计时查询和提醒管理功能。当用户提到"下班提醒"、"下班倒计时"、"还有多久下班"、"设置下班时间"等相关需求时触发。支持工作日和周末区分提醒。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。
如何安装 Workday Reminder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install workday-reminder」即可一键安装,无需额外配置。
Workday Reminder 是免费的吗?
是的,Workday Reminder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Workday Reminder 支持哪些平台?
Workday Reminder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Workday Reminder?
由 liu hongbin(@artwebs)开发并维护,当前版本 v1.0.0。
推荐 Skills