← 返回 Skills 市场
yesong-hue

N8N Docker Monitor

作者 yesong-Hue · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
35
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install n8n-docker-monitor
功能描述
Automation skill for N8N Docker Monitor.
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install n8n-docker-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /n8n-docker-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
N8N operational monitoring via Docker
元数据
Slug n8n-docker-monitor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

N8N Docker Monitor 是什么?

Automation skill for N8N Docker Monitor. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 35 次。

如何安装 N8N Docker Monitor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install n8n-docker-monitor」即可一键安装,无需额外配置。

N8N Docker Monitor 是免费的吗?

是的,N8N Docker Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

N8N Docker Monitor 支持哪些平台?

N8N Docker Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 N8N Docker Monitor?

由 yesong-Hue(@yesong-hue)开发并维护,当前版本 v1.0.0。

💬 留言讨论