\u2699\ufe0f n8n — 管理工作流

v2.0.0

通过 API 管理 n8n 工作流与自动化:列出、启停、查看执行状态、手动触发、调试问题,一站式完成。

53· 1.7万·177 当前·187 累计
下载技能包
最后更新
2026/2/26
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do what it says: control and inspect an n8n instance via its API. Before installing or running it, confirm the following: (1) point N8N_BASE_URL to a trusted n8n instance and use an API key with least privilege (rotate keys if unsure); (2) review the three Python scripts locally — they call only the n8n API endpoints and do not contact other hidden hosts, but you should audit them if you have concerns; (3) ensure you have python3 and the 'requests' package installed (the me...
详细分析 ▾
用途与能力
Name/description, required env vars (N8N_API_KEY, N8N_BASE_URL), SKILL.md guidance, and the Python client scripts (n8n_api.py, n8n_tester.py, n8n_optimizer.py) all align with managing n8n workflows, executions, testing, and optimization. Requested credentials map to the stated purpose.
指令范围
Runtime instructions are focused on using the Python scripts to call the n8n REST API and to create/validate/execute workflows. The SKILL.md also encourages creating workflows that include real HTTP Request nodes which will cause those workflows (when executed) to call third-party services — this is expected for n8n but users should be aware that executing workflows may trigger outbound requests and third-party integrations. The docs instruct storing secrets in OpenClaw settings or ephemeral env vars and warn against shell rc persistence (good practice).
安装机制
There is no install spec (instruction-only), which minimizes installation risk. However, the package contains Python scripts that assume a Python 3 runtime and the 'requests' library yet the skill metadata does not declare required binaries or Python dependencies. This is a minor inconsistency: the user must ensure python3 and any Python dependencies are installed before running the scripts.
凭证需求
The only required environment variables are N8N_API_KEY (primary) and N8N_BASE_URL, which are appropriate and proportionate for an n8n API client. The SKILL.md does not request unrelated credentials or other secret environment variables.
持久化与权限
The skill is not always-included and does not request elevated platform privileges. It does not modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not combined with other worrying signals.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv2.0.02026/1/15

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install n8n
镜像加速npx clawhub@latest install n8n --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库