N8n Monitor

v1.0.1

Monitora o estado, saúde, logs recentes e uso de CPU/memória dos containers N8N via comandos Docker.

1· 4.4k·8 current·9 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The SKILL.md describes Docker-based monitoring of n8n (ps, logs, inspect, stats) which is coherent with the skill name. However: (1) the skill's declared requirements list no required binaries even though the runtime instructions call docker commands, and (2) the code/metadata mention 'envia alertas' (sends alerts) but there is no code, config, or declared env var for alerting/webhook destinations. These are mismatches that should be clarified.
Instruction Scope
Runtime instructions are narrowly scoped to running Docker CLI commands against a container named 'n8n' and formatting results as Markdown. They do not ask for unrelated files, other env vars, or external endpoints. Note: reading container logs can surface sensitive data (secrets, tokens) inside those logs — expected for a monitor but worth being aware of.
Install Mechanism
No install spec (instruction-only with tiny JS stubs). This is low-risk from an install perspective because nothing is downloaded or written to disk during install.
Credentials
The skill requests no env vars or credentials (proportionate). But the manifest and comments claiming 'sends alerts' would normally require webhook URLs, API keys, or similar — none are declared. Also SKILL.md assumes docker is available but does not list it as a required binary. These omissions reduce clarity about what secrets/config the skill might need if extended.
Persistence & Privilege
always:false and no requests to modify other skills or system configs. The small included code does not persist state or self-enable; it only logs a message. No elevated persistence or privileged behavior observed.
What to consider before installing
This skill appears to be a simple Docker-based monitor for an n8n container, but there are a few things to check before installing: 1) The SKILL.md expects docker CLI commands, yet the skill metadata does not list Docker as a required binary — ensure the agent runtime actually has Docker and that you are comfortable letting the skill run docker commands. 2) The code/description mention sending alerts but there is no implementation or declared webhook/API keys — ask the author how alerting is configured and what credentials, if any, would be required. 3) Container logs can contain secrets; run this skill only in an environment where reading n8n logs is acceptable. 4) The included code is tiny and benign-looking, but if you need automated alerting or more capabilities, request updated documentation and explicit env/config declarations before granting broader access. If you can't confirm these points, treat the skill as untrusted and restrict its permissions or run it in an isolated environment.

Like a lobster shell, security has layers — review code before you run it.

latestvk975tg7d3tapr23e8xz4erhbjh803193

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments