Smart Task Scheduler

v1.0.6

智能任务与排班管理系统,支持多时段工作安排、动态排班和上班时间自适应提醒

0· 165·1 current·1 all-time
byKennyPan@cnkennypan
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
The skill claims scheduling and Feishu-based reminders; the only required env vars are FEISHU_APP_ID and FEISHU_APP_SECRET, which are appropriate for sending notifications via Feishu. Declared capabilities (importing schedules, calculating reminders, natural-language updates) match the documented interfaces.
Instruction Scope
SKILL.md stays within scheduling/reminder scope, describing file-based schedules, import/update/show/add/calculate actions and cron entries. Two issues to confirm: (1) the cron examples reference a 'check_shift_reminders' action that is not defined among the documented tool interfaces; (2) SKILL.md mentions optional env vars/file paths (SCHEDULE_FILE_PATH, TASKS_FILE_PATH, workspace/ paths) that are not listed in requires.env — the skill expects access to workspace files and these envs if used.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or written by an install step in the bundle itself.
Credentials
Requested env vars (FEISHU_APP_ID, FEISHU_APP_SECRET) are proportional to sending notifications through Feishu. However, SKILL.md references additional optional env/file path variables (SCHEDULE_FILE_PATH, TASKS_FILE_PATH) not declared in the metadata; confirm whether those will be read and what file locations will be used.
Persistence & Privilege
always:false and standard autonomous invocation are used. The doc suggests creating platform cron jobs (openclaw cron add) to schedule periodic agent calls — this is expected for a scheduler but requires the user to create/approve those cron jobs; the skill itself does not request forced always-on privileges.
Assessment
This skill is generally coherent for a Feishu-based scheduler, but check a few things before installing: 1) Confirm the missing function: SKILL.md cron examples call 'check_shift_reminders' but that function is not defined in the tool list—ask the author to clarify or provide the full SKILL.md/api. 2) Review the Feishu app permissions you grant with FEISHU_APP_ID/FEISHU_APP_SECRET — those credentials allow the app to send messages and possibly read user/app data; only grant the minimum scopes. 3) Verify where schedule and task files will be read from/written to (SCHEDULE_FILE_PATH, TASKS_FILE_PATH, workspace/*) and ensure those paths are acceptable. 4) Because this is instruction-only with no source/homepage, prefer to obtain source code or an official homepage before giving secrets. If the author cannot clarify the undefined function or file-access behavior, treat the skill with caution.

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

latestvk9707hgqygv1rcp9tn2pep17f58424y8

License

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

Runtime requirements

Clawdis
EnvFEISHU_APP_ID, FEISHU_APP_SECRET
Primary envFEISHU_APP_ID

Comments