← Back to Skills Marketplace
N8n Monitor
by
Smitti7971
· GitHub ↗
· v1.0.1
9522
Downloads
1
Stars
10
Active Installs
2
Versions
Install in OpenClaw
/install n8n-monitor
Description
Monitora o estado, saúde, logs recentes e uso de CPU/memória dos containers N8N via comandos Docker.
Usage Guidance
Install this only where you intend the agent to have Docker visibility into the n8n container. Review any returned logs before sharing them, because n8n logs can include workflow payloads, URLs, tokens, or other operational details.
Capability Analysis
Type: OpenClaw Skill
Name: n8n-monitor
Version: 1.0.1
The skill bundle is designed for monitoring an n8n Docker container. The `SKILL.md` explicitly lists standard `docker` commands (`ps`, `logs`, `inspect`, `stats`) which align with the stated purpose of operational monitoring. While `docker logs` can potentially expose sensitive information, it's a common and legitimate monitoring function, and there are no instructions to exfiltrate or misuse this data. The JavaScript files (`index.js`, `main.js`) contain only inert code, returning a string or logging a message, with no execution of shell commands or network requests. There is no evidence of malicious intent, data exfiltration, or prompt injection attempts against the agent.
Capability Assessment
Purpose & Capability
The stated purpose is monitoring n8n via Docker, and the documented capabilities are status checks, recent logs, health, and CPU/memory usage. Reading container logs can expose sensitive runtime data, but it is disclosed and fits the monitoring purpose.
Instruction Scope
The skill lists specific read-oriented Docker commands: ps, logs with a 50-line tail, inspect for health, and stats. No mutation, deletion, credential harvesting, exfiltration, or prompt-injection behavior was found in the artifacts.
Install Mechanism
There is no install script or package-install behavior, and the entry code is inert. Docker and grep are not declared as requirements even though the runtime instructions rely on them, which is an under-declared dependency rather than hidden behavior.
Credentials
Local Docker access is a privileged operational context, but it is proportionate for a container-monitoring skill and scoped in the instructions to n8n-related container checks.
Persistence & Privilege
No persistence, background worker, scheduled execution, credential storage, hidden network call, or destructive command is evident. The JavaScript files only return a load message or log a simple status message.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install n8n-monitor - After installation, invoke the skill by name or use
/n8n-monitor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Initial release version 1.0.1.
- Added main.js to provide core monitoring functionality for n8n containers.
v1.0.0
n8n-monitor 1.0.0
- Primeira versão lançada.
- Permite monitorar o status, logs, saúde e consumo de recursos do container N8N via Docker.
- Saídas apresentadas em Markdown, com tabelas e status claros.
Metadata
Frequently Asked Questions
What is N8n Monitor?
Monitora o estado, saúde, logs recentes e uso de CPU/memória dos containers N8N via comandos Docker. It is an AI Agent Skill for Claude Code / OpenClaw, with 9522 downloads so far.
How do I install N8n Monitor?
Run "/install n8n-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is N8n Monitor free?
Yes, N8n Monitor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does N8n Monitor support?
N8n Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created N8n Monitor?
It is built and maintained by Smitti7971 (@smitti7971); the current version is v1.0.1.
More Skills