Google Slides

PassAudited by ClawScan on May 6, 2026.

Overview

This is a coherent Google Slides connector that relies on ClawLink OAuth and can edit decks with confirmation; no hidden or destructive behavior is shown.

Before installing, make sure you trust ClawLink and the ClawLink plugin, review the Google OAuth scopes during connection, and confirm any requested deck edits before allowing them to run.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Connecting the wrong Google account or approving broad scopes could allow the integration to access or modify presentations available to that account.

Why it was flagged

The skill requires delegated Google/ClawLink authorization to work. This is expected for a Google Slides connector, but it grants access within the approved account scopes.

Skill content
ClawLink's hosted page runs the hosted OAuth flow — the user signs in with Google and approves the requested access.
Recommendation

Review the OAuth consent screen and requested scopes, use the intended Google account, and revoke the connection from ClawLink or Google when no longer needed.

What this means

Approved tool calls may change presentation content or deck state in the connected Google account.

Why it was flagged

The skill can invoke dynamic ClawLink tools, including write operations that update Google Slides. The artifact includes appropriate safeguards such as preview and user confirmation.

Skill content
For writes or anything marked as requiring confirmation, call `clawlink_preview_tool` first, then confirm with the user. Execute with `clawlink_call_tool`.
Recommendation

Preview changes, confirm the target presentation and requested edits, and avoid bulk or destructive actions unless the user explicitly approves them.

What this means

The installed plugin will mediate the connection to ClawLink tools and credentials, so its integrity matters.

Why it was flagged

The skill depends on an external ClawLink plugin that is not included in this skill's artifacts. The install is user-directed and named, but it introduces trust in that plugin and its registry source.

Skill content
Install the verified ClawLink plugin: `openclaw plugins install clawhub:clawlink-plugin`
Recommendation

Install the plugin only from the stated ClawHub source, verify it with ClawLink's published verification/source links if desired, and keep it updated.

What this means

Credential and integration traffic depends on ClawLink as a trusted intermediary for Google Slides access.

Why it was flagged

The skill routes credentials and Google Slides tool access through the ClawLink gateway. The endpoint and storage behavior are disclosed, and the instruction explicitly avoids pasting raw credentials into chat.

Skill content
The resulting device credential is stored locally in OpenClaw's plugin config and is only sent to `claw-link.dev`.
Recommendation

Use ClawLink only if you trust that provider, avoid sharing raw credentials in chat, and disconnect the integration if it is no longer needed.