← 返回 Skills 市场
Gws Slides
作者
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
588
总下载
0
收藏
15
当前安装
13
版本数
在 OpenClaw 中安装
/install gws-slides
功能描述
Google Slides: Read and write presentations.
使用说明 (SKILL.md)
slides (v1)
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws slides \x3Cresource> \x3Cmethod> [flags]
API Resources
presentations
batchUpdate— Applies one or more updates to the presentation. Each request is validated before being applied. If any request is not valid, then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. Other requests do not need to return information; these each return an empty reply. The order of replies matches that of the requests.create— Creates a blank presentation using the title given in the request. If apresentationIdis provided, it is used as the ID of the new presentation. Otherwise, a new ID is generated. Other fields in the request, including any provided content, are ignored. Returns the created presentation.get— Gets the latest version of the specified presentation.pages— Operations on the 'pages' resource
Discovering Commands
Before calling any API method, inspect it:
# Browse resources and methods
gws slides --help
# Inspect a method's required params, types, and defaults
gws schema slides.\x3Cresource>.\x3Cmethod>
Use gws schema output to build your --params and --json flags.
安全使用建议
This skill appears to be a thin wrapper around a 'gws' CLI for Google Slides, which is reasonable — but it defers authentication to a sibling file (../gws-shared/SKILL.md) that is not included. Before installing or enabling it: 1) Ask the publisher where authentication is stored and request explicit documentation of required env vars or token files. 2) Locate and inspect the referenced ../gws-shared/SKILL.md (or any generated files) to confirm they don't expose credentials or write to broad locations. 3) Verify the provenance of the 'gws' binary you will run (official distribution, path, version). 4) If you must allow the skill to run autonomously, consider limiting it to a test account or workspace until you confirm the auth flow and file locations. If the publisher cannot provide the missing shared SKILL.md or clear auth details, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill
Name: gws-slides
Version: 1.0.12
The skill bundle is a standard interface for interacting with Google Slides via the 'gws' CLI tool. The SKILL.md file provides legitimate instructions for the AI agent to manage presentations using methods like batchUpdate, create, and get, and includes helpful discovery commands using 'gws schema'. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Requiring the 'gws' CLI is consistent with a Google Slides CLI wrapper. However the skill does not declare any authentication credentials or primaryEnv even though the SKILL.md references an external shared auth file (../gws-shared/SKILL.md). That missing declaration is an inconsistency between purpose and the skill's declared requirements.
Instruction Scope
The runtime instructions explicitly tell the agent to read ../gws-shared/SKILL.md for auth, global flags, and security rules, or to run `gws generate-skills` to create it. Pointing the agent to read a file outside the skill directory (and potentially to generate files) is scope-creep: it could access authentication configuration or create files that change environment-level settings. The rest of the instructions (using gws to inspect schema and call slides methods) are in-scope.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only. This minimizes install-time risk. The only runtime dependency is the external 'gws' binary, which is reasonable for a CLI-based Slides integration.
Credentials
The skill declares no required environment variables or primary credential even though it relies on authentication described in a separate shared SKILL.md. This lack of explicit credential requirements is disproportionate and unclear — the skill should declare how Google Workspace auth is provided (env vars, token files, OAuth client config, etc.).
Persistence & Privilege
The skill does not request always:true and does not indicate modifying other skills or system-wide settings. The only persistence-related concern is the instruction to create or read ../gws-shared/SKILL.md, which could write or read auth/config files, but the skill itself does not claim permanent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gws-slides - 安装完成后,直接呼叫该 Skill 的名称或使用
/gws-slides触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.12
- Metadata version updated from 0.22.4 to 0.22.5 in SKILL.md.
v1.0.11
- Updated version in SKILL.md metadata from 0.22.3 to 0.22.4.
v1.0.10
- Updated skill metadata version from 0.22.2 to 0.22.3 in SKILL.md.
v1.0.9
- Updated skill version from 0.22.1 to 0.22.2 in metadata.
- No other changes to features, usage, or documentation.
v1.0.8
- Bumped skill version from 0.22.0 to 0.22.1 in metadata.
- No other user-facing changes.
v1.0.7
- Bumped skill version from 0.21.2 to 0.22.0 in SKILL.md.
- No other content or functional changes detected.
v1.0.6
- Updated version in metadata from 0.21.1 to 0.21.2 in SKILL.md.
- No changes to features, commands, or documentation content.
v1.0.5
- Updated skill version from 0.20.1 to 0.21.1 in metadata.
- No functional or usage changes; documentation update only.
v1.0.4
- Updated version metadata in SKILL.md from 0.20.0 to 0.20.1.
- No changes to skill features or functionality.
- Documentation only update.
v1.0.3
- Updated version in metadata from 0.19.0 to 0.20.0 in SKILL.md.
v1.0.2
- Updated version metadata format; moved version under the metadata section and changed version from 1.0.0 to 0.19.0.
- Removed redundant top-level version key.
- No changes to command usage or API resource documentation.
v1.0.1
- Fixed formatting in the skill metadata section for consistency.
- No functionality or usage changes.
v1.0.0
Initial release of gws-slides.
- Adds commands for reading and writing Google Slides presentations.
- Supports creating, retrieving, and batch updating presentations.
- Includes help and API schema discovery via CLI.
- Requires gws tool and shared authentication setup.
元数据
常见问题
Gws Slides 是什么?
Google Slides: Read and write presentations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 588 次。
如何安装 Gws Slides?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gws-slides」即可一键安装,无需额外配置。
Gws Slides 是免费的吗?
是的,Gws Slides 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gws Slides 支持哪些平台?
Gws Slides 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gws Slides?
由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.12。
推荐 Skills