← Back to Skills Marketplace
Workday Reminder
by
liu hongbin
· GitHub ↗
· v1.0.0
· MIT-0
127
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install workday-reminder
Description
工作日下班提醒技能。提供工作日下班时间(默认 17:30)的定时提醒、倒计时查询和提醒管理功能。当用户提到"下班提醒"、"下班倒计时"、"还有多久下班"、"设置下班时间"等相关需求时触发。支持工作日和周末区分提醒。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install workday-reminder - After installation, invoke the skill by name or use
/workday-reminder - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial version: Daily workday reminder with countdown and schedule management
Metadata
Frequently Asked Questions
What is Workday Reminder?
工作日下班提醒技能。提供工作日下班时间(默认 17:30)的定时提醒、倒计时查询和提醒管理功能。当用户提到"下班提醒"、"下班倒计时"、"还有多久下班"、"设置下班时间"等相关需求时触发。支持工作日和周末区分提醒。 It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.
How do I install Workday Reminder?
Run "/install workday-reminder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Workday Reminder free?
Yes, Workday Reminder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Workday Reminder support?
Workday Reminder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Workday Reminder?
It is built and maintained by liu hongbin (@artwebs); the current version is v1.0.0.
More Skills