← 返回 Skills 市场
encryptshawn

NPM for N8N Nodes

作者 EncryptShawn · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
119
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install npm-n8n-nodes
功能描述
Build, structure, and publish npm packages for n8n custom community nodes. Use this skill whenever the user wants to create a custom n8n node, publish a node...
安全使用建议
This is a coherent, documentation-only skill for building and publishing n8n nodes. It's safe to read and use, but follow best practices: remove any console.log debugging that prints credentials before publishing, keep your NPM/GitHub tokens stored only in repository secrets (or use npm Trusted Publishers), avoid mounting or exposing your real ~/.n8n directory on untrusted machines, ensure dist/ is built in CI before publishing, and review the package contents (package.json, n8n.nodes/credentials entries, compiled dist/) before publishing to npm. If you want extra assurance, inspect the code you compile (dist/) and the GitHub Actions workflow that will publish the package.
功能分析
Type: OpenClaw Skill Name: npm-n8n-nodes Version: 1.0.0 The skill bundle is a comprehensive development kit for building n8n community nodes. It contains legitimate documentation, code templates, and best practices for implementing various node types (trigger, webhook, programmatic) and authentication methods (OAuth2, API Key). The instructions in SKILL.md and the reference files in the references/ directory are strictly aligned with the stated purpose and do not contain any evidence of data exfiltration, malicious execution, or prompt injection attacks.
能力标签
cryptorequires-walletrequires-oauth-token
能力评估
Purpose & Capability
The name/description match the included files: a full set of templates, examples, and publishing guidance for n8n node packages. There are no unrelated binaries, credentials, or installs requested — everything is appropriate for scaffolding, testing, and publishing n8n nodes.
Instruction Scope
SKILL.md and reference docs only instruct on node structure, local testing (npm link, Docker mounting ~/.n8n), building, linting, and publishing to npm/GitHub Actions. These are in-scope for the stated purpose. Two minor notes: (1) debugging snippets suggest logging credential objects (console.log(JSON.stringify(credentials,...)) — useful for debugging but can leak secrets to logs if left in published code; (2) instructions show mounting or accessing ~/.n8n for local testing which is expected but grants access to local n8n data during development and should be used carefully.
Install Mechanism
No install spec — instruction-only skill. Nothing is downloaded or written to disk by the skill itself, which is the lowest-risk install mechanism.
Credentials
The skill does not request environment variables or credentials itself. It documents standard publishing workflows that use NPM_TOKEN or GitHub Actions secrets for npm publishing/provenance — those are appropriate and proportional to the described publish process.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request persistent agent privileges nor instruct modifying other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install npm-n8n-nodes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /npm-n8n-nodes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release for npm-n8n-nodes skill. - Provides step-by-step guidance for building, structuring, and publishing custom n8n community node npm packages. - Covers the full node lifecycle: project scaffolding, coding, credential setup, testing, and npm publishing. - Includes concise project structure reference, mental model, quick-start code pattern, and key cheat sheets. - Structured topics and reference guides for node types, credentials, HTTP handling, error management, and publishing. - Provides a detailed pre-publish checklist to help ensure successful community submissions.
元数据
Slug npm-n8n-nodes
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

NPM for N8N Nodes 是什么?

Build, structure, and publish npm packages for n8n custom community nodes. Use this skill whenever the user wants to create a custom n8n node, publish a node... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。

如何安装 NPM for N8N Nodes?

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

NPM for N8N Nodes 是免费的吗?

是的,NPM for N8N Nodes 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

NPM for N8N Nodes 支持哪些平台?

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

谁开发了 NPM for N8N Nodes?

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

💬 留言讨论