← Back to Skills Marketplace
18156
Downloads
15
Stars
16
Active Installs
5
Versions
Install in OpenClaw
/install google-meet
Description
Google Meet API integration with managed OAuth. Create meeting spaces, list conference records, and manage meeting participants. Use this skill when users wa...
Usage Guidance
Install only if you trust Maton to broker OAuth access to your Google Meet account. Keep MATON_API_KEY private, avoid printing it in shared logs, choose the intended connection when multiple accounts exist, and retrieve participants, recordings, or transcripts only with appropriate meeting-owner or participant consent.
Capability Analysis
Type: OpenClaw Skill
Name: google-meet
Version: 1.0.5
The skill provides a standard integration for Google Meet via a third-party proxy service (maton.ai). It uses environment variables for authentication and includes explicit instructions in SKILL.md for the agent to seek user approval before performing write operations. The code snippets are functional examples for API interaction and do not contain any evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The skill's ability to create meeting spaces and read conference records, participants, recordings, and transcripts matches its stated Google Meet API purpose, but those resources may contain sensitive meeting data.
Instruction Scope
The artifact is documentation and API examples rather than hidden automation; it explicitly requires user approval for write operations and advises choosing the intended connection when multiple accounts exist.
Install Mechanism
The package contains only SKILL.md with no executable install scripts, dependencies, hidden files, or background setup.
Credentials
Network access and MATON_API_KEY are proportionate to the managed OAuth proxy design, though the key is sensitive and should not be printed or shared unnecessarily.
Persistence & Privilege
The skill can create/delete Maton OAuth connections and create persistent Google Meet spaces, but these capabilities are documented and write actions are scoped by user approval guidance.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install google-meet - After installation, invoke the skill by name or use
/google-meet - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
- Switched all API and connection management endpoints from gateway.maton.ai and ctrl.maton.ai to api.maton.ai.
- Updated all code examples and documentation to use the new api.maton.ai hostnames.
- Added a Security & Permissions section emphasizing user confirmation for write operations.
- Adjusted language and formatting for clarity throughout the documentation.
- Removed LICENSE.txt file.
v1.0.4
- Added a new metadata block under `metadata.clawdbot` with an emoji and required environment variables.
- No functional or documentation changes to the skill's API or usage instructions.
v1.0.3
- No file changes detected in this version.
- No user-facing features, fixes, or documentation updates.
v1.0.2
- Added a recommendation in the description to use the api-gateway skill for other third-party apps.
- Updated all shell usage examples to use inline Python scripts instead of curl/bash commands.
- Added important notes on using curl with brackets (use curl -g) and on potential issues with environment variable expansion when piping output.
- No functional or API changes; documentation and usage guidance updates only.
v1.0.1
- Switched skill from "Shopify" (shop and ecommerce) to "Google Meet" (video meetings management)
- Added OAuth integration and API instructions for Google Meet, including meeting space creation and participant management
- Updated code samples and API references for Google Meet endpoints
- Updated error handling, notes, and resource links specific to Google Meet
- Removed all Shopify-related documentation and usage details
Metadata
Frequently Asked Questions
What is Google Meet?
Google Meet API integration with managed OAuth. Create meeting spaces, list conference records, and manage meeting participants. Use this skill when users wa... It is an AI Agent Skill for Claude Code / OpenClaw, with 18156 downloads so far.
How do I install Google Meet?
Run "/install google-meet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Google Meet free?
Yes, Google Meet is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Google Meet support?
Google Meet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Google Meet?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.5.
More Skills