← Back to Skills Marketplace
696
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ws-calendar
Description
日程管理。创建日程、设置提醒、查看安排。
README (SKILL.md)
Calendar 技能
帮你管理日程。
功能
- 创建日程
- 设置提醒
- 查看今日/本周安排
- 时间冲突检测
示例
创建日程:下周三下午3点开会
查看日程:这周有什么安排
提醒我:半小时后提醒我喝水
数据存储: 日程数据保存在 /workspace/data/calendar/
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: ws-calendar
Version: 1.0.0
The skill bundle contains only metadata and documentation for a calendar management tool. There is no executable code, network activity, or suspicious instructions in SKILL.md or _meta.json. The defined behavior is limited to managing schedules and storing data in a local workspace directory (/workspace/data/calendar/), which is consistent with its stated purpose.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ws-calendar - After installation, invoke the skill by name or use
/ws-calendar - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Calendar skill.
- 支持创建日程、设置提醒、查看日程安排
- 可检测时间冲突
- 提供简便的日程查询和提醒方式
- 日程数据保存在 `/workspace/data/calendar/`
- 关键词触发:日程、calendar、会议、预约、几点
Metadata
Frequently Asked Questions
What is Calendar?
日程管理。创建日程、设置提醒、查看安排。 It is an AI Agent Skill for Claude Code / OpenClaw, with 696 downloads so far.
How do I install Calendar?
Run "/install ws-calendar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Calendar free?
Yes, Calendar is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Calendar support?
Calendar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Calendar?
It is built and maintained by fhbillwer (@fhbillwer); the current version is v1.0.0.
More Skills