finding-google-skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Manages Google Analytics account and property settings, enables the Analytics Admin API via the Cloud CLI, lists accounts and properties, and manages data streams, custom dimensions, conversion events, and integrations. Use when you need to programmatically configure Google
$ npx -y skills add google/skills --skill google-analytics-admin-api-basics --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/google-analytics-admin-api-basicsContext preview
The summary Claude sees to decide when to auto-load this skill.
Manages Google Analytics account and property settings, enables the Analytics Admin API via the Cloud CLI, lists accounts and properties, and manages data streams, custom dimensions, conversion events, and integrations. Use when you need to programmatically configure Google
name: google-analytics-admin-api-basics metadata: category: GoogleAnalytics description: >- Manages Google Analytics account and property settings, enables the Analytics Admin API via the Cloud CLI, lists accounts and properties, and manages data streams, custom dimensions, conversion events, and integrations. Use when you need to programmatically configure Google Analytics accounts, provision properties, manage data retention, configure Measurement Protocol secrets, or manage Firebase and Google Ads links.
The Google Analytics Admin API provides programmatic access to Google Analytics account and property configuration. It lets you automate account management, manage data streams, configure custom dimensions, and handle product integrations.
Before making API calls, ensure the Google Analytics Admin API is enabled in your Google Cloud project.
If `gcloud` is not found, prompt the user to install the Google Cloud CLI before running these commands.
1. **Enable the API:** Use the Cloud CLI (`gcloud`) to enable `analyticsadmin.googleapis.com`.
gcloud services enable analyticsadmin.googleapis.com --quiet
*Why: Enabling the API ensures your Cloud project has the necessary quota and permissions allocated for managing Google Analytics configurations.*
2. **Verify API Enablement:**
gcloud services list --enabled --filter="analyticsadmin.googleapis.com"
To authenticate your API requests, you must generate Application Default Credentials (ADC) and give your account the necessary scopes. Run the following command in your terminal:
gcloud auth application-default login --scopes="https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/analytics.readonly"
*Why: This configures ADC in your local environment with the required Cloud Platform and Google Analytics read-only scopes, allowing the client library to automatically authenticate your requests.*
> [!NOTE] **Configuration Changes**: Methods changing the Google Analytics > account/property configuration will need the > `https://www.googleapis.com/auth/analytics.edit` scope.
You can use the Google Analytics Admin API to:
https://developers.google.com/analytics/devguides/config/admin/v1/access-api.md.txt for more info)
The following capabilities are currently available only in the `v1alpha` version of the Admin API:
identity, and User Provided Data settings
To interact with the Admin API, use the official Google Analytics Admin client library. Note that `v1beta` is the most stable version of the Admin API. For the latest features, consider using `v1alpha`.
> [!IMPORTANT] **Mandatory Agent Directive:** When the user selects or requires > a specific programming language, read the corresponding client library setup > reference guide in `references/` listed below.
If you need to install or set up the Google Analytics Admin API client library for Python, read the setup guide:
`google-analytics-admin`)*
If you need to install or set up the Google Analytics Admin API client library for Java, read the setup guide:
`com.google.cloud:google-cloud-analytics-admin`)*
If you need to install or set up the Google Analytics Admin API client library for PHP, read the setup guide:
`google/analytics-admin`)*
If you need to install or set up the Google Analytics Admin API client library for Node.js, read the setup guide:
`@google-analytics/admin`)*
If you need to install or set up the Google Analytics Admin API client library for Go, read the setup guide:
`cloud.google.com/go/analytics/admin/apiv1beta`)*
If you need to install or set up the Google Analytics Admin API client library for .NET / C#, read the setup guide:
`Google.Analytics.Admin.V1Beta`)*
If you need to install or set up the Google Analytics Admin API client library for Ruby, read the setup guide:
`google-analytics-admin-v1alpha`)*
> [!NOTE] **Additional Resources**: For further examples of calling the Admin > API with Java, PHP, Node.js, .NET, Python, and REST, as well as hints on > au
This repository contains Agent Skills for Google products and technologies, including Google Cloud.
Repo: google/skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Provides safety-critical validation, guardrails, and data reduction for gcloud CLI operations across Google Cloud Platform (GCP) services and infrastructure.…
Provides expert guidance on authenticating and authorizing to Google Cloud services and APIs, covering human users, service identities, Application Default…
Guides a developer's first steps on Google Cloud, covering account creation, billing setup, project management, and deploying a first resource. Use when a new…
Searches, retrieves, and synthesizes official Google developer documentation across Google Cloud, AI/Gemini, Android, Chrome, Web, Flutter, Go, Firebase, and…
Guides developers through managing (adding, removing, and clearing) audience members for Google products using the Data Manager API and its associated client…