← 返回 Skills 市场
codedao12

n8n Hub

作者 codedao12 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2412
总下载
3
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install n8n-hub
功能描述
Centralized n8n hub for designing reliable flows (idempotency, retries, HITL) and operating them via the public REST API. Use for planning, JSON output, and lifecycle actions like list/publish/debug.
安全使用建议
What to consider before installing: - The skill is instruction-only and would make API calls to your n8n instance using N8N_API_KEY and N8N_API_BASE_URL, but the skill metadata does not declare those required env vars — treat that as an oversight and assume the skill needs them. - Many endpoints shown (users, credentials, delete) are admin-level. Only provide an API key with the minimum privileges needed — ideally test with a staging instance or a read-only/scoped key first. - Because the skill runs network commands (curl), the agent could create, modify, or delete workflows, executions, users, or credentials if given a powerful key; confirm you trust the agent and the skill author before handing over production credentials. - Prefer using a dedicated n8n account/project with limited permissions, or rotate the API key after testing. - If you need higher assurance: ask the skill author to update registry metadata to explicitly require N8N_API_KEY/N8N_API_BASE_URL and to document the exact privilege level required; verify the skill's author/source and test on a non-production instance. Confidence notes: the assessment is medium confidence because the skill is coherent with its stated purpose, but metadata omissions and the implicit need for privileged API access create meaningful risk — additional author/source information or explicit required-env declarations would raise confidence to benign.
功能分析
Type: OpenClaw Skill Name: n8n-hub Version: 1.0.0 The skill is designed to interact with the n8n API for managing workflows and executions. All `curl` commands provided in `SKILL.md` are directly related to this stated purpose. While `assets/endpoints-api.md` lists sensitive API endpoints (e.g., for users, credentials, variables), this file serves as documentation for the n8n API itself, and the skill does not provide examples or instructions to misuse these sensitive endpoints. Furthermore, `SKILL.md` explicitly discourages bypassing security controls, and `assets/workflow-lab.md` instructs the agent not to include secrets in generated outputs, indicating a security-conscious design.
能力评估
Purpose & Capability
The name, description, and SKILL.md all consistently describe designing workflows and calling the n8n REST API (listing, publishing, retrying, debugging). That purpose matches the included endpoint index and curl examples. However, the registry metadata lists no required env vars or primary credential while the instructions repeatedly reference N8N_API_BASE_URL and N8N_API_KEY — an inconsistency between declared requirements and actual operation.
Instruction Scope
SKILL.md gives specific curl examples that will make network calls to the n8n instance and manipulate workflows, executions, users, credentials, etc. The instructions stay within the stated purpose (n8n API operations and workflow design), but they reference admin-capable endpoints (users, credentials, delete operations) and instruct the agent to use environment variables that are not declared in the skill metadata. The skill also instructs producing workflow.json and a runbook; it explicitly advises not to include secrets in runbooks (good).
Install Mechanism
This is instruction-only with no install spec and no code files to execute. That minimizes disk persistence and supply-chain risk.
Credentials
The skill's runtime instructions require an N8N_API_KEY (and optionally N8N_API_BASE_URL) to call the API, but the registry lists no required credentials. Many of the documented endpoints (create/delete users, credentials, project transfers) require admin-level privileges — the skill does not state this or declare the privilege level. Asking an agent to use a high-privilege API key without documenting it, or without offering least-privilege guidance, is disproportionate.
Persistence & Privilege
always:false and no install scripts are present. The skill does not request permanent presence or modify other skills' configs. It is not automatically forced into every agent run.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install n8n-hub
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /n8n-hub 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: centralized n8n hub for reliable workflow design and API-based operations. - Plan and generate idempotent n8n flows with retries, logging, and human-in-the-loop (HITL) patterns. - Interact with workflows and executions via documented public REST API endpoints. - Provides design specs, importable `workflow.json`, and `workflow-lab.md` runbook on request. - Includes examples for workflow management (list, activate/deactivate, webhook, retry executions). - Documents environment variable setup, required/optional inputs, outputs, and API authentication. - Details eligibility (API disabled on free trials) and security limitations.
元数据
Slug n8n-hub
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

n8n Hub 是什么?

Centralized n8n hub for designing reliable flows (idempotency, retries, HITL) and operating them via the public REST API. Use for planning, JSON output, and lifecycle actions like list/publish/debug. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2412 次。

如何安装 n8n Hub?

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

n8n Hub 是免费的吗?

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

n8n Hub 支持哪些平台?

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

谁开发了 n8n Hub?

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

💬 留言讨论