← 返回 Skills 市场
kassimisai

n8n Builder

作者 kassimisai · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1104
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install n8n-builder
功能描述
Expert n8n workflow builder that creates, deploys, and manages n8n workflows programmatically via the n8n REST API. Use when asked to create n8n workflows, automate n8n tasks, build automations, design workflow pipelines, connect services via n8n, or manage existing n8n workflows. Handles webhook flows, scheduled tasks, AI agents, database syncs, conditional logic, error handling, and any n8n node configuration.
安全使用建议
This skill appears to do what it claims (create/activate/manage n8n workflows via the n8n API), but the package metadata is incomplete. Before installing or running it: (1) do not provide your N8N_API_KEY to an untrusted skill — verify the skill's source and review scripts; (2) confirm N8N_URL and N8N_API_KEY are required (SKILL.md and scripts/n8n-api.sh require them) even though the registry metadata omitted them; (3) ensure curl and jq are available in the runtime environment (the script uses both); (4) review any workflow JSON the skill would send to your n8n instance before deployment to avoid injecting unwanted credentials/actions; and (5) consider running the script in an isolated environment or with a limited-permission API key for testing. These metadata mismatches are the main red flags — they may be benign oversights, but proceed cautiously.
功能分析
Type: OpenClaw Skill Name: n8n-builder Version: 1.0.0 The skill bundle is classified as suspicious due to a critical shell injection vulnerability in `scripts/n8n-api.sh`. The script directly uses unsanitized arguments (`$2`, `$3`) as file paths for `curl -d @`, which can be exploited via prompt injection against the AI agent to execute arbitrary commands on the host system (RCE). This vulnerability, combined with the agent's ability to create and manage n8n workflows (which can perform sensitive operations like arbitrary code execution, HTTP requests, and database interactions), poses a significant security risk.
能力评估
Purpose & Capability
The skill's code and SKILL.md align with the described purpose: it builds and deploys n8n workflows via the n8n REST API and includes workflow patterns and schema references. Requesting an n8n API key and URL is appropriate for this functionality.
Instruction Scope
SKILL.md explicitly requires N8N_URL and N8N_API_KEY and instructs the agent to POST workflow JSON to the target n8n instance via scripts/n8n-api.sh; these runtime instructions access network endpoints and expect you to supply secrets, but the skill registry metadata did not declare these environment variables. The instructions otherwise stay within the declared purpose and do not request unrelated system files.
Install Mechanism
There is no install spec (instruction-only with a helper script). Nothing is downloaded or written by an installer; risk is limited to the provided script and its runtime network calls.
Credentials
The helper script requires N8N_API_KEY (and optionally N8N_URL) to operate, which is proportional to the skill's purpose. However, the skill metadata incorrectly lists no required env vars. Additionally, the script invokes curl and jq but the registry's required-binaries list is empty — a mismatch that can cause runtime failures or hidden assumptions about available tools.
Persistence & Privilege
The skill does not request persistent installation, 'always' is false, and it does not modify other skills or system-wide configurations. It performs network calls to the provided n8n instance only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install n8n-builder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /n8n-builder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: expert n8n workflow builder with API automation, schema reference, 5 workflow patterns, and real estate templates
元数据
Slug n8n-builder
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

n8n Builder 是什么?

Expert n8n workflow builder that creates, deploys, and manages n8n workflows programmatically via the n8n REST API. Use when asked to create n8n workflows, automate n8n tasks, build automations, design workflow pipelines, connect services via n8n, or manage existing n8n workflows. Handles webhook flows, scheduled tasks, AI agents, database syncs, conditional logic, error handling, and any n8n node configuration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1104 次。

如何安装 n8n Builder?

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

n8n Builder 是免费的吗?

是的,n8n Builder 完全免费(开源免费),可自由下载、安装和使用。

n8n Builder 支持哪些平台?

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

谁开发了 n8n Builder?

由 kassimisai(@kassimisai)开发并维护,当前版本 v1.0.0。

💬 留言讨论