Workday Reminder

v1.0.0

工作日下班提醒技能。提供工作日下班时间(默认 17:30)的定时提醒、倒计时查询和提醒管理功能。当用户提到"下班提醒"、"下班倒计时"、"还有多久下班"、"设置下班时间"等相关需求时触发。支持工作日和周末区分提醒。

0· 86·0 current·0 all-time
byliu hongbin@artwebs
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

countdownvk979v01vybsta19r3mw8g58tn583jhe0latestvk979v01vybsta19r3mw8g58tn583jhe0remindervk979v01vybsta19r3mw8g58tn583jhe0workdayvk979v01vybsta19r3mw8g58tn583jhe0

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🏃 Clawdis
Configchannels.qqbot

Comments