← 返回 Skills 市场
59
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install n8n-workflow-cn
功能描述
n8n工作流自动化工具包,包含上百种常用工作流模板,支持一键导入、批量管理、定时任务配置、工作流备份恢复等功能,开箱即用。
使用说明 (SKILL.md)
n8n 工作流自动化工具包
内置上百种开箱即用的工作流模板,不需要从零开始搭建工作流,一键导入即可使用,覆盖日常办公、数据处理、消息推送、系统集成等绝大多数场景。
📦 内置工作流模板
1. 办公自动化类
| 模板名称 | 功能说明 |
|---|---|
| 邮件自动处理 | 自动收邮件、分类、提取附件、自动回复、转发到指定群 |
| 日报/周报自动生成 | 自动汇总工作记录、生成日报周报、定时发送给上级 |
| 会议纪要自动整理 | 自动识别会议录音转文字、提取核心要点、生成结构化纪要、发送给参会人 |
| 考勤自动统计 | 自动汇总打卡数据、计算迟到早退、生成考勤报表 |
| 报销自动审核 | 自动识别报销单信息、校验规则、自动通过/驳回、生成报销统计 |
2. 消息推送类
| 模板名称 | 功能说明 |
|---|---|
| 企业微信消息推送 | 支持文本、图片、文件、卡片消息推送,支持@指定人、群机器人 |
| 钉钉/飞书消息推送 | 同企业微信功能,适配钉钉/飞书接口 |
| 多渠道消息聚合 | 自动把邮件、系统通知、监控告警统一推送到指定渠道 |
| 定时提醒任务 | 支持自定义时间提醒,比如生日提醒、待办提醒、还款提醒等 |
3. 数据同步类
| 模板名称 | 功能说明 |
|---|---|
| Excel数据自动同步到数据库 | 定时读取Excel文件、自动同步到MySQL/Oracle等数据库 |
| 多系统数据自动同步 | 支持OA/CRM/ERP等系统之间数据自动同步、字段映射转换 |
| 数据备份自动化 | 定时备份数据库、文件、工作流配置,自动上传到云存储 |
| 数据报表自动生成 | 定时从多数据源拉取数据、生成报表、发送给指定人员 |
4. 监控告警类
| 模板名称 | 功能说明 |
|---|---|
| 网站/接口监控 | 定时监控网站/接口可用性,异常时自动推送告警 |
| 服务器监控 | 监控CPU/内存/磁盘/网络使用率,异常告警 |
| 业务指标监控 | 自定义业务指标阈值,异常时自动告警 |
| 日志监控告警 | 自动扫描日志关键词,匹配到异常时推送告警 |
🚀 使用方法
基础命令
# 查看所有可用模板
n8n-cli list-templates
# 导入指定模板到n8n
n8n-cli import --template "邮件自动处理" --url "http://localhost:5678" --api-key "你的n8n API Key"
# 导出所有工作流备份
n8n-cli export --output "D:\
8n备份" --url "http://localhost:5678" --api-key "你的n8n API Key"
# 批量配置定时任务
n8n-cli schedule --workflow "数据同步" --cron "0 0 * * *" --url "http://localhost:5678" --api-key "你的n8n API Key"
# 监控工作流运行状态
n8n-cli monitor --url "http://localhost:5678" --api-key "你的n8n API Key" --alarm-channel "企业微信" --webhook "你的群机器人webhook地址"
获取n8n API Key的方法
- 打开n8n界面,点击右上角头像 → 「个人资料」
- 找到「API密钥」→ 点击「创建新密钥」
- 复制生成的密钥即可使用
📝 示例:导入邮件自动处理工作流
n8n-cli import --template "邮件自动处理" --url "http://localhost:5678" --api-key "n8n_api_xxxxxx"
导入完成后,直接在n8n界面修改邮箱账号密码、接收人等配置即可使用,不需要重新搭建流程。
安全使用建议
Install only if you are comfortable giving this code an n8n API key. Use a trusted n8n URL, back up workflows before import or scheduling, avoid the schedule command unless you have reviewed its behavior, and verify actual templates because the implementation appears much smaller than advertised.
功能分析
Type: OpenClaw Skill
Name: n8n-workflow-cn
Version: 1.0.0
The skill bundle is a legitimate utility for managing n8n workflows via the n8n REST API. The Python script (n8n-cli.py) provides standard functionality for importing, exporting, scheduling, and monitoring workflows using user-provided API keys and URLs, with no evidence of data exfiltration, obfuscation, or malicious intent.
能力标签
能力评估
Purpose & Capability
The general n8n automation purpose matches the code, but the artifacts overstate capabilities and the implementation includes risky workflow mutation behavior, especially scheduling.
Instruction Scope
Commands are user-directed, but the schedule command patches an existing workflow to a new node list and sets active=true without a visible backup, preview, or confirmation step.
Install Mechanism
There is no install spec or hidden installer, and the Python source is visible, but the source/homepage are unknown and dependency setup is not declared.
Credentials
Using an n8n API key and optional alert webhook is purpose-aligned, but these are sensitive authorities and the registry does not declare a primary credential despite the code requiring --api-key for most actions.
Persistence & Privilege
The import and schedule flows set workflows active=true, creating or changing persistent n8n automations before the artifacts show a review or rollback guard.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install n8n-workflow-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/n8n-workflow-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
n8n工作流模板库,一键导入、批量管理、定时任务
元数据
常见问题
n8n工作流自动化 是什么?
n8n工作流自动化工具包,包含上百种常用工作流模板,支持一键导入、批量管理、定时任务配置、工作流备份恢复等功能,开箱即用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 59 次。
如何安装 n8n工作流自动化?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install n8n-workflow-cn」即可一键安装,无需额外配置。
n8n工作流自动化 是免费的吗?
是的,n8n工作流自动化 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
n8n工作流自动化 支持哪些平台?
n8n工作流自动化 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 n8n工作流自动化?
由 paudyyin(@paudyyin)开发并维护,当前版本 v1.0.0。
推荐 Skills