← 返回 Skills 市场
fhbillwer

Calendar

作者 fhbillwer · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
696
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ws-calendar
功能描述
日程管理。创建日程、设置提醒、查看安排。
使用说明 (SKILL.md)

Calendar 技能

帮你管理日程。

功能

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

示例

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

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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ws-calendar
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ws-calendar 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Calendar skill. - 支持创建日程、设置提醒、查看日程安排 - 可检测时间冲突 - 提供简便的日程查询和提醒方式 - 日程数据保存在 `/workspace/data/calendar/` - 关键词触发:日程、calendar、会议、预约、几点
元数据
Slug ws-calendar
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Calendar 是什么?

日程管理。创建日程、设置提醒、查看安排。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 696 次。

如何安装 Calendar?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ws-calendar」即可一键安装,无需额外配置。

Calendar 是免费的吗?

是的,Calendar 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Calendar 支持哪些平台?

Calendar 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Calendar?

由 fhbillwer(@fhbillwer)开发并维护,当前版本 v1.0.0。

💬 留言讨论