Skills google-analytics-automation
๐Ÿ“ฆ

google-analytics-automation

Content revision r2 Medium Risk โš™๏ธ External commands๐ŸŒ Network access

Automate Google Analytics Reporting

Manual GA4 reporting requires repeated property discovery, schema checks, and pagination. This skill guides Rube MCP through reliable reporting and analysis workflows.

Supports: Claude Codex Code(CC)
๐Ÿ“Š 69 Adequate

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "google-analytics-automation" from https://skillstore.io/skills/sickn33-google-analytics-automation.md and its manifest at https://skillstore.io/api/skills/sickn33-google-analytics-automation/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Test it

Using "google-analytics-automation". List the properties available under my primary Google Analytics account.

Expected outcome:

  • Storefront Production - properties/123456
  • Storefront Staging - properties/789012

Using "google-analytics-automation". Report sessions and active users by device for the last seven complete days.

Expected outcome:

Mobile led with 18,420 sessions and 14,870 active users. Desktop recorded 7,930 sessions, while tablet recorded 620.

Using "google-analytics-automation". Analyze the view-item, add-to-cart, and purchase funnel by device.

Expected outcome:

Mobile had the largest audience but the steepest add-to-cart loss. Desktop retained more users between cart and purchase.

Security Audit

Medium Risk
v5 โ€ข 7/24/2026 Open versioned report

All 60 command-execution alerts are false positives caused by Markdown backticks and code fences. The skill makes an expected third-party MCP connection and delegates Google OAuth through Rube.

1
Files scanned
237
Lines analyzed
1
Review items
0
False positives ignored

Confirmed security concerns (1)

Medium
Third-Party OAuth Delegation
The setup routes Google OAuth through Rube MCP, giving the external service access to authorized Google Analytics resources.
The instructions explicitly configure Rube MCP, manage a Google Analytics connection, and direct the user to complete Google OAuth.
Capability review items (1)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

Low
Hardcoded URL
**Get Rube MCP**: Add `https://rube.app/mcp` as an MCP server in your client configuration. No API k
The setup directs the client to an external Rube MCP endpoint, so tool traffic leaves the client boundary and depends on the provider's security.
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/sickn33-google-analytics-automation/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/sickn33-google-analytics-automation/security.svg)](https://skillstore.io/skills/sickn33-google-analytics-automation?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/sickn33-google-analytics-automation?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-google-analytics-automation/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/sickn33-google-analytics-automation.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

sickn33. (2026). google-analytics-automation security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-google-analytics-automation/audits/5

BibTeX citation

@techreport{sickn33-sickn33-google-analytics-automation-2026, author = {sickn33}, title = {google-analytics-automation security audit report (audit version 5)}, institution = {Skillstore}, year = {2026}, number = {5}, url = {https://skillstore.io/skills/sickn33-google-analytics-automation/audits/5}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "google-analytics-automation security audit report (audit version 5)" version: "unspecified" type: report authors: - name: "sickn33" date-released: "2026-07-24" url: "https://skillstore.io/skills/sickn33-google-analytics-automation/audits/5" identifiers: - type: other value: "skillstore:sickn33-google-analytics-automation:audit:5" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
55
Architecture
85
Maintainability
87
Content
68
Community
83
Spec Compliance

What You Can Build

Monitor Marketing Performance

Compare sessions, users, and revenue by source or campaign across a selected date range.

Review Product Funnels

Measure ordered user steps and identify conversion drop-off by device or another supported breakdown.

Automate Client Reporting

Run several recurring reports for one client property and summarize the returned metrics.

Try These Prompts

List My GA4 Properties
List my accessible Google Analytics accounts and properties. Show each display name with its full resource identifier.
Run a Traffic Report
For property [property], report sessions and active users by date for [date range]. Check compatibility and return every page.
Compare Acquisition Segments
For property [property], compare sessions, conversions, and revenue by source, medium, and device for [date range]. Sort by sessions.
Analyze a Conversion Funnel
For property [property], build a closed funnel for [steps] during [date range]. Break results down by device and explain major drop-offs.

Best Practices

  • Search available tools first because MCP schemas can change.
  • Resolve and confirm the full property resource identifier before running reports.
  • Check dimension and metric compatibility before complex reports or batches.

Avoid

  • Do not use a numeric property identifier without the properties prefix.
  • Do not assume an empty report always includes a rows field.
  • Do not request large unpaginated result sets or ignore returned page tokens.

Frequently Asked Questions

What connection does this skill require?
It requires Rube MCP and an active Google Analytics connection authorized through Google OAuth.
Can it access every Google Analytics property?
No. It can access only properties permitted for the connected Google identity.
Does it support GA4 standard reports?
Yes. It can request supported dimensions, metrics, filters, sorting, date ranges, limits, and offsets.
Can it run several reports together?
Yes. A batch can contain up to five report requests for the same property.
How does it handle incompatible metrics and dimensions?
It can retrieve property metadata and check compatibility before submitting a report.
Does it change key event configuration?
The documented workflow lists existing key events. It does not document creating, updating, or deleting them.

Developer Details

Author

sickn33

License

MIT

Skillstore revision

r2

Version notice

The author did not declare a version.

Ref

88a8e9a07f4c54ab105c1c41b6267c287146b07b

Maintenance freshness

7/26/2026

Usage

9 downloads ยท 83 views

File structure

๐Ÿ“„ SKILL.md

More from sickn33

View all
View all