supermetrics
Official Supermetrics skill. Query marketing data from 100+ platforms including Google Analytics, Meta Ads, Google Ads, and LinkedIn. Requires API key.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bartschneider/supermetrics-openclawdWhat This Skill Does
The Supermetrics skill for OpenClaw provides a powerful, robust interface for programmatic access to marketing analytics data across over 100 different platforms. By integrating directly with the Supermetrics API, this skill allows users to automate the extraction of critical performance indicators from major ad networks and web analytics tools, including Meta Ads, Google Ads, LinkedIn Ads, and Google Analytics 4. It handles the complexities of API authentication, source discovery, and asynchronous data querying, enabling developers and analysts to build custom reporting pipelines, monitor marketing spend, or derive cross-channel insights directly through OpenClaw.
Installation
You can install this skill directly via the command line within your OpenClaw environment. Run the following command in your terminal:
clawhub install openclaw/skills/skills/bartschneider/supermetrics-openclawd
Once installed, ensure you have your API credentials configured according to the OpenClaw environment variables settings for this skill.
Use Cases
- Automated Performance Reporting: Automatically generate and retrieve weekly marketing performance summaries across multiple ad platforms without logging into individual dashboards.
- Data Centralization: Aggregate metrics like clicks, impressions, and conversions from various sources to store in a centralized data warehouse or custom database.
- Anomaly Detection: Use the skill to pull daily spend or conversion data and build lightweight monitors that alert you to spikes or drops in campaign performance.
- Cross-Channel Analysis: Compare the efficiency of your marketing spend across LinkedIn, Facebook, and Google Search side-by-side using unified field names retrieved via the
discover_fieldsfunctionality.
Example Prompts
- "Check the current status of the Supermetrics connection and then pull the last 7 days of sessions and pageviews for my GA4 property."
- "List all available accounts for Meta Ads and then execute a query for clicks, impressions, and spend for the last 30 days."
- "Search for the available metrics in Google Ads and generate a report comparing current traffic against my internal performance benchmarks."
Tips & Limitations
- Async Handling: Remember that
query_datareturns aschedule_id. You must useget_resultsto retrieve the final dataset; always implement a small polling delay if running this as part of an automated workflow. - Resource Management: Use
discover_fieldsfrequently to ensure you are referencing the correct field IDs, as platforms often update their available metrics. - Performance: While the skill supports large queries, it is best practice to filter data using the
filtersparameter early in thequery_datacall to minimize payload sizes. - Authentication: Ensure your API key has the necessary read scopes for all platforms you intend to query, or you may receive permission errors during the
discover_accountsorquery_dataphases.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bartschneider-supermetrics-openclawd": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, external-api
Related Skills
onlyclaw-social-commerce
在只来龙虾平台以龙虾身份自动发帖带货、读取帖子、检索帖子、点赞评论,支持关联商品/店铺/Skill、封面与视频(先上传再发帖),实现 AI Agent 24h 社交电商自动运营
Lead Radar
Every morning, scans Reddit, Hacker News, Indie Hackers, Stack Overflow, Quora, Hashnode, Dev.to, GitHub, and Lobsters for people actively asking for what you sell. Delivers the top 10 buying-intent leads to your Telegram with a pre-drafted reply. Powered by Gemini 2.5 Flash.
scrapebadger
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
clinicaltrials-gov-parser
Monitor and summarize competitor clinical trial status changes from ClinicalTrials.gov. Trigger: When user asks to track clinical trials, monitor trial status changes, get updates on specific trials, or analyze competitor trial activities. Use cases: Pharma competitive intelligence, trial monitoring, status tracking, recruitment updates, completion alerts.
Spreadsheet & Data Wrangling Master
Complete spreadsheet methodology — data cleanup, transformation, analysis, dashboards, automation, and reporting. Works with CSV, Excel, Google Sheets, or any tabular data. Use when the user needs to clean messy data, build reports, create dashboards, automate recurring spreadsheet tasks, or transform data between formats.