Communityv1.2.3

google-analytics

Google Analytics API integration with managed OAuth. This skill includes two separate APIs: the Admin API (write-capable — can create, update, and delete accounts, properties, and data streams) and the Data API (read-only — runs reports on sessions, users, page views, and conversions). Prefer the Data API connection for reporting-only tasks. Use the Admin API only when administrative changes are explicitly needed. All Admin API write operations require explicit user approval with specific resource identifiers before execution. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login, or over raw HTTP with a Maton API key where the CLI cannot be installed. The endpoints documented here are the intended surface, not a technical limit — the `maton api` passthrough can reach others the connection permits. Default to read and list calls, and confirm every write or new connection with the user.

12.6kdownloads18starsbyungkyu
View on ClawHubBack to Skills

Skill Details

Slug
google-analytics
Latest Version
1.2.3
Author
byungkyu
Published
Feb 2, 2026
Updated
Sep 4, 2026
Total Versions
15

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for google-analytics.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.2.3

Extract only the needed account fields in the raw HTTP fallback example instead of printing the whole response body