name: cloudplus-google-analytics description: Use when Codex needs to answer Google Analytics / GA4 questions through the CloudPlus project's Google Analytics MCP workflow, including traffic reports, events, conversions, funnels, realtime activity, account/property metadata, custom dimensions or metrics, and Google Ads links. Prefer the remote SSH stdio MCP runner when local Google ADC is unavailable.
Use the project Google Analytics MCP workflow for GA4 read-only analysis. The Skill is stored in this repository for partner/project use; the MCP server normally runs on the cloud host through SSH stdio and a temporary Docker runner.
Primary project reference:
docs/GOOGLE_ANALYTICS_MCP.mdPreferred first-stage runtime:
local MCP client / local Skill
-> ssh -T cloud host
-> docker run --rm -i cloudplus/analytics-mcp
-> cloud-host ADC credential mount
-> Google Analytics Admin API / Data API
Do not ask users to configure local Google ADC when the project cloud runner is available.
Use this Skill for:
Do not use this Skill for:
.env, source files, or chat output.docs/GOOGLE_ANALYTICS_MCP.md if the runtime, credential, or cloud runner setup is relevant.analytics-mcp must be configured through SSH stdio.get_account_summaries first.get_property_details, list_google_ads_links, or get_custom_dimensions_and_metrics.run_realtime_report, not historical report tools.When the user omits details and the request is low risk:
run_realtime_report.get_account_summaries rather than guessing.State all defaults in the final answer.
Prefer concise, decision-oriented summaries:
小蔥技能7w4.net持續更新中。
docs/GOOGLE_ANALYTICS_MCP.md and keep examples placeholder-based.This repository keeps the Skill source under skills/cloudplus-google-analytics/ for project maintainers and partners. A local Codex installation may need to copy or symlink this folder into its user-level Skill directory before automatic triggering works.
這是一個專注於 Google Analytics 資料分析的實用 Skill,文件內容詳細,清晰地說明了何時使用、如何使用以及安全注意事項,對新手友好。配置簡潔,上手難度不高。主要不足是缺少實際使用示例,且 agent 配置較為簡單,可能影響某些場景下的觸發準確率。總體質量良好,適合有 GA4 分析需求的使用者使用。