A powerful integration for managing Google Analytics accounts and automating data reporting through a secure, CLI-driven interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install google-analytics-integration
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-integration 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 for Openclaw Skills provides a robust bridge between your development environment and the GA4 API. By leveraging the Membrane framework, this skill eliminates the complexity of OAuth2 authentication and token management, allowing developers to focus on data extraction and property configuration. Whether you are managing multiple accounts or building automated reporting pipelines, this tool ensures secure and efficient communication with Google Analytics services.
Utilizing this skill within the Openclaw Skills ecosystem enables seamless integration of web traffic insights into your broader automation workflows. It provides pre-built actions for common tasks like listing properties, managing data streams, and running complex reports, while also offering a flexible proxy for direct API requests when specialized endpoints are required.
To begin using this skill with Openclaw Skills, first install the required CLI:
npm install -g @membranehq/cli
Authenticate your environment:
membrane login --tenant
Connect your Google Analytics account by searching for the connector and authorizing the link:
# Find the connector ID
membrane search google-analytics --elementType=connector --json
# Create the connection
membrane connect --connectorId=CONNECTOR_ID --json
The skill interacts with the Google Analytics hierarchical data model. Results are typically returned in a structured JSON format suitable for further automation.
| Level | Component | Description |
|---|---|---|
| 1 | Account | The highest level of organization for GA4 data. |
| 2 | Property | Represents a specific website or app data container. |
| 3 | Data Stream | The source of data (Web, iOS, or Android) within a property. |
| 4 | Events/Reports | Individual data points and aggregated metrics returned by queries. |
Loading
A professional-grade Membrane integration that enables AI agents to manage Freshbooks accounting, invoicing, and client data with automated authentication.

A comprehensive real estate CRM integration allowing AI agents to manage leads, deals, and tasks within the Follow Up Boss ecosystem.

A robust Copper CRM integration that allows AI agents to manage leads, opportunities, and customer relationships through the Membrane framework.

A powerful automation skill for managing Calendly users, events, and scheduling links via the Membrane CLI.

A powerful Greenhouse Harvest integration for Openclaw Skills to manage candidates, jobs, and recruitment data through a unified API bridge.

A comprehensive integration for managing payroll, employee records, and HR workflows through a secure automated interface.








































