← Back to Skills Marketplace
Recipe Create Presentation
by
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
485
Downloads
0
Stars
10
Active Installs
13
Versions
Install in OpenClaw
/install recipe-create-presentation
Description
Create a new Google Slides presentation and add initial slides.
Usage Guidance
This recipe will run the gws CLI to create a Google Slides file and then grant writer access to [email protected]. Before installing or using it:
- Verify you trust the gws binary (where it came from) and that it is configured with the correct Google account and OAuth scopes; the skill does not declare required credentials.
- Replace the placeholder email ([email protected]) with the intended recipient(s) — otherwise you may unintentionally share documents.
- Consider running the gws commands manually once to confirm behavior and to see what credentials and scopes are used.
- Ensure the dependent skill (gws-slides) is legitimate and that gws is installed from a trusted source. If the skill will be used autonomously, be cautious because it can create and share documents without interactive confirmation.
Capability Analysis
Type: OpenClaw Skill
Name: recipe-create-presentation
Version: 1.0.12
The skill bundle is a straightforward recipe for creating and sharing a Google Slides presentation using the 'gws' CLI tool. The instructions in SKILL.md are consistent with the stated purpose and do not contain any malicious commands, data exfiltration, or prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description align with the instructions: it uses the gws CLI to create a Slides presentation and then set Drive permissions. The declared required binary (gws) and dependency on a gws-slides skill are coherent with this purpose.
Instruction Scope
SKILL.md instructs the agent to run gws commands to create a presentation and to share it with [email protected]. It does not mention where credentials come from, who must approve sharing, or confirm substitution of PRESENTATION_ID. The hard-coded sharing step (writer access to [email protected]) is notable and could expose data if left unchanged.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself. This reduces supply-chain risk, but the skill depends on an external gws binary already present.
Credentials
The skill declares no required environment variables or credentials, but the gws commands will need Google API credentials/authorization and Drive permissions to create presentations and add permissions. Those credentials and OAuth scopes are not documented, which is an omission that affects security and usability.
Persistence & Privilege
always is false and the skill is user-invocable only. The skill does not request persistent system-wide changes in its spec; no elevated persistence is requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recipe-create-presentation - After installation, invoke the skill by name or use
/recipe-create-presentation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
- Bumped metadata version from 0.22.4 to 0.22.5 in SKILL.md.
- No functional or instructional changes made.
v1.0.11
- Updated metadata version from 0.22.3 to 0.22.4 in SKILL.md.
v1.0.10
- Updated skill metadata version from 0.22.2 to 0.22.3 in documentation.
- No changes to functionality or instructions.
v1.0.9
- Updated version in metadata from 0.22.1 to 0.22.2 in SKILL.md.
- No changes to functionality or instructions.
v1.0.8
- Updated skill version from 0.22.0 to 0.22.1 in metadata.
- No other changes to functionality or documentation.
v1.0.7
- Updated version to 0.22.0 in metadata.
- No changes to features or recipe steps.
v1.0.6
- Updated version number in metadata from 0.21.1 to 0.21.2 in SKILL.md.
v1.0.5
- Updated skill version from 0.20.1 to 0.21.1 in SKILL.md.
- No other content changes were made.
v1.0.4
- Bumped metadata version from 0.20.0 to 0.20.1 in SKILL.md.
- No other changes to functionality or documentation.
v1.0.3
- Updated version to 0.20.0 in SKILL.md.
- No changes to functionality or documentation content.
v1.0.2
- Updated metadata format for improved consistency.
- Moved version number to metadata block and set it to 0.19.0.
- Removed redundant version field from the top level.
- No changes to functionality or user instructions.
v1.0.1
- Updated formatting of the SKILL.md metadata section for consistency.
- No changes to functionality or usage.
v1.0.0
Initial release of recipe-create-presentation.
- Create a new Google Slides presentation.
- Add initial slides to the presentation.
- Share the presentation with a specified team member by email.
- Requires `gws-slides` skill for execution.
Metadata
Frequently Asked Questions
What is Recipe Create Presentation?
Create a new Google Slides presentation and add initial slides. It is an AI Agent Skill for Claude Code / OpenClaw, with 485 downloads so far.
How do I install Recipe Create Presentation?
Run "/install recipe-create-presentation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recipe Create Presentation free?
Yes, Recipe Create Presentation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recipe Create Presentation support?
Recipe Create Presentation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recipe Create Presentation?
It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.
More Skills