← 返回 Skills 市场
428
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install matomo
功能描述
Query, analyze, and manage Matomo Analytics with API integration, custom reports, and goal tracking.
安全使用建议
This skill appears coherent and does what it says, but keep these precautions in mind before installing or using it:
- Confirm the Matomo URL you provide is your own self-hosted instance; the skill will send API requests only to that URL.
- Do NOT paste your token into chat. Follow the guidance to store the token in an environment variable (e.g., MATOMO_TOKEN) or the system keychain and reference it by name.
- Be aware that including token_auth in a query string (the examples use ?token_auth=...) can expose the token in server logs, proxies, or shell history. Use HTTPS and prefer secure storage; if possible avoid pasting tokens into command lines that might be recorded.
- Periodically inspect ~/matomo/ (memory.md, reports) to ensure no credentials were accidentally saved in plaintext.
- Because this is instruction-only (no code installed), the agent and you are responsible for following the documented rules; if you need stronger guarantees, prefer a skill that includes vetted code or an installable package from a trusted source.
- If you share access with others, rotate the token and limit its scope where Matomo supports that.
If you want, I can list the exact places the skill will write (files and directories), or suggest safer command patterns for calling Matomo so tokens are less likely to leak.
功能分析
Type: OpenClaw Skill
Name: matomo
Version: 1.0.1
The skill is designed for legitimate Matomo analytics integration and includes strong documentation emphasizing secure credential handling and limited data egress. However, the `SKILL.md` and `api.md` files provide `curl` command patterns that incorporate multiple user-controlled variables (e.g., `{matomo_url}`, `{method}`, `{site_id}`, `{period}`, `{date}`, `{token}`). If the OpenClaw agent executes these commands without robust input sanitization, it introduces a significant shell injection vulnerability, allowing a malicious user to potentially execute arbitrary commands on the host system. While there is no evidence of intentional malicious behavior by the skill author, this high-risk execution pattern makes the skill suspicious.
能力评估
Purpose & Capability
Name/description match the instructions: all guidance and examples focus on calling the user's Matomo API and storing only local configuration under ~/matomo/. The skill requests no unrelated binaries, credentials, or config paths.
Instruction Scope
Runtime instructions are narrowly scoped to querying the user's Matomo instance and maintaining local memory under ~/matomo/. The SKILL.md repeatedly warns not to store tokens in plaintext and to reference tokens by name. One operational note: the provided examples use token_auth in query strings (URL) which is standard for Matomo but can expose tokens in logs or intermediary proxies; the document does recommend env var/keychain storage but enforcement is left to the agent and user.
Install Mechanism
No install spec and no code files — this is instruction-only, which minimizes risk because nothing is downloaded or written by an installer.
Credentials
The skill declares no required environment variables or credentials. It suggests (optionally) using MATOMO_TOKEN or a system keychain to store a token, which is proportional to the task of calling a Matomo API.
Persistence & Privilege
always is false, user-invocable is true, and the skill only proposes to write under ~/matomo/. It does not request system-wide changes or access to other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install matomo - 安装完成后,直接呼叫该 Skill 的名称或使用
/matomo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Initial release
v1.0.0
Initial release
元数据
常见问题
Matomo Analytics 是什么?
Query, analyze, and manage Matomo Analytics with API integration, custom reports, and goal tracking. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 428 次。
如何安装 Matomo Analytics?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install matomo」即可一键安装,无需额外配置。
Matomo Analytics 是免费的吗?
是的,Matomo Analytics 完全免费(开源免费),可自由下载、安装和使用。
Matomo Analytics 支持哪些平台?
Matomo Analytics 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Matomo Analytics?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.1。
推荐 Skills