{"skill":{"slug":"google-meet-meetings","displayName":"Google Meet","summary":"Google Meet API integration with managed OAuth. Create meeting spaces, inspect conference records, retrieve recordings and transcripts, and manage meeting pa...","description":"---\nname: google-meet-meetings\ndescription: Google Meet API integration with managed OAuth. Create meeting spaces, inspect conference records, retrieve recordings and transcripts, and manage meeting participants. Use this skill when users want to manage Google Meet conferences or extract meeting artifacts.\n---\n\n# Google Meet\n\n![Google Meet](https://raw.githubusercontent.com/ClawLink-HQ/clawlink/main/public/images/brand-logos/google-meet.svg?v=2)\n\nAccess Google Meet via the Google Meet REST API with managed OAuth authentication. Create meeting spaces, inspect conference records, retrieve recordings and transcripts, and manage participants.\n\nThis skill uses [ClawLink](https://claw-link.dev/?utm_source=clawhub&utm_medium=referral&utm_content=google-meet-meetings) for hosted connection flows and credentials so you do not need to configure Google Meet API access yourself.\n\n### Setup in 3 Steps\n\n| Step 1: Install | Step 2: Pair Account | Step 3: Connect Google Meet |\n|:---:|:---:|:---:|\n| ![Install](https://raw.githubusercontent.com/ClawLink-HQ/clawlink/main/public/images/pairing/initialstep_1.gif) | ![Pair](https://raw.githubusercontent.com/ClawLink-HQ/clawlink/main/public/images/approve_process.gif) | *App-specific connection GIF coming soon* |\n| Run the install command in OpenClaw | Sign in and approve the device | Open the dashboard and connect Google Meet |\n\n## How It Works\n\n```\n┌─────────────────┐     ┌──────────────┐     ┌──────────────────┐\n│   OpenClaw      │────▶│   ClawLink   │────▶│   Google Meet    │\n│   (User Chat)   │     │   (OAuth)    │     │   (Meet API)     │\n└─────────────────┘     └──────────────┘     └──────────────────┘\n         │                       │                       │\n         │  1. Install Plugin    │                       │\n         │  2. Pair Device       │                       │\n         │  3. Connect Meet      │                       │\n         │                       │  4. Secure Token       │\n         │                       │  5. Proxy Requests    │\n         │                       │                       │\n         ▼                       ▼                       ▼\n   ┌──────────┐           ┌──────────┐           ┌──────────┐\n   │  SKILL   │           │ Dashboard│           │  Google  │\n   │  File    │           │ Auth     │           │  Meet    │\n   └──────────┘           └──────────┘           └──────────┘\n```\n\n## Install\n\nInstall the verified ClawLink plugin from ClawHub. After the user confirms, complete the full setup so ClawLink tools are visible in the next OpenClaw chat.\n\n```bash\nopenclaw plugins install clawhub:clawlink-plugin\nopenclaw config set tools.alsoAllow '[\"clawlink-plugin\"]' --strict-json\nopenclaw gateway restart\n```\n\nThen tell the user: \"OpenClaw has been restarted. Send `/new` as a standalone message to start a fresh chat, then ask for Google Meet again.\"\n\n## Quick Start\n\n```bash\n# Create a new meeting space\nclawlink_call_tool --tool \"googlemeet_create_meet\" --params '{}'\n\n# List conference records\nclawlink_call_tool --tool \"googlemeet_list_conference_records\" --params '{}'\n\n# Get a meeting space details\nclawlink_call_tool --tool \"googlemeet_get_meet\" --params '{\"name\": \"spaces/YOUR_SPACE_ID\"}'\n```\n\n## Authentication\n\nAll Google Meet tool calls are authenticated automatically by ClawLink using the user's connected Google account.\n\n**No API key is required in chat.** ClawLink stores the OAuth token securely and injects it into every Google Meet API request on the user's behalf.\n\n### Getting Connected\n\n1. Install the ClawLink plugin (see Install above).\n2. Pair the plugin with `clawlink_begin_pairing` if it is not configured yet.\n3. Open https://claw-link.dev/dashboard?add=google-meet and connect Google Meet.\n4. Call `clawlink_list_integrations` to verify the connection is active.\n\n## Connection Management\n\n### List Connections\n\n```bash\nclawlink_list_integrations\n```\n\n**Response:** Returns all connected integrations. Look for `google-meet` in the list.\n\n### Verify Connection\n\n```bash\nclawlink_list_tools --integration google-meet\n```\n\n**Response:** Returns the live tool catalog for Google Meet.\n\n### Reconnect\n\nIf Google Meet tools are missing or the connection shows an error:\n\n1. Direct the user to https://claw-link.dev/dashboard?add=google-meet\n2. After they confirm, call `clawlink_list_integrations` to verify\n3. Then call `clawlink_list_tools --integration google-meet`\n\n## Security & Permissions\n\n- Access is scoped to meeting spaces and conference records the authenticated user has access to.\n- **Write operations require explicit user confirmation.** Before executing any create, update, or delete call, confirm the target resource and intended effect with the user.\n- Ending an active conference is a high-impact action and must always be confirmed.\n- Recordings and transcripts are subject to the organizer's domain policies — they may not be available for all meetings.\n\n## Tool Reference\n\n### Meeting Space Management\n\n| Tool | Description | Mode |\n|------|-------------|------|\n| `googlemeet_create_meet` | Create a new Meet space with optional configuration | Write |\n| `googlemeet_get_meet` | Retrieve details of a Meet space by its identifier | Read |\n| `googlemeet_update_space` | Update an existing Meet space's settings | Write |\n| `googlemeet_end_active_conference` | End an ongoing conference in a specified space | Write |\n\n### Conference Records\n\n| Tool | Description | Mode |\n|------|-------------|------|\n| `googlemeet_list_conference_records` | List past conference records, optionally filtered | Read |\n| `googlemeet_get_conference_record_by_name` | Get details for a specific conference record | Read |\n\n### Participants\n\n| Tool | Description | Mode |\n|------|-------------|------|\n| `googlemeet_list_participants` | List all participants in a conference record | Read |\n| `googlemeet_list_participant_sessions` | List all join/leave sessions for a participant | Read |\n| `googlemeet_get_participant_session` | Get details of a specific participant session | Read |\n\n### Recordings\n\n| Tool | Description | Mode |\n|------|-------------|------|\n| `googlemeet_list_recordings` | List recording resources for a conference record | Read |\n| `googlemeet_get_recordings_by_conference_record_id` | Get all recordings for a specific conference | Read |\n\n### Transcripts\n\n| Tool | Description | Mode |\n|------|-------------|------|\n| `googlemeet_get_transcripts_by_conference_record_id` | List all transcripts for a conference | Read |\n| `googlemeet_get_transcript` | Get a specific transcript by resource name | Read |\n| `googlemeet_list_transcript_entries` | List structured transcript entries (speaker, time, text) | Read |\n| `googlemeet_get_transcript_entry` | Get a specific transcript entry by resource name | Read |\n\n## Code Examples\n\n### Create a new meeting space\n\n```bash\nclawlink_call_tool --tool \"googlemeet_create_meet\" \\\n  --params '{\n    \"config\": {\n      \"accessType\": \"OPEN\",\n      \"entryPointAccess\": \"anyone\"\n    }\n  }'\n```\n\n### List conference records\n\n```bash\nclawlink_call_tool --tool \"googlemeet_list_conference_records\" \\\n  --params '{\n    \"page_size\": 20\n  }'\n```\n\n### Get meeting space details\n\n```bash\nclawlink_call_tool --tool \"googlemeet_get_meet\" \\\n  --params '{\n    \"name\": \"spaces/YOUR_SPACE_ID\"\n  }'\n```\n\n### List participants in a conference\n\n```bash\nclawlink_call_tool --tool \"googlemeet_list_participants\" \\\n  --params '{\n    \"parent\": \"conferenceRecords/YOUR_CONFERENCE_RECORD_ID\"\n  }'\n```\n\n### Get recordings for a conference\n\n```bash\nclawlink_call_tool --tool \"googlemeet_get_recordings_by_conference_record_id\" \\\n  --params '{\n    \"conference_record_id\": \"YOUR_CONFERENCE_RECORD_ID\"\n  }'\n```\n\n### End an active conference\n\n```bash\nclawlink_call_tool --tool \"googlemeet_end_active_conference\" \\\n  --params '{\n    \"space_name\": \"spaces/YOUR_SPACE_ID\"\n  }'\n```\n\n## Discovery Workflow\n\n1. Call `clawlink_list_integrations` to confirm Google Meet is connected.\n2. Call `clawlink_list_tools --integration google-meet` to see the live catalog.\n3. Treat the returned list as the source of truth. Do not guess or assume what tools exist.\n4. If the user describes a capability but the exact tool is unclear, call `clawlink_search_tools` with a short query and integration `google-meet`.\n5. If no Google Meet tools appear, direct the user to https://claw-link.dev/dashboard?add=google-meet.\n\n## Execution Workflow\n\n```\n┌─────────────────────────────────────────────────────────────┐\n│  READ OPERATIONS (Safe)                                     │\n│  list → get → call                                          │\n│                                                             │\n│  Example: List conferences → Get details → Show results      │\n└─────────────────────────────────────────────────────────────┘\n                              │\n                              ▼\n┌─────────────────────────────────────────────────────────────┐\n│  WRITE OPERATIONS (Require Confirmation)                    │\n│  describe → preview → confirm → call                        │\n│                                                             │\n│  Example: Describe tool → Preview changes → User approves    │\n│           → Execute update                                   │\n└─────────────────────────────────────────────────────────────┘\n```\n\n1. For unfamiliar tools, ambiguous requests, or any write action, call `clawlink_describe_tool` first.\n2. Use the returned guidance, schema, `whenToUse`, `askBefore`, `safeDefaults`, `examples`, and `followups` to shape the call.\n3. Prefer read, list, and get operations before writes.\n4. For writes or anything marked as requiring confirmation, call `clawlink_preview_tool` first.\n5. Execute with `clawlink_call_tool`. Pass confirmation only after the preview matches the user's intent.\n6. If the tool call fails, report the real error. Do not invent results or restate the failure as a missing capability unless the live catalog supports that conclusion.\n\n## Notes\n\n- `create_meet` does not attach to any calendar event — calendar linking requires a separate Calendar tool call.\n- Capture `meetingUri`, `meetingCode`, and `space.name` from the create response immediately for downstream lookups.\n- Newly created spaces may return incomplete data — retry after 1–3 seconds if needed.\n- Recordings and transcripts require that recording/transcription was enabled and permitted by the organizer's domain policies.\n- After a meeting ends, recordings and transcripts may take several minutes to process — an empty result may be temporary.\n- `end_active_conference` requires the `space_name` parameter and immediately drops all participants.\n- HTTP 429 may occur under rapid calls — apply exponential backoff.\n\n## Error Handling\n\n| Status / Error | Meaning |\n|----------------|---------|\n| Tool not found | The tool name does not exist in the current catalog. Verify with `clawlink_list_tools --integration google-meet`. |\n| Missing connection | Google Meet is not connected. Direct the user to https://claw-link.dev/dashboard?add=google-meet. |\n| `NOT_FOUND` | Meeting space or conference record does not exist. Check the name/ID. |\n| `INVALID_ARGUMENT` | Invalid parameter or missing required field. Review the tool schema with `clawlink_describe_tool`. |\n| Write rejected | User did not confirm a write action. Always confirm before executing writes. |\n\n### Troubleshooting: Tools Not Visible\n\n1. Check that the ClawLink plugin is installed:\n   ```bash\n   openclaw plugins list\n   ```\n2. If the plugin is installed but tools are missing, tell the user to send `/new` as a standalone message to reload the catalog.\n3. If a fresh chat does not help, run:\n   ```bash\n   openclaw config set tools.alsoAllow '[\"clawlink-plugin\"]' --strict-json\n   openclaw gateway restart\n   ```\n4. After restart, tell the user to send `/new` again and retry.\n\n### Troubleshooting: Invalid Tool Call\n\n1. Ensure the integration slug is exactly `google-meet`.\n2. Use `clawlink_describe_tool` to verify parameter names and types before calling.\n3. For write operations, always call `clawlink_preview_tool` first.\n\n## Resources\n\n- [Google Meet API Overview](https://developers.google.com/meet/rest/reference)\n- [Conference Records](https://developers.google.com/meet/rest/reference/v1/conferenceRecords)\n- [Spaces](https://developers.google.com/meet/rest/reference/v1/spaces)\n- ClawLink: https://claw-link.dev/?utm_source=clawhub&utm_medium=referral&utm_content=google-meet-meetings\n- ClawLink Docs: https://docs.claw-link.dev/openclaw\n- ClawLink Verification: https://claw-link.dev/verify\n\n## Related Skills\n\n- [Google Calendar](https://clawhub.ai/hith3sh/google-calendar-scheduling) — For calendar scheduling and event management\n\n---\n\n**Powered by [ClawLink](https://claw-link.dev/?utm_source=clawhub&utm_medium=referral&utm_content=google-meet-meetings)** — an integration hub for OpenClaw\n\n![ClawLink Logo](https://raw.githubusercontent.com/ClawLink-HQ/clawlink/main/public/images/logo/link_logo_black_small.png)","topics":["Api Integration","Meeting"],"tags":{"latest":"1.0.6"},"stats":{"comments":0,"downloads":1797,"installsAllTime":81,"installsCurrent":23,"stars":6,"versions":6},"createdAt":1778095348605,"updatedAt":1780989018740},"latestVersion":{"version":"1.0.6","createdAt":1780989018740,"changelog":"Add UTM attribution tags (utm_source=clawhub) to ClawLink branding links so visits from this skill page are tracked as a distinct traffic source.","license":"MIT-0"},"metadata":null,"owner":{"handle":"hith3sh","userId":"s173vws87a7ss71xf9rq53k5gd8568kv","displayName":"Jay","image":"https://avatars.githubusercontent.com/u/83839061?v=4"},"moderation":null}