Google Sheets

v1.0.6

Google Sheets API integration with managed OAuth. Read and write spreadsheet data, create sheets, apply formatting, and manage ranges. Use this skill when users want to read from or write to Google Sheets. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

11· 11.6k·46 current·49 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (Google Sheets integration) match the declared requirement (MATON_API_KEY) and the SKILL.md shows calls to a Maton gateway that proxies sheets.googleapis.com. Requesting a single gateway API key is coherent for a managed-OAuth proxy.
Instruction Scope
SKILL.md only instructs network calls to maton.ai / ctrl.maton.ai / gateway.maton.ai and to use the MATON_API_KEY. It does not direct the agent to read unrelated files, environment variables, or system paths. OAuth flow is correctly described (open returned URL).
Install Mechanism
No install spec and no code files (instruction-only). This minimizes on-disk persistence and unexpected installs.
Credentials
Only MATON_API_KEY is required, which is proportionate for a gateway-based Google Sheets integration. However, using this skill means a third party (Maton) will broker OAuth tokens and will see spreadsheet access — users should treat MATON_API_KEY as highly sensitive and verify Maton's trust/privacy before use.
Persistence & Privilege
always is false and there is no install step that modifies other skills or system-wide configs. The skill does not request elevated or persistent platform privileges.
Assessment
This skill is consistent with a managed Google Sheets proxy that requires a Maton API key. Before installing: 1) Treat MATON_API_KEY as a secret — do not share it broadly. 2) Understand that Maton (gateway.maton.ai / ctrl.maton.ai) will broker OAuth and can access your Google Sheets data — review Maton's documentation, privacy policy, and requested OAuth scopes. 3) If you prefer not to route data through a third party, use a direct Google API integration instead. 4) Use test accounts/sheets first, and revoke connections via the provided control URL when done.

Like a lobster shell, security has layers — review code before you run it.

latestvk9769x5c90rwgwndxyez8ba80h80x8t1

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🧠 Clawdis
EnvMATON_API_KEY

Comments