A comprehensive integration for managing Google Analytics 4 properties and retrieving reporting data via managed OAuth.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install google-analytics-api
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install google-analytics-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Google Analytics skill provides a streamlined interface for interacting with both the Google Analytics Admin API and Data API. By utilizing the Maton gateway, developers can bypass the complexities of manual OAuth handling and directly manage accounts, properties, and data streams. This Openclaw Skills integration is essential for developers looking to automate reporting workflows or programmatically configure GA4 environments without the overhead of token management.
Built specifically for the modern analytics stack, this skill supports GA4 properties exclusively. It allows for seamless transitions between administrative tasks, such as creating custom dimensions, and analytical tasks, like running real-time reports. By integrating this into your Openclaw Skills library, you gain a professional-grade tool for data-driven automation.
To start using this skill, set your Maton API key as an environment variable and establish a connection.
# Set your API key
export MATON_API_KEY="YOUR_API_KEY"
# Create an Admin API connection
curl -s -X POST "https://ctrl.maton.ai/connections" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MATON_API_KEY" \
-d '{"app": "google-analytics-admin"}'
After running the command, open the provided URL in your browser to authorize your Google account.
The skill organizes interaction through two primary API gateways and a connection management layer:
| Component | Endpoint Base | Functionality |
|---|---|---|
| Admin API | /google-analytics-admin/v1beta/ |
Manage accounts, properties, and data streams |
| Data API | /google-analytics-data/v1beta/ |
Execute reports, real-time queries, and metadata retrieval |
| Connections | https://ctrl.maton.ai/connections |
Manage OAuth session lifecycle and multi-account mapping |
Loading
A local-to-cloud bridge for processing Speech-to-Text with Whisper and Text-to-Speech via AWS Polly.

A specialized skill for synchronizing Garmin Connect activity history and training schedules into a structured JSON database.

A local-first REST API for managing tasks, recurring payments, and project progress logs with full JSON persistence.

A bridge for AI agents to query, search, and retrieve live Microsoft technical documentation and official code samples.

A comprehensive journalistic workflow for AI agents to collect materials, verify facts, and generate publication-ready news content.

A skill that prevents fake progress by enforcing artifact-based verification and hard evidence reporting for AI agent tasks.








































