Google Search Console
ReviewAudited by ClawScan on May 1, 2026.
Overview
This appears to be a transparent Google Search Console integration, but it requires a Maton API key/OAuth connection and can read Search Console data or make user-approved sitemap changes.
This skill is coherent for Google Search Console use. Install it only if you trust Maton with managed OAuth access, set the API key securely, choose the correct connection when multiple accounts exist, and require clear confirmation before any sitemap or connection deletion/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.
The agent can access Search Console data for the connected Google account when given the Maton key and OAuth connection.
The skill requires a Maton API key and uses managed OAuth to access the connected Google Search Console account, which is sensitive but aligned with the stated integration purpose.
Maton proxies requests to `www.googleapis.com` and automatically injects your OAuth token. ... Authorization: Bearer $MATON_API_KEY
Use only the intended Google account and connection, keep the Maton API key private, and revoke unused connections when finished.
Approved write or delete calls could change sitemap settings and affect how Google indexes the site.
The API reference includes mutating sitemap operations, but the artifact also instructs the agent to confirm write actions with the user first.
PUT /google-search-console/webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}
DELETE /google-search-console/webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}
...
**All write operations require explicit user approval.**Before approving any write or delete operation, verify the site URL, sitemap path, target account, and intended effect.
Search Console requests and responses are mediated by Maton, which users must trust to handle the OAuth connection and API data appropriately.
Requests are routed through Maton’s API gateway rather than directly to Google, so Search Console API traffic depends on that third-party service boundary.
Base URL
https://api.maton.ai/google-search-console/{native-api-path}
Maton proxies requests to `www.googleapis.com`Review Maton’s account, connection, and data-handling practices before connecting sensitive Search Console properties.
