Loading...
Loading...
Complete skill for the Analyzify Shopify analytics and tracking app. Covers all Analyzify MCP features and workflows. Trigger when the user wants to: check store info, view workspace details, query Google Analytics 4 data, run GA4 reports, check GA4 traffic, query Google Search Console data, view search performance, top queries, query Google Ads campaigns and performance, view ad spend and ROAS, access Shopify store data via Admin API, list products, collections, orders, query historical analytics reports, campaign attribution, traffic trends, check connected accounts, view API key capabilities, or any Analyzify-related task. Covers questions like: "what is my store", "what is my space ID", "show my GA4 traffic", "top search queries this week", "how are my Google Ads performing", "list my products", "show campaign attribution", "compare organic vs paid traffic", "what accounts are connected", "what plan am I on", "show my store dashboard", "daily sessions this month". All operations use MCP tools: execute_graphql, execute_report_graphql, introspect_schema, introspect_report_schema.
npx skill4agent add analyzify/analyzify-mcp-public analyzify| API | Introspect tool | Execute tool | What it has |
|---|---|---|---|
| Analyzify API | | | Live data: Shopify proxy, GA4 proxy, GSC proxy, Google Ads proxy, workspace info |
| Report API | | | Historical data: traffic trends, campaign attribution, aggregated metrics |
execute_graphql{ extMe { workspaceId shopUrl shopName shopifyShopId shopifyScope shopifyIanaTimezone capabilities keyName reportSpaceId ga4 { propertyID accountName } googleAds { accountID } googleSearchConsole { url } } }| Playbook | Triggers | File |
|---|---|---|
| Diagnose Sales Drop | "Why are sales down?", "Revenue dropped", "What changed?", "Why did X decline?", "Something broke" | |
| Weekly/Monthly Report | "Weekly report", "Monthly recap", "Business summary", "How did we do?" | |
| Profit & Revenue | "What's my profit?", "Revenue?", "MER?", "Costs?", "P&L?", "Margin?" | |
| Sales & Orders | "Total sales?", "Orders?", "AOV?", "Returns?", "Find order #X?" | |
| Product Optimization | "Best/worst products?", "What should I promote?", "High views low sales?", "Dead stock?" | |
| Ad Performance | "How are my ads?", "ROAS?", "Campaign performance?", "Best/worst campaigns?" | |
| Budget Allocation | "Where to spend more?", "Budget optimization?", "Scale ads?", "Cut wasteful spend?" | |
| Attribution | "Where do orders come from?", "First/last touch?", "Channel attribution?" | |
| Conversion Optimization | "Improve conversion rate?", "Cart abandonment?", "Funnel?", "Bounce rate?", "Mobile conversion?" | |
| Traffic & SEO | "Traffic sources?", "SEO?", "Top queries?", "Landing pages?", "404s?" | |
| Seasonal / YoY | "Compare to last year?", "YoY growth?", "Seasonal trends?", "Am I on track?", "BFCM planning?" | |
| Discount & Promo Impact | "Are discounts working?", "Promotion results?", "Margin impact?", "Should I run a sale?" | |
| Conversion Health | "Is tracking working?", "Last conversion?", "Tags broken?", "PMax not converting?" | |
| Store Health | "How's my store?", "Overview?", "Dashboard?", "KPIs?" | |
| Customer Insights | "New vs returning?", "Segments?", "CAC?", "Repeat rate?", "LTV?" | |
| Flow | Trigger | Reference |
|---|---|---|
| Workspace & Account Info | User asks about store, space ID, capabilities, connected accounts | |
| Shopify Store Data | User wants products, collections, orders, themes, or any Shopify Admin data | |
| Google Analytics 4 | User wants GA4 traffic, reports, sessions, pageviews, realtime data | |
| Google Search Console | User wants search performance, top queries, impressions, clicks, CTR | |
| Google Ads | User wants ad campaigns, spend, ROAS, conversions, keywords | |
| Analytics Reports | Full report query reference with all fields, inputs, and response shapes | |
references/reports.mdexecute_report_graphqlshopifyProxyga4ScorecardsprofitMerReportgadsCampaignsPerformancefbCampaignInsightsga4ProxyshopifyProxyreferences/reports.mdintrospect_schemaintrospect_report_schemaversionanalyzify-mcp versionnpx skills add analyzify/analyzify-mcp-publiccurl -sL https://raw.githubusercontent.com/analyzify/analyzify-mcp-public/main/install.sh | sh{ extMe { workspaceId shopUrl shopName shopifyShopId shopifyIanaTimezone reportSpaceId capabilities keyName ga4 { propertyID accountName } googleAds { accountID } googleSearchConsole { url } } }{ shopifyProxy(query: "{ products(first: 10) { edges { node { id title handle status } } } }") { data errors } }query($body: JSON) { ga4Proxy(input: { path: "properties/{propertyID}:runReport", body: $body }) { statusCode data } }