← Back to Skills Marketplace
googleworkspace-bot

Gws Calendar Insert

by googleworkspace-bot · GitHub ↗ · v1.0.13 · MIT-0
cross-platform ✓ Security Clean
530
Downloads
0
Stars
16
Active Installs
14
Versions
Install in OpenClaw
/install gws-calendar-insert
Description
Google Calendar: Create a new event.
README (SKILL.md)

calendar +insert

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to 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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gws-calendar-insert
  3. After installation, invoke the skill by name or use /gws-calendar-insert
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug gws-calendar-insert
Version 1.0.13
License MIT-0
All-time Installs 17
Active Installs 16
Total Versions 14
Frequently Asked Questions

What is Gws Calendar Insert?

Google Calendar: Create a new event. It is an AI Agent Skill for Claude Code / OpenClaw, with 530 downloads so far.

How do I install Gws Calendar Insert?

Run "/install gws-calendar-insert" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gws Calendar Insert free?

Yes, Gws Calendar Insert is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Gws Calendar Insert support?

Gws Calendar Insert is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gws Calendar Insert?

It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.13.

💬 Comments