← 返回 Skills 市场
pntrivedy

N8n 1.0.2

作者 pntrivedy · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1876
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install n8n-1-0-2
功能描述
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
安全使用建议
This skill's code matches an n8n API client, but the package metadata did not declare that it needs an API key or base URL. Before installing: (1) confirm the skill's source/maintainer (no homepage was provided); (2) supply N8N_API_KEY and N8N_BASE_URL only for a trusted n8n instance and prefer a short-lived or scoped key; (3) avoid adding secrets to shell rc files if you can — use a secure secret manager or the agent's secret storage; (4) inspect the included scripts (n8n_api.py) yourself — they only call the provided base URL with your API key, but the provenance mismatch is the main concern; (5) if you proceed, rotate the API key after use and limit its permissions where possible.
功能分析
Type: OpenClaw Skill Name: n8n-1-0-2 Version: 1.0.0 The OpenClaw skill bundle for n8n workflow management is benign. It correctly uses environment variables (`N8N_API_KEY`, `N8N_BASE_URL`) for authentication and connecting to a user-configured n8n instance, as detailed in `SKILL.md` and implemented in `scripts/n8n_api.py`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent. All actions are confined to managing n8n workflows via its documented API, and dependencies are limited to the standard `requests` library.
能力评估
Purpose & Capability
The name, description, and code align with an n8n API client (listing, activating, executing workflows). However the registry metadata claims no required env vars or primary credential while the SKILL.md and n8n_api.py clearly require N8N_API_KEY (and N8N_BASE_URL). The missing declared primaryEnv and absent homepage/source are additional red flags about provenance.
Instruction Scope
SKILL.md instructions are scoped to calling the n8n REST API and match the provided scripts. They do instruct the user to place the API key in shell rc files (~/.zshrc or ~/.bashrc), which persists a secret in plain text environment configuration — a security/privacy consideration but functionally consistent with the skill's purpose.
Install Mechanism
This is an instruction-only skill with no install spec. It includes a requirements.txt (requests) and instructs creating a virtualenv and pip installing dependencies — a low-risk, conventional installation path.
Credentials
The skill legitimately needs N8N_API_KEY and N8N_BASE_URL, but the registry metadata does not list any required env vars or primary credential. That mismatch makes it unclear how secrets will be provided to the agent. Storing an API key in shell rc as recommended persists the secret in plaintext environment and may be inappropriate for some users.
Persistence & Privilege
The skill does not request always:true, does not modify system-wide settings, and is user-invocable only. It does not attempt to change other skills' configs or gain permanent elevated presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install n8n-1-0-2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /n8n-1-0-2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
n8n Skill 1.0.0 – Initial Release - Manage n8n workflows and automations via REST API. - Supports listing, activating, deactivating, executing, and debugging workflows. - Includes CLI usage examples and Python API for programmatic access. - Provides troubleshooting tips and workflow health monitoring guidance.
元数据
Slug n8n-1-0-2
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

N8n 1.0.2 是什么?

Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1876 次。

如何安装 N8n 1.0.2?

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

N8n 1.0.2 是免费的吗?

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

N8n 1.0.2 支持哪些平台?

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

谁开发了 N8n 1.0.2?

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

💬 留言讨论