此技能需要访问外网资源,可能需要科学上网
安全扫描
OpenClaw
安全
high confidence这是一种仅限指令的 Google Slides 集成,所有请求均通过 Maton 的网关转发,仅需要提供一个 MATON_API_KEY;其需求和使用说明与声明的功能相符。
评估建议
该技能内部逻辑一致。信任 Maton:所有 API 流量和 OAuth 流程均通过 maton.ai 代理。仅需提供 MATON_API_KEY 这一密钥,请勿在其他高权限场景复用。创建连接时仅授予最小必要范围,使用完毕后及时撤销。...详细分析 ▾
✓ 用途与能力
Name/description (Google Slides integration) matches the runtime instructions: calls to a Maton gateway and Maton connection controller to manage OAuth and proxy requests to slides.googleapis.com. The single required env var (MATON_API_KEY) is appropriate for a managed OAuth gateway.
ℹ 指令范围
SKILL.md instructs the agent to make network calls to gateway.maton.ai and ctrl.maton.ai (to create/list/delete OAuth connections) and to include MATON_API_KEY. This is expected for a managed-Google-Slides gateway, but it means user data and API calls are proxied through Maton rather than going directly to Google's APIs — users should be aware Maton will see requests and may hold OAuth tokens.
✓ 安装机制
No install spec and no code files (instruction-only). No files are written to disk and no external packages are pulled, which is the lowest-risk install profile.
✓ 凭证需求
Only a single environment variable (MATON_API_KEY) is required and is used consistently in the examples. No unrelated credentials, config paths, or sensitive system files are requested.
✓ 持久化与权限
always is false and the skill is user-invocable with normal autonomous invocation allowed. The skill does not request persistent system-level privileges or modify other skills' configs.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.32026/2/5
在 `metadata.clawdbot` 中新增了包含表情符号的元数据段,并声明必需的环境变量 `MATON_API_KEY`。未对用户功能做任何改动,仅更新文档。
● 无害
安装命令
点击复制官方npx clawhub@latest install google-slides
镜像加速npx clawhub@latest install google-slides --registry https://cn.longxiaskill.com 镜像可用
国内专用无需额外安装
本土化适配说明
本技能通过 Maton 代理调用 Google Slides API,无需在本地安装额外依赖或库。使用前请在环境变量中配置 MATON_API_KEY。