Agent Plugins Marketplace
All plugins

google

v1.0.0

Google サービス連携プラグイン。Google Analytics (GA4) 公式 MCP サーバー analytics-mcp と GA4 データ分析スキル analyzing-with-google-analytics を含む。

CodexClaude Code1 Skill1 MCP serverstdio

By sumik51 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add google@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/sumik5/sumik-llm-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/google/.

Plugin files

plugins/google/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/analyzing-with-google-analytics/SKILL.md
└── .mcp.json

Included Skills1

analyzing-with-google-analyticsskills/analyzing-with-google-analytics/SKILL.md

Google Analytics 4 (GA4) のデータを公式 MCP サーバー analytics-mcp 経由で分析するスキル。アカウントサマリー取得・プロパティ詳細確認・標準/ファネル/リアルタイムレポート実行・カスタムディメンション/メトリクス取得・Google Ads リンク確認をカバーする。 Use when GA4 のトラフィック・コンバージョン・ユーザー行動を MCP ツール (run_report / run_realtime_report / run_funnel_report 等) で照会・分析するとき、または google プラグインの google-analytics MCP サーバーのセットアップ (ADC 認証・必要 API 有効化・環境変数) を行うとき。 For 検索可視性戦略・SEO/GEO・KPI 設計, use studio:optimizing-search-visibility instead. For BigQuery への GA4 エクスポートを使った大規模分析, use cloud:developing-google-cloud instead. For MCP サーバーそのものの開発・プロトコル, use lang:developing-mcp instead.

MCP servers1

google-analyticsstdio
command
./bin/pipx-mise.sh
args
analytics-mcp
cwd
.

Plugin manifests2

plugins/google/.codex-plugin/plugin.json
{
  "name": "google",
  "version": "1.0.0",
  "description": "Google サービス連携プラグイン。Google Analytics (GA4) 公式 MCP サーバー analytics-mcp と GA4 データ分析スキル analyzing-with-google-analytics を含む。",
  "author": {
    "name": "sumik5"
  },
  "keywords": [
    "claude-code",
    "skills",
    "mcp",
    "google-analytics",
    "ga4",
    "analytics"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp-codex.json",
  "interface": {
    "displayName": "Sumik Google",
    "shortDescription": "Google Analytics (GA4) 公式 MCP サーバーと GA4 分析スキルを提供するプラグイン",
    "longDescription": "Google Analytics (GA4) の公式 MCP サーバー analytics-mcp を同梱し、アカウントサマリー・各種レポート実行・ファネル/リアルタイム分析を可能にします。GA4 データ分析の使い方スキルを1個含みます。実行には Python 3.10+・pipx・Google Cloud の ADC 認証が必要です。",
    "developerName": "sumik5",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write",
      "Edit",
      "Bash"
    ],
    "websiteURL": "https://github.com/sumik5/sumik-claude-plugin",
    "privacyPolicyURL": "https://example.com/privacy",
    "termsOfServiceURL": "https://example.com/terms",
    "defaultPrompt": [
      "analyzing-with-google-analytics で GA4 レポートを実行",
      "run_report で過去28日のセッション数を取得",
      "run_realtime_report で現在のアクティブユーザーを確認"
    ],
    "brandColor": "#E37400"
  }
}
plugins/google/.claude-plugin/plugin.json
{
  "name": "google",
  "description": "Google サービス連携プラグイン。Google Analytics (GA4) の公式 MCP サーバー analytics-mcp を同梱し、アカウントサマリー取得・各種レポート実行・ファネル/リアルタイム分析を可能にする。GA4 データ分析の使い方スキル analyzing-with-google-analytics を1個含む。実行には Python 3.10+・pipx・Google Cloud の ADC 認証が必要。",
  "version": "1.0.0",
  "author": {
    "name": "sumik5"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[google on Agent Plugins Marketplace](https://pluginsmp.com/plugins/google)