技能 gws-calendar-insert
📅

gws-calendar-insert

低风险 ⚙️ 外部命令

创建 Google 日历事件

通过自然语言让 AI 创建事件,简化日历管理。无需手动填写表单即可安排会议、添加参会者并配置 Google Meet 链接。

支持: Claude Codex Code(CC)
📊 71 充足
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“gws-calendar-insert”。 Create a standup meeting tomorrow from 9 to 9:30 AM

预期结果:

Event 'Standup' created successfully on primary calendar for 2026-06-17T09:00:00-07:00 to 2026-06-17T09:30:00-07:00

正在使用“gws-calendar-insert”。 Schedule a review with alice@example.com next week with a Meet link

预期结果:

Event 'Review' created with attendee alice@example.com and Google Meet conference link added

安全审计

低风险
v1 • 4/12/2026

Static analyzer detected patterns in SKILL.md (backticks, path references, crypto-like strings) but all are FALSE POSITIVES. The file is Markdown documentation, not executable code. Backticks are inline code formatting, path references are relative documentation links, and no actual shell execution occurs. The skill wraps the official gws CLI tool and requires user confirmation before write operations. Single risk factor: external_commands (legitimate CLI invocation).

1
已扫描文件
59
分析行数
2
发现项
1
审计总数
低风险问题 (1)
External CLI Tool Dependency
Skill requires gws CLI binary to be installed and authenticated with Google Workspace

风险因素

⚙️ 外部命令 (2)
审计者: claude

质量评分

38
架构
100
可维护性
85
内容
50
社区
88
安全
83
规范符合性

你能构建什么

快速会议安排

使用最少的输入创建临时会议 - 只需提供摘要和时间

协作文档策划

安排包含多个参会者的事件,可选集成 Google Meet

自动化日历管理

将日历创建集成到 AI 辅助工作流中,实现无缝调度

试试这些提示

基础事件创建
Create a calendar event titled 'Team Standup' from 9:00 AM to 9:30 AM tomorrow
包含参会者的会议
Schedule a 'Project Review' meeting next Monday at 2 PM with alice@example.com and bob@example.com
虚拟会议设置
Create a 'Client Call' event on Friday at 10 AM with a Google Meet link and add the client's email
详细事件配置
Add an 'All-Day Conference' event for June 15th at the Convention Center with description 'Annual tech conference' and send invites to the team

最佳实践

  • 执行插入命令前始终与用户确认事件详情
  • 所有日期时间值使用 RFC3339/ISO 8601 格式以避免时区混淆
  • 添加参会者前验证电子邮件地址是否有效

避免

  • 未经用户明确确认时间和参会者就创建事件
  • 当用户可能拥有多个日历时默认使用主日历
  • 未检查用户在该时间段是否已有安排就调度事件

常见问题

使用此技能前我需要什么?
您需要安装 gws CLI 并通过 Google Workspace 账户认证。运行 'gws generate-skills' 来设置所需的依赖项。
此技能可以修改现有的日历事件吗?
不能,此技能仅创建新事件。请使用 gws-calendar-update 技能来修改现有事件。
如何向事件添加多个参会者?
多次使用 --attendee 标志,每个要邀请的电子邮件地址使用一次。
此技能适用于个人 Google 日历账户吗?
此技能专为 Google Workspace(企业/教育)账户设计。个人 Gmail 账户可能功能有限。
如果我不指定日历会发生什么?
默认情况下事件会创建在您的主日历中。使用 --calendar 可以通过 ID 定位特定日历。
我可以使用此技能创建重复性事件吗?
不能,此技能仅创建单个事件。重复性事件需要目前不支持的额外配置。

开发者详情

文件结构

📄 SKILL.md