← 返回 Skills 市场
xejrax

Calendar

作者 Xejrax · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
3067
总下载
1
收藏
13
当前安装
1
版本数
在 OpenClaw 中安装
/install brainz-calendar
功能描述
Manage Google Calendar events using `gcalcli`. Create, list, and delete calendar events from the CLI.
使用说明 (SKILL.md)

Calendar Skill

Use gcalcli to interact with Google Calendar. Requires GOOGLE_CALENDAR_API_KEY (or CALDAV_URL/CALDAV_USER/CALDAV_PASS for CalDAV).

Listing Events

List upcoming events in a date range:

gcalcli agenda "2026-02-03" "2026-02-10"

Creating Events

Add a new calendar event:

gcalcli add --title "Team sync" --when "2026-02-04 10:00" --duration 30

Deleting Events

Delete an event by search term:

gcalcli delete "Team sync"

Install

pip install gcalcli
安全使用建议
Before installing, ask the publisher to update the skill metadata to declare exactly which credentials it needs (GOOGLE_CALENDAR_API_KEY, or CALDAV_* variables) and how those credentials are used/stored. Verify the source of the skill (there is no homepage or repository listed) and prefer installing gcalcli yourself rather than having the agent run pip automatically. Be cautious about giving the agent access to environment variables or config files that contain API keys or passwords; if you must use this skill, store credentials in a secure place (not a shared env) and run the skill in a sandboxed account. Finally, confirm how gcalcli will authenticate (OAuth client files, token cache like ~/.gcalcli_oauth, or plain API keys) so you know where secrets will live on disk.
功能分析
Type: OpenClaw Skill Name: brainz-calendar Version: 1.0.0 The skill bundle is designed to manage Google Calendar events using `gcalcli`. The `SKILL.md` file provides clear instructions for installation via `pip install gcalcli` and examples for listing, creating, and deleting events, all of which are standard operations for the tool. There is no evidence of prompt injection attempts, data exfiltration, malicious execution, or other high-risk behaviors across any of the provided files. All content is aligned with the stated purpose.
能力评估
Purpose & Capability
Name/description match the actual behavior (gcalcli CLI calls). Requiring the gcalcli binary and providing a pip install for gcalcli is proportionate to the stated purpose. However, the SKILL.md mentions needing GOOGLE_CALENDAR_API_KEY or CALDAV_URL/CALDAV_USER/CALDAV_PASS while the skill metadata lists no required environment variables or credentials — this mismatch is unexpected.
Instruction Scope
SKILL.md contains concrete gcalcli commands (agenda, add, delete) which stay within calendar management. But it explicitly refers to API keys/CALDAV credentials as required inputs; those credentials are sensitive and the instructions do not say how they are supplied or stored. The instructions give broad examples but do not constrain where credentials come from, which increases the risk if an agent is given access to environment/config.
Install Mechanism
Install is a straightforward pip install gcalcli which is expected for this tool. pip installs are common and reasonable here, but they carry the usual supply-chain risk of installing packages from PyPI. No obscure or remote download URLs are used.
Credentials
The skill metadata declares no required environment variables, yet SKILL.md explicitly references GOOGLE_CALENDAR_API_KEY or CALDAV_URL/CALDAV_USER/CALDAV_PASS. Sensitive variables (API keys, usernames, passwords) are implied but not declared as required — this is a red flag because the agent or user might be asked to provide or expose secrets without clear metadata or provenance.
Persistence & Privilege
The skill does not request always:true and does not claim to modify other skills or global agent config. Agent autonomous invocation is allowed (the platform default) but that by itself is expected for typical skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install brainz-calendar
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /brainz-calendar 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug brainz-calendar
版本 1.0.0
许可证
累计安装 13
当前安装数 13
历史版本数 1
常见问题

Calendar 是什么?

Manage Google Calendar events using `gcalcli`. Create, list, and delete calendar events from the CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3067 次。

如何安装 Calendar?

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

Calendar 是免费的吗?

是的,Calendar 完全免费(开源免费),可自由下载、安装和使用。

Calendar 支持哪些平台?

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

谁开发了 Calendar?

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

💬 留言讨论