Google Docs
PassAudited by ClawScan on May 7, 2026.
Overview
This is a coherent Google Docs integration, but it uses Maton-managed OAuth and can read or change Google Docs content with user approval.
This skill appears purpose-aligned and not malicious based on the provided artifacts. Before installing, make sure you trust Maton with Google Docs access, protect your MATON_API_KEY, use the correct Google connection, and approve write operations only after checking the exact document and intended change.
Findings (3)
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.
If the API key or OAuth connection is misused, someone could access or modify Google Docs content available to the connected account.
The skill relies on delegated Google OAuth access through Maton, which is expected for this integration but gives the service authority to act on the connected Google Docs account.
Maton proxies requests to `docs.googleapis.com` and automatically injects your OAuth token.
Use only trusted Maton accounts, protect MATON_API_KEY, specify the intended connection when multiple accounts exist, and revoke connections that are no longer needed.
Accidental or misunderstood approvals could create, change, or delete Google Docs-related resources.
The skill can perform document-changing actions, but it also includes a clear approval requirement for high-impact writes.
**All write operations require explicit user approval.** Before executing any create, update, or delete call, confirm the target resource and intended effect with the user.
Before approving any write action, verify the document ID, account connection, and exact change being requested.
Sensitive document content or metadata may pass through Maton's infrastructure as part of normal use.
Google Docs requests are routed through the Maton API gateway, so document requests and responses may transit a third-party service.
Base URL
```
https://api.maton.ai/google-docs/{native-api-path}
```Only use this skill with documents and Google accounts you are comfortable routing through Maton, and review Maton's privacy and security practices if handling sensitive content.
