Schedule Manager

v1.0.4

管理用户日程与任务安排。用于以下场景:(1) 用户要求"安排日程""规划任务""帮我排日程";(2) 用户要求"新增日程""添加任务""记住这个日程";(3) 用户要求"查看日程""今日安排""明天任务""本周日程""下周日程""本月日程""下月日程";(4) 用户要求"修改日程""改一下DDL""调整优先级";...

0· 160·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included script and SKILL.md: the skill manages schedules stored at schedules/schedule.csv and supports add/list/update/delete. Minor mismatch: SKILL.md invokes 'python' but the registry metadata lists no required binaries — the skill implicitly needs a Python 3 runtime available to the agent.
Instruction Scope
Runtime instructions stick to creating, listing, updating, deleting local schedule entries and returning script output as replies. The only cross-skill action is loading the 'cron-mastery' skill to set reminders and instructing it to deliver an exact reminder message; this is within the declared feature (setting reminders) but means scheduled messages are delegated to another skill.
Install Mechanism
Instruction-only plus a small included Python script — there is no install spec, no downloads, and no code that fetches remote artifacts. Risk from install mechanism is low.
Credentials
The skill requests no environment variables, no external credentials, and only reads/writes a local CSV under schedules/. There are no requests for unrelated secrets or system config.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. Its only persistent footprint is schedules/schedule.csv in the working directory. It does instruct the agent to invoke another skill (cron-mastery) for scheduled reminders, which will create reminders external to the CSV but is appropriate for the stated purpose.
Assessment
This skill appears to be what it says: a local schedule manager that stores events in schedules/schedule.csv and uses Python. Before installing, confirm: (1) your agent runtime has Python 3 available (SKILL.md runs python {baseDir}/scripts/schedule_crud.py but the skill metadata didn't declare Python as a required binary); (2) the skill will create and modify schedules/schedule.csv in the agent's working directory — if the agent runs in a sensitive directory, consider changing the working directory or permissions; (3) reminder delivery is delegated to a separate 'cron-mastery' skill: review that skill before enabling reminders, because it will be instructed to deliver exact notification messages on a schedule; (4) no network calls or secret exfiltration were found in the code, but if you allow the agent autonomous skill invocation, scheduled reminders may be sent without a manual step. If any of these are unacceptable, do not enable the skill or restrict its runtime environment.

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

latestvk97d3vbw308nz8mk42g7ay3ym1840em3

License

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

Comments