← Back to Skills Marketplace
bartschneider

Supermetrics

by bartschneider · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1832
Downloads
3
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install supermetrics-openclawd
Description
Official Supermetrics skill. Query marketing data from 100+ platforms including Google Analytics, Meta Ads, Google Ads, and LinkedIn. Requires API key.
Usage Guidance
This package appears to implement a normal Supermetrics API client and only needs SUPERMETRICS_API_KEY, but there are provenance and metadata inconsistencies you should resolve before installing: 1) Verify the skill's publisher/source — it claims to be 'Official' but has no homepage or authoritative source listed. Prefer an integration obtained directly from Supermetrics or a trusted registry entry. 2) Confirm the platform will prompt you to provide SUPERMETRICS_API_KEY (the registry metadata omitted it); do not paste other secrets. 3) Note the code will read a .env file at ~/.openclaw/skills/supermetrics-openclawd/.env if the env var is absent — ensure that file does not contain additional unrelated secrets. 4) Check that the BASE_URL (https://mcp.supermetrics.com) matches Supermetrics' documented endpoints. If you cannot verify publisher authenticity, run the skill in a restricted environment, provide a least-privilege API key (revocable), and monitor network usage and logs. If you want higher assurance, ask the publisher for a homepage/repo or use an official Supermetrics integration.
Capability Analysis
Type: OpenClaw Skill Name: supermetrics-openclawd Version: 1.0.1 The skill bundle appears benign. The `supermetrics.py` script acts as a client for the Supermetrics API, retrieving the `SUPERMETRICS_API_KEY` from environment variables or a skill-specific `.env` file and using it to authenticate requests to `https://mcp.supermetrics.com`. All network calls are directed to this legitimate domain, and there is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or obfuscation. The `SKILL.md` file provides clear, non-malicious instructions for using the API and does not contain any prompt injection attempts against the agent.
Capability Assessment
Purpose & Capability
The SKILL.md and the Python client both implement a Supermetrics API client and require SUPERMETRICS_API_KEY — that is coherent with the stated purpose. However the registry metadata shown above lists no required env vars or primary credential, and the package claims to be 'Official Supermetrics' while source/homepage are unknown. That mismatch (claimed officialness + missing provenance + metadata omission) is an integrity/provenance concern.
Instruction Scope
Runtime instructions and the code are scoped to calling Supermetrics endpoints (POST /mcp/{tool_name} and GET /health) and returning results. The client only reads SUPERMETRICS_API_KEY (from the environment or a single .env file under ~/.openclaw/skills/<slug>/.env). It does not access other system paths or unrelated environment variables, nor does it send data to unexpected third-party endpoints in the reviewed code.
Install Mechanism
No install spec is present and the skill is provided as code only — nothing is downloaded or written by an installer. This has lower installation risk.
Credentials
The code and SKILL.md require SUPERMETRICS_API_KEY, which is proportionate for an API client. However the registry metadata (above) omitted required env vars/primary credential even though SKILL.md declares SUPERMETRICS_API_KEY — this inconsistency is suspicious and could cause the platform to not surface the credential requirement to users. The client will also try to read a .env file at ~/.openclaw/skills/supermetrics-openclawd/.env if the env var is not set.
Persistence & Privilege
The skill does not request always: true, does not modify other skills or system-wide agent settings, and does not persist credentials beyond reading an environment variable or its own .env file. Autonomous invocation is allowed (platform default) and not by itself a flag in this package.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install supermetrics-openclawd
  3. After installation, invoke the skill by name or use /supermetrics-openclawd
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated description to indicate this is the official Supermetrics skill and clarify API key requirement. - Bumped version number to 1.0.1. - Added support for loading API key from .env file or as environment variable
v1.0.0
Supermetrics Skill 1.0.0 — Initial Release - Query marketing data from over 100 platforms including Google Analytics, Meta Ads, Google Ads, and LinkedIn. - Provides helper functions to discover sources, accounts, fields, query data, and retrieve results. - Supports advanced filtering, custom date ranges, and common metric/dimension lookups. - Includes functions for server health check and resource search. - Requires a SUPERMETRICS_API_KEY for authentication.
Metadata
Slug supermetrics-openclawd
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Supermetrics?

Official Supermetrics skill. Query marketing data from 100+ platforms including Google Analytics, Meta Ads, Google Ads, and LinkedIn. Requires API key. It is an AI Agent Skill for Claude Code / OpenClaw, with 1832 downloads so far.

How do I install Supermetrics?

Run "/install supermetrics-openclawd" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Supermetrics free?

Yes, Supermetrics is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Supermetrics support?

Supermetrics is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Supermetrics?

It is built and maintained by bartschneider (@bartschneider); the current version is v1.0.1.

💬 Comments