← 返回 Skills 市场
bartschneider

Supermetrics

作者 bartschneider · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1832
总下载
3
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install supermetrics-openclawd
功能描述
Official Supermetrics skill. Query marketing data from 100+ platforms including Google Analytics, Meta Ads, Google Ads, and LinkedIn. Requires API key.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install supermetrics-openclawd
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /supermetrics-openclawd 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug supermetrics-openclawd
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Supermetrics 是什么?

Official Supermetrics skill. Query marketing data from 100+ platforms including Google Analytics, Meta Ads, Google Ads, and LinkedIn. Requires API key. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1832 次。

如何安装 Supermetrics?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install supermetrics-openclawd」即可一键安装,无需额外配置。

Supermetrics 是免费的吗?

是的,Supermetrics 完全免费(开源免费),可自由下载、安装和使用。

Supermetrics 支持哪些平台?

Supermetrics 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Supermetrics?

由 bartschneider(@bartschneider)开发并维护,当前版本 v1.0.1。

💬 留言讨论