← Back to Skills Marketplace
59
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install n8n-workflow-cn
Description
n8n工作流自动化工具包,包含上百种常用工作流模板,支持一键导入、批量管理、定时任务配置、工作流备份恢复等功能,开箱即用。
README (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界面修改邮箱账号密码、接收人等配置即可使用,不需要重新搭建流程。
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install n8n-workflow-cn - After installation, invoke the skill by name or use
/n8n-workflow-cn - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
n8n工作流模板库,一键导入、批量管理、定时任务
Metadata
Frequently Asked Questions
What is n8n工作流自动化?
n8n工作流自动化工具包,包含上百种常用工作流模板,支持一键导入、批量管理、定时任务配置、工作流备份恢复等功能,开箱即用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 59 downloads so far.
How do I install n8n工作流自动化?
Run "/install n8n-workflow-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is n8n工作流自动化 free?
Yes, n8n工作流自动化 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does n8n工作流自动化 support?
n8n工作流自动化 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created n8n工作流自动化?
It is built and maintained by paudyyin (@paudyyin); the current version is v1.0.0.
More Skills