← 返回 Skills 市场
n8n Workflow Automation
作者
beraiautomation
· GitHub ↗
· v1.0.0
· MIT-0
174
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install n8n-automation-berzaf
功能描述
Trigger n8n workflows using natural language. Automate lead nurturing, email sequences, CRM updates, social media posting, meeting follow-ups, competitor mon...
安全使用建议
This skill appears to do what it says: it sends payloads to your n8n webhooks and provides status/validation helpers. Before installing, verify the following: 1) Only set N8N_WEBHOOK_BASE_URL and N8N_API_KEY for an n8n instance you control or fully trust — the API key can trigger any webhook/workflow, including sending emails or posting to social accounts. 2) The SKILL.md and references include workflow templates that require additional credentials inside n8n (Gmail, social APIs, LLM APIs) — those are configured inside n8n, not the skill; review those workflow templates so you know what your n8n workflows will do when triggered. 3) There are minor doc/implementation mismatches: the package claims it “remembers what was last triggered” (no persistence in scripts) and the health endpoint is described as GET in the templates but the validator/status scripts POST to /health — you may want to align your workflow’s /health node to accept the test POST or adjust the scripts. 4) Review the bundled scripts locally (they are plain Python) and, if possible, test with a staging n8n instance before providing a production API key.
功能分析
Type: OpenClaw Skill
Name: n8n-automation-berzaf
Version: 1.0.0
The n8n-automation skill is a legitimate integration tool designed to trigger n8n workflows via webhooks. The Python scripts (n8n_trigger.py, n8n_status.py, n8n_validator.py) use standard libraries to communicate with a user-configured n8n instance and include safety features such as masking API keys in output and explicit instructions in SKILL.md to never expose credentials in chat. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The name/description (trigger n8n workflows) matches the files and env vars. Required binaries (python3) and required env vars (N8N_WEBHOOK_BASE_URL, N8N_API_KEY) are what you'd expect for a client that POSTs to n8n webhooks and checks health. The included scripts implement status, trigger, and validator functionality described in the README/SKILL.md.
Instruction Scope
Instructions stay within the stated purpose (set env vars, restart gateway, run status/validator/trigger). Two small inconsistencies: SKILL.md claims the skill “remembers what was last triggered” but the provided scripts do not implement persistent storage or state recovery; and the documentation's suggested health-check method is inconsistent with the scripts — the references file describes /webhook/health as GET, while the validator/status scripts send a POST test payload. These are functional/documentation mismatches rather than indicators of hidden behavior.
Install Mechanism
No install spec that downloads external code; the package is delivered as source files and scripts that run with python3. No remote URL downloads, no extracted archives, and no unusual install locations. Risk from install is low — the agent will execute bundled Python scripts.
Credentials
Only two env vars are required (N8N_WEBHOOK_BASE_URL and N8N_API_KEY), which directly correspond to the skill's needs. This is proportionate. Note: an n8n API key grants the ability to trigger workflows that may send emails, post to social accounts, or update CRMs — so the API key is powerful and should only be provided for a trusted n8n instance.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It does not modify other skills or system-wide settings. The scripts do not persist secrets to disk. Autonomous invocation remains allowed by default (normal for skills) but is not combined with suspicious behavior here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install n8n-automation-berzaf - 安装完成后,直接呼叫该 Skill 的名称或使用
/n8n-automation-berzaf触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the n8n-automation skill for OpenClaw.
- Enables natural language triggering of n8n workflows for lead nurturing, CRM updates, social posting, meeting follow-ups, competitor reporting, and invoice reminders.
- Confirms actions before running, validates inputs, reports results, handles errors, and remembers workflow runs for easy repeats.
- Requires N8N_WEBHOOK_BASE_URL and N8N_API_KEY environment variables for setup.
- Each workflow clearly specifies required fields, example prompts, endpoints, and expected responses.
元数据
常见问题
n8n Workflow Automation 是什么?
Trigger n8n workflows using natural language. Automate lead nurturing, email sequences, CRM updates, social media posting, meeting follow-ups, competitor mon... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 174 次。
如何安装 n8n Workflow Automation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install n8n-automation-berzaf」即可一键安装,无需额外配置。
n8n Workflow Automation 是免费的吗?
是的,n8n Workflow Automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
n8n Workflow Automation 支持哪些平台?
n8n Workflow Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 n8n Workflow Automation?
由 beraiautomation(@beraiautomation)开发并维护,当前版本 v1.0.0。
推荐 Skills