← Back to Skills Marketplace
19394
Downloads
33
Stars
57
Active Installs
5
Versions
Install in OpenClaw
/install google-slides
Description
Google Slides API integration with managed OAuth. Create presentations, add slides, insert content, and manage slide formatting. Use this skill when users wa...
Usage Guidance
Install this only if you trust Maton to proxy Google Slides requests and manage the connected OAuth session. Keep MATON_API_KEY private, verify the Google account before authorizing, use Maton-Connection when multiple accounts exist, and approve write or delete actions only after checking the exact presentation and intended change.
Capability Analysis
Type: OpenClaw Skill
Name: google-slides
Version: 1.0.4
The skill provides a legitimate integration for Google Slides via the maton.ai proxy service for managed OAuth. It contains standard Python and JavaScript code snippets for interacting with the Slides API and includes explicit instructions in SKILL.md for the agent to seek user approval before performing write operations. No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
The skill's ability to create presentations, add slides, insert content, format slides, and delete slide objects matches its stated Google Slides integration purpose; these are account-modifying powers but are expected for the use case.
Instruction Scope
The instructions include raw Google Slides API examples, including create, update, and delete operations, but they clearly state that write operations require explicit user approval and confirmation of the target resource and intended effect.
Install Mechanism
The artifact contains only SKILL.md with documentation and example API calls; there are no executable install scripts, dependencies, bundled binaries, or automatic setup behavior.
Credentials
Network access, MATON_API_KEY, and Google OAuth are disclosed and proportionate to a managed Google Slides API proxy; requests are documented as going through api.maton.ai to Google Slides.
Persistence & Privilege
The skill supports persistent Maton OAuth connections and includes list/create/get/delete connection examples, but no hidden local persistence, background worker, privilege escalation, or autonomous execution is present.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install google-slides - After installation, invoke the skill by name or use
/google-slides - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Updated all endpoint base URLs from gateway.maton.ai and ctrl.maton.ai to api.maton.ai for consistency.
- Added a "Security & Permissions" section clarifying access scope and write operation requirements.
- Minor improvements to connection management instructions for clarity.
- Removed LICENSE.txt file from the project.
v1.0.3
- Added a new metadata section under `metadata.clawdbot` with an emoji and required environment variable (`MATON_API_KEY`).
- No user-facing functionality changes; documentation only.
v1.0.2
No user-facing changes detected in this version.
- No file changes were made between versions.
- Documentation, features, and API behavior remain the same.
v1.0.1
- Added a reference to the api-gateway skill for interacting with other third party apps.
- Updated all example code snippets from Python (requests) to bash using `python` with `urllib.request`, making them easier to run as scripts.
- Improved consistency and clarity in authentication instructions and environment variable usage.
- No changes to API functionality.
v1.0.0
Initial release: Google Slides API integration with managed OAuth.
- Create, retrieve, and manage Google Slides presentations through a network-accessible API.
- Add, modify, and delete slides, insert text and images, and control formatting.
- Batch update support for atomic modification operations.
- OAuth connections are managed via a web interface; support for multiple connections with header selection.
- Requires a Maton API key for authentication.
Metadata
Frequently Asked Questions
What is Google Slides?
Google Slides API integration with managed OAuth. Create presentations, add slides, insert content, and manage slide formatting. Use this skill when users wa... It is an AI Agent Skill for Claude Code / OpenClaw, with 19394 downloads so far.
How do I install Google Slides?
Run "/install google-slides" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Google Slides free?
Yes, Google Slides is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Google Slides support?
Google Slides is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Google Slides?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.4.
More Skills