Claude Agent Skill · by Googleworkspace

Gws Calendar Agenda

A straightforward Google Calendar viewer that pulls upcoming events from all your calendars at once. Perfect for those quick "what's on my schedule" checks with

Install
Terminal · npx
$npx skills add https://github.com/googleworkspace/cli --skill gws-calendar-agenda
Works with Paperclip

How Gws Calendar Agenda fits into a Paperclip company.

Gws Calendar Agenda drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.

S
SaaS FactoryPaired

Pre-configured AI company — 18 agents, 18 skills, one-time purchase.

$27$59
Explore pack
Source file
SKILL.md56 lines
Expand
---name: gws-calendar-agendadescription: "Google Calendar: Show upcoming events across all calendars."metadata:  version: 0.22.5  openclaw:    category: "productivity"    requires:      bins:        - gws    cliHelp: "gws calendar +agenda --help"--- # calendar +agenda > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Show upcoming events across all calendars ## Usage ```bashgws calendar +agenda``` ## Flags | Flag | Required | Default | Description ||------|----------|---------|-------------|| `--today` | — | — | Show today's events || `--tomorrow` | — | — | Show tomorrow's events || `--week` | — | — | Show this week's events || `--days` | — | — | Number of days ahead to show || `--calendar` | — | — | Filter to specific calendar name or ID || `--timezone` | — | — | IANA timezone override (e.g. America/Denver). Defaults to Google account timezone. | ## Examples ```bashgws calendar +agendagws calendar +agenda --todaygws calendar +agenda --week --format tablegws calendar +agenda --days 3 --calendar 'Work'gws calendar +agenda --today --timezone America/New_York``` ## Tips - Read-only — never modifies events.- Queries all calendars by default; use --calendar to filter.- Uses your Google account timezone by default; override with --timezone. ## See Also - [gws-shared](../gws-shared/SKILL.md) — Global flags and auth- [gws-calendar](../gws-calendar/SKILL.md) — All manage calendars and events commands