← Back to Skills Marketplace
ivangdavila

Matomo Analytics

by Iván · GitHub ↗ · v1.0.1
linuxdarwinwin32 ⚠ suspicious
428
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install matomo
Description
Query, analyze, and manage Matomo Analytics with API integration, custom reports, and goal tracking.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install matomo
  3. After installation, invoke the skill by name or use /matomo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Initial release
v1.0.0
Initial release
Metadata
Slug matomo
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Matomo Analytics?

Query, analyze, and manage Matomo Analytics with API integration, custom reports, and goal tracking. It is an AI Agent Skill for Claude Code / OpenClaw, with 428 downloads so far.

How do I install Matomo Analytics?

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

Is Matomo Analytics free?

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

Which platforms does Matomo Analytics support?

Matomo Analytics is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Matomo Analytics?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.1.

💬 Comments