Calendar

日程管理。创建日程、设置提醒、查看安排。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 144 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (calendar: create events, reminders, view schedule) align with the SKILL.md functionality. The skill does declare a storage location (/workspace/data/calendar/), which is reasonable for a calendar but is not listed in the registry 'required config paths' — users should note the skill will persist data to that path.
Instruction Scope
SKILL.md contains only calendar-related instructions and examples. It does not instruct reading unrelated files or env vars, nor sending data to external endpoints. The only notable instruction is the explicit storage location for calendar data.
Install Mechanism
No install spec and no code files are present (instruction-only). This is the lowest-risk install model — nothing will be written to disk by an installer beyond what the agent itself does at runtime.
Credentials
The skill requests no environment variables or credentials, which is appropriate. However it will persist data to /workspace/data/calendar/ (implying the agent needs write access to that workspace), so users should be comfortable with calendar data being stored there.
Persistence & Privilege
always is false and the skill is user-invocable (normal). The skill declares a persistent storage path for its own data but does not request elevated or cross-skill privileges.
Assessment
This appears to be a simple, coherent calendar skill that stores events under /workspace/data/calendar/. Before installing, confirm you are comfortable with calendar data being persisted in the agent's workspace (check retention/backup/privacy policies). Because the skill is instruction-only and has no code to inspect, you cannot audit implementation details — if you need stronger guarantees (encryption, remote sync, or no persistent storage), ask the publisher for details or avoid storing sensitive events here.

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

Current versionv1.0.0
Download zip
latestvk973pav5p2467hx93g428av1g982n3n0

License

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

SKILL.md

Calendar 技能

帮你管理日程。

功能

  • 创建日程
  • 设置提醒
  • 查看今日/本周安排
  • 时间冲突检测

示例

创建日程:下周三下午3点开会
查看日程:这周有什么安排
提醒我:半小时后提醒我喝水

数据存储: 日程数据保存在 /workspace/data/calendar/

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…