npx skills add googleworkspace/cli --skill recipe-find-free-time
wadewarren/gws-claude-plugin
recipe-find-free-time
Query Google Calendar free/busy status for multiple users to find a meeting slot.
Installation
npx skills add wadewarren/gws-claude-plugin --skill recipe-find-free-time
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Create a new Google Slides presentation and add initial slides.
29.3K installsRead content from a Google Doc and use it as the body of a Gmail message.
28.6K installsShare a Google Drive file and email the link with a message to recipients.
28.5K installsCreate a Gmail filter to automatically label, star, or categorize incoming messages.
28.3K installsFind Gmail messages with attachments and save them to a Google Drive folder.
28.1K installsExport a Google Sheets spreadsheet as a CSV file for local backup or processing.
28K installsAlso in this package
Other skills from wadewarren/gws-claude-plugin · top by installs.
npx skills add wadewarren/gws-claude-plugin
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
More metadata
- openclaw
- {"category":"recipe","domain":"scheduling","requires":{"bins":["gws"],"skills":["gws-calendar"]}}
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md955 B -
docs
SUMMARY.md110 B
History
- First seen on skills.sh
- First recorded snapshot · 20 installs
SKILL.md
Find Free Time Across Calendars
PREREQUISITE: Load the following skills to execute this recipe:
gws-calendar
Query Google Calendar free/busy status for multiple users to find a meeting slot.
Steps
- Query free/busy:
gws calendar freebusy query --json '{"timeMin": "2026-04-07T08:00:00Z", "timeMax": "2026-04-07T18:00:00Z", "items": [{"id": "[email protected]"}, {"id": "[email protected]"}]}' - Review the output to find overlapping free slots
- Create event in the free slot:
gws calendar +insert --summary 'Meeting' --attendee [email protected] --attendee [email protected] --start '2026-04-07T14:00:00-05:00' --end '2026-04-07T14:30:00-05:00'