← Back to Skills Marketplace
yesong-hue

N8N Docker Monitor

by yesong-Hue · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
35
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install n8n-docker-monitor
Description
Automation skill for N8N Docker Monitor.
README (SKILL.md)

name: n8n-monitor description: Monitoramento operacional do N8N via Docker. version: 1.0.0 author: yesong-Hue homepage: https://clawhub.ai/yesong-Hue/n8n-monitor tags: [n8n, docker, monitoring, automation] readme: |

n8n-monitor

Monitoramento operacional do N8N via Docker.

Capabilities

  • Verificar status dos containers N8N
  • Ler logs recentes
  • Checar saúde do container
  • Analisar uso de CPU e memória

Commands

  • docker ps | grep n8n
  • docker logs --tail 50 n8n
  • docker inspect --format='{{.State.Health.Status}}' n8n
  • docker stats --no-stream n8n

Output

Respostas em Markdown, com tabelas simples e status claro.

Status

active

Usage Guidance
Before installing, make sure you are comfortable with the agent running read-only Docker inspection commands against your n8n container and viewing recent n8n logs. Also verify the package identity because the registry metadata and internal metadata do not fully match.
Capability Analysis
Type: OpenClaw Skill Name: n8n-docker-monitor Version: 1.0.0 The skill bundle is a basic template for monitoring n8n Docker containers. The SKILL.md file lists standard Docker CLI commands (ps, logs, inspect, stats) consistent with its stated purpose, and the implementation files (index.js, main.js) contain only minimal initialization logic with no evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The stated purpose is operational n8n monitoring, and SKILL.md lists read-only Docker monitoring commands such as `docker logs --tail 50 n8n`; this is coherent, but log output can contain sensitive runtime information.
Instruction Scope
The documented commands are scoped to an `n8n` container and do not instruct the agent to override user intent, persist, delete data, or perform broad Docker administration.
Install Mechanism
There is no install script and the included code is minimal, but registry/internal metadata differs across artifacts, so users should verify they are installing the intended package.
Credentials
Docker access is central to the skill but is not declared in the requirements metadata; this looks like an under-declared setup/runtime expectation rather than hidden behavior.
Persistence & Privilege
No credential storage, background worker, autonomous persistence, or privileged mutation path is evident in the provided files; index.js only returns a load message and main.js only logs to console.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install n8n-docker-monitor
  3. After installation, invoke the skill by name or use /n8n-docker-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
N8N operational monitoring via Docker
Metadata
Slug n8n-docker-monitor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is N8N Docker Monitor?

Automation skill for N8N Docker Monitor. It is an AI Agent Skill for Claude Code / OpenClaw, with 35 downloads so far.

How do I install N8N Docker Monitor?

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

Is N8N Docker Monitor free?

Yes, N8N Docker Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does N8N Docker Monitor support?

N8N Docker Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created N8N Docker Monitor?

It is built and maintained by yesong-Hue (@yesong-hue); the current version is v1.0.0.

💬 Comments