← 返回 Skills 市场
Gws Calendar Insert
作者
googleworkspace-bot
· GitHub ↗
· v1.0.13
· MIT-0
530
总下载
0
收藏
16
当前安装
14
版本数
在 OpenClaw 中安装
/install gws-calendar-insert
功能描述
Google Calendar: Create a new event.
使用说明 (SKILL.md)
calendar +insert
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
create a new event
Usage
gws calendar +insert --summary \x3CTEXT> --start \x3CTIME> --end \x3CTIME>
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--calendar |
— | primary | Calendar ID (default: primary) |
--summary |
✓ | — | Event summary/title |
--start |
✓ | — | Start time (ISO 8601, e.g., 2024-01-01T10:00:00Z) |
--end |
✓ | — | End time (ISO 8601) |
--location |
— | — | Event location |
--description |
— | — | Event description/body |
--attendee |
— | — | Attendee email (can be used multiple times) |
--meet |
— | — | Add a Google Meet video conference link |
Examples
gws calendar +insert --summary 'Standup' --start '2026-06-17T09:00:00-07:00' --end '2026-06-17T09:30:00-07:00'
gws calendar +insert --summary 'Review' --start ... --end ... --attendee [email protected]
gws calendar +insert --summary 'Meet' --start ... --end ... --meet
Tips
- Use RFC3339 format for times (e.g. 2026-06-17T09:00:00-07:00).
- The --meet flag automatically adds a Google Meet link to the event.
[!CAUTION] This is a write command — confirm with the user before executing.
See Also
- gws-shared — Global flags and auth
- gws-calendar — All manage calendars and events commands
安全使用建议
This skill appears coherent for creating Google Calendar events via the 'gws' CLI. Before installing or using it: (1) Verify the 'gws' binary on your system is legitimate and comes from a trusted source; (2) open and review ../gws-shared/SKILL.md (or the output of `gws generate-skills`) to see exactly how authentication is handled and what credentials/tokens are used; (3) remember this is a write operation—confirm with the user/account owner before creating events; (4) if you are concerned about which Google account will be used, check the gws CLI config and OAuth scopes prior to execution.
功能分析
Type: OpenClaw Skill
Name: gws-calendar-insert
Version: 1.0.13
The skill bundle provides standard instructions for an AI agent to interface with a Google Workspace CLI tool ('gws') to create calendar events. It includes appropriate safety warnings for write operations and contains no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill name/description say 'create a Google Calendar event' and the only required binary is 'gws', which matches that purpose. There are no unrelated environment variables, install steps, or config paths declared.
Instruction Scope
SKILL.md limits runtime behavior to running the gws CLI command with specific flags for summary, start/end, attendees, and optional Meet link. It does, however, instruct the agent to read ../gws-shared/SKILL.md for auth, global flags, and security rules (or to run `gws generate-skills` if missing). Accessing that shared file or running the generator is expected for auth setup but is a notable external dependency that you should inspect.
Install Mechanism
No install specification and no code files are present (instruction-only). This minimizes install-time risk because nothing from the skill is written to disk or downloaded by the skill itself.
Credentials
The skill declares no required environment variables; authentication is delegated to the 'gws' CLI and the separate gws-shared instructions. That is proportionate for a CLI wrapper, but you should verify what auth the gws CLI expects (OAuth tokens, service account keys, etc.) and ensure it doesn't require unrelated secrets.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill configuration changes. It performs a write action (creates calendar events), which the SKILL.md itself flags with a CAUTION to confirm with the user before executing.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gws-calendar-insert - 安装完成后,直接呼叫该 Skill 的名称或使用
/gws-calendar-insert触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.13
- Updated metadata version from 0.22.4 to 0.22.5 in SKILL.md.
v1.0.12
- Updated version metadata from 0.22.3 to 0.22.4 in SKILL.md.
- No changes to usage, flags, descriptions, or examples.
v1.0.11
- Updated version metadata from 0.22.2 to 0.22.3 in SKILL.md.
v1.0.10
- Updated version metadata from 0.22.1 to 0.22.2 in SKILL.md.
- No functional or usage changes; documentation and command details remain unchanged.
v1.0.9
- Metadata version updated from 0.22.0 to 0.22.1 in SKILL.md.
- No functional, usage, or documentation changes to the command itself.
v1.0.8
- Version updated to 0.22.0 in the documentation.
- No functional changes to command usage or options; SKILL.md version metadata incremented.
v1.0.7
- Updated internal version number from 0.21.1 to 0.21.2 in SKILL.md.
- No other changes to features or documentation.
v1.0.6
- Updated skill metadata version from 0.20.1 to 0.21.1 in SKILL.md.
- No changes to command usage, flags, or documentation content.
v1.0.5
- Updated the skill metadata version from 0.20.0 to 0.20.1 in SKILL.md.
v1.0.4
- Version bump from 0.19.0 to 0.20.0 in metadata.
- No functional or usage changes; documentation update only.
v1.0.3
- Updated metadata section: moved version under metadata and changed version format to 0.19.0.
- Removed top-level version field.
- No changes to functionality or usage instructions.
v1.0.2
- Updated metadata formatting under the requires.bins field in SKILL.md for improved YAML consistency.
- No changes to functionality or usage instructions.
v1.0.1
- Added the --meet flag to support creating events with a Google Meet video conference link.
- Updated examples and tips to document the new --meet flag.
v1.0.0
Initial release of gws-calendar-insert.
- Introduces the ability to create a new Google Calendar event from the command line.
- Supports specifying summary, start/end time, location, description, and attendees.
- Default calendar is "primary"; calendar ID can be overridden.
- Includes usage examples, flag descriptions, and tips for best results.
- Requires authorization setup as described in the shared skill documentation.
元数据
常见问题
Gws Calendar Insert 是什么?
Google Calendar: Create a new event. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 530 次。
如何安装 Gws Calendar Insert?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gws-calendar-insert」即可一键安装,无需额外配置。
Gws Calendar Insert 是免费的吗?
是的,Gws Calendar Insert 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gws Calendar Insert 支持哪些平台?
Gws Calendar Insert 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gws Calendar Insert?
由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.13。
推荐 Skills