乐知班温馨提醒
ReviewAudited by ClawScan on May 10, 2026.
Overview
The main reminder workflow is clear, but the skill references automatic heartbeat cleanup through an out-of-package script, so it should be reviewed before use.
Review the HEARTBEAT.md and cleanup-script references before installing or using this skill. If you proceed, keep cleanup manual or inspect the script, confirm the Feishu destination, and avoid including sensitive student information in reminder notes.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Cleanup could run outside an explicit reminder request and delete matching reminder image files without a fresh user action.
The instruction-only package does not include this script or a HEARTBEAT.md file, yet the skill claims recurring automatic execution for cleanup.
位置:`/Users/yzhu/.openclaw/workspace/cleanup_reminders.sh` ... 自动执行:已添加到 `HEARTBEAT.md`,每次心跳检查并清理
Do not enable any HEARTBEAT entry or external cleanup script unless you inspect it first; prefer manual cleanup or a bundled, opt-in cleanup script.
A run can affect the local browser, Downloads folder, and OpenClaw workspace, although the commands are mostly scoped to the reminder workflow.
The skill uses local shell/browser commands, closes browser windows, and deletes old matching files as part of its workflow.
`open "https://lezhiban.yzhu.host/?autoDownload=true&date=2026-03-15¬es=xxx&theme=xxx"` ... `osascript ... close front window` ... `find ~/Downloads -name "乐知班温馨提醒_*.png" -mtime +7 -delete`
Keep file patterns tightly scoped, URL-encode user-provided notes before constructing commands, and avoid running cleanup or browser-closing commands unexpectedly.
The generated reminder image may be sent through the configured Feishu account/channel whenever the skill is invoked.
The skill relies on the agent's configured Feishu messaging authority to send the generated image automatically after generation.
使用 `message` 工具发送图片 ... `channel`: "feishu" ... 自动发送:每次生成图片后自动通过飞书发送,不需要用户提醒
Install only if you want this agent to send these images through Feishu, and verify the intended destination/account.
Class reminder text, dates, and theme choices may be shared with the external generation service.
User-provided reminder notes are sent to an external website as URL parameters to generate the image.
基础URL:`https://lezhiban.yzhu.host/` ... 可选参数:`¬es=xxx&theme=xxx`
Avoid putting sensitive student or personal information in notes unless you trust the external service and its handling of URL query data.
