google-meet

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name GOOGLE_MEET_TOKEN or zero doctor check-connector --url https://meet.googleapis.com/v2/spaces --method POST

How to Use

Base URL: https://meet.googleapis.com/v2

Spaces

A Space is a virtual place where conferences are held. Only one active conference can run in a space at a time.

Create a Meeting Space

Create a new meeting space with a generated Meet link:

curl -s -X POST "https://meet.googleapis.com/v2/spaces" \
  --header "Authorization: Bearer $GOOGLE_MEET_TOKEN" \
Related skills
Installs
11
GitHub Stars
59
First Seen
Apr 17, 2026