← 返回 Skills 市场
Recipe Schedule Recurring Event
作者
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
340
总下载
0
收藏
8
当前安装
13
版本数
在 OpenClaw 中安装
/install recipe-schedule-recurring-event
功能描述
Create a recurring Google Calendar event with attendees.
使用说明 (SKILL.md)
Schedule a Recurring Meeting
PREREQUISITE: Load the following skills to execute this recipe:
gws-calendar
Create a recurring Google Calendar event with attendees.
Steps
- Create recurring event:
gws calendar events insert --params '{"calendarId": "primary"}' --json '{"summary": "Weekly Standup", "start": {"dateTime": "2024-03-18T09:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2024-03-18T09:30:00", "timeZone": "America/New_York"}, "recurrence": ["RRULE:FREQ=WEEKLY;BYDAY=MO"], "attendees": [{"email": "[email protected]"}]}' - Verify it was created:
gws calendar +agenda --days 14 --format table
安全使用建议
This recipe is internally consistent, but before using it: (1) ensure the 'gws' CLI on your system is the legitimate Google Workspace tool and is authenticated only with the scopes you expect (it will create events on your primary calendar); (2) review and edit the event JSON (attendees, times, recurrence) before running to avoid creating unwanted invites; (3) if you are unsure, test on a secondary/calendar or with a test account first; and (4) remember the skill relies on existing gws credentials — revoke or rotate those tokens if you later decide you no longer trust the CLI or skill.
功能分析
Type: OpenClaw Skill
Name: recipe-schedule-recurring-event
Version: 1.0.12
The skill bundle contains a standard recipe for scheduling recurring Google Calendar events using the 'gws' command-line tool. The instructions in SKILL.md are transparent, align with the stated purpose, and do not exhibit any signs of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description ask for creating a recurring Google Calendar event. The skill requires the 'gws' binary and the gws-calendar skill, which is consistent with invoking a Google Workspace CLI to manage calendars.
Instruction Scope
SKILL.md only contains two gws CLI commands: an events insert with event JSON and an agenda listing to verify. It does not instruct reading unrelated files, environment variables, or exfiltrating data to external endpoints. Note: execution will modify the authenticated user's calendar (it uses calendarId 'primary').
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk by the skill itself. This is low-risk from an installation standpoint.
Credentials
No environment variables or credentials are declared, which is reasonable because the skill delegates auth to the 'gws' CLI. Users should be aware that the gws CLI must already be authenticated and its stored credentials/tokens will be used to create calendar events.
Persistence & Privilege
The skill is user-invocable and not set to always:true. It does not request persistent/privileged presence or modify other skills' configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install recipe-schedule-recurring-event - 安装完成后,直接呼叫该 Skill 的名称或使用
/recipe-schedule-recurring-event触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.12
- Updated skill metadata version from 0.22.4 to 0.22.5 in SKILL.md.
v1.0.11
- Updated metadata version from 0.22.3 to 0.22.4 in SKILL.md.
v1.0.10
- Updated version number in metadata from 0.22.2 to 0.22.3 in SKILL.md.
- No other changes made to functionality, description, or usage steps.
v1.0.9
- Updated metadata version to 0.22.2 in SKILL.md.
- No functional or instructional changes; documentation version bump only.
v1.0.8
- Updated skill metadata version from 0.22.0 to 0.22.1 in SKILL.md.
- No changes to functionality or instructions.
v1.0.7
- Updated metadata version to 0.22.0 in SKILL.md (was 0.21.2).
v1.0.6
- Updated metadata version from 0.21.1 to 0.21.2 in SKILL.md.
- No changes to functionality or documentation content.
v1.0.5
- Updated skill version to 0.21.1.
- No functional changes; only SKILL.md metadata version incremented.
v1.0.4
- Updated metadata version from 0.20.0 to 0.20.1 in SKILL.md.
v1.0.3
- Updated version to 0.20.0 in the skill metadata.
v1.0.2
- Updated skill metadata format.
- Added a metadata.version field (0.19.0) and removed the top-level version key.
- No changes to commands or functionality.
v1.0.1
- Updated metadata formatting in SKILL.md for consistency (lists now use dash style instead of brackets).
- No changes to functionality or user instructions.
v1.0.0
Initial release: Create a recurring Google Calendar event with attendees.
- Schedule weekly recurring meetings via Google Calendar.
- Supports adding attendees to the recurring event.
- Requires `gws-calendar` skill for operation.
- Simple two-step process: event creation and verification.
元数据
常见问题
Recipe Schedule Recurring Event 是什么?
Create a recurring Google Calendar event with attendees. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 340 次。
如何安装 Recipe Schedule Recurring Event?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install recipe-schedule-recurring-event」即可一键安装,无需额外配置。
Recipe Schedule Recurring Event 是免费的吗?
是的,Recipe Schedule Recurring Event 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Recipe Schedule Recurring Event 支持哪些平台?
Recipe Schedule Recurring Event 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Recipe Schedule Recurring Event?
由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.12。
推荐 Skills