← Back to Skills Marketplace
yoder-bawt

n8n Workflow Templates

by yoder-bawt · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1058
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install n8n-workflow-templates
Description
Production-ready n8n workflow templates for AI agents. Deploy pre-built automations for webhooks, RSS monitoring, health checks, social metrics, and data bac...
Usage Guidance
This package appears to be what it says (n8n workflow templates + small bash helpers), but before using it: 1) Review each workflow JSON—some templates include executeCommand nodes that will run shell commands (pg_dump, df, ls, etc.) inside the n8n process; only deploy these to a controlled host where running those commands is safe and expected. 2) Ensure python3 is available on the machine where you run the included scripts (deploy/list scripts call python3 for JSON parsing/formatting) or edit the scripts to remove that dependency. 3) The templates reference TELEGRAM_CHAT_ID via environment expressions and expect external platform credentials (Telegram, Twitter, LinkedIn, DB credentials) to be set in your n8n instance; these are not declared as required env vars in the skill metadata—set them intentionally in n8n or replace the placeholders with proper credentials. 4) Do not deploy these templates to shared or multi-tenant n8n instances without auditing the executeCommand nodes and replacing any commands that could leak data or escalate privileges. 5) If you need higher confidence, ask the author for an explicit list of runtime requirements (python3, any n8n env vars like TELEGRAM_CHAT_ID) and confirm whether executeCommand nodes assume access to local databases/files.
Capability Analysis
Type: OpenClaw Skill Name: n8n-workflow-templates Version: 1.0.0 The skill bundle is classified as suspicious due to critical shell injection vulnerabilities. In `deploy.sh`, the `WORKFLOW_NAME` argument is directly interpolated into a `python3 -c` command, allowing arbitrary Python code execution and subsequent shell command execution if the OpenClaw agent does not sanitize user input. Similar shell injection risks exist in `activate-workflow.sh`, `delete-workflow.sh`, and `list-workflows.sh` where arguments are passed to `curl` or `python3 -c` without robust sanitization. Additionally, the `webhook-to-telegram.json` workflow is vulnerable to markdown injection in Telegram messages if a malicious webhook payload is received, as it directly incorporates user input without sanitization.
Capability Assessment
Purpose & Capability
Name, description, scripts, and JSON templates all align: this package provides n8n workflow templates and small bash utilities to deploy/list/manage workflows. Requested binaries (curl, bash) and env vars (N8N_HOST, N8N_API_KEY) are relevant. However, the templates and scripts implicitly rely on additional runtime capabilities not declared (see below), which is an inconsistency with the declared requirements.
Instruction Scope
SKILL.md and README instruct running the included scripts and editing templates, but they do not call out that several templates include executeCommand nodes that will run shell commands (e.g., df, pg_dump, ls) inside the n8n runtime and that code nodes reference environment variables within n8n. The documentation also omits that deploy/list scripts use python3 for JSON parsing/pretty-printing even though python3 is not listed as a required binary. These omissions expand the runtime scope beyond what the skill declares.
Install Mechanism
No install spec — instruction-only with bundled scripts and templates. Nothing is downloaded or executed automatically during installation; files are local and visible for review. This is low install risk.
Credentials
Declared required env vars are only N8N_HOST and N8N_API_KEY (which are appropriate). However: (1) multiple templates reference TELEGRAM_CHAT_ID via n8n's {{$env.VAR}} expression (or otherwise expect platform API credentials) but TELEGRAM_CHAT_ID is not declared in requires.env, (2) templates expect external service credentials (Twitter, LinkedIn, Telegram) to be configured in n8n credentials or environment but the skill metadata doesn't enumerate these, and (3) scripts invoke python3 though python3 is not listed in required binaries. These are mismatches between what is declared and what the templates actually require to function.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request permanent presence or modify other skills. There is no autonomous installation hook or elevated platform privileges requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install n8n-workflow-templates
  3. After installation, invoke the skill by name or use /n8n-workflow-templates
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of production-ready automation templates and scripts for n8n. - Provides five pre-built workflow templates: webhook-to-telegram, rss-monitor, health-check, social-metrics, and data-backup. - Includes deployment and workflow management scripts for easy setup and control via the n8n API. - Supports environment variable configuration for host and API key. - Templates are ready for common automation scenarios, with guidance for customization. - Compatible with n8n version 1.0+ and requires curl and bash.
Metadata
Slug n8n-workflow-templates
Version 1.0.0
License
All-time Installs 6
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is n8n Workflow Templates?

Production-ready n8n workflow templates for AI agents. Deploy pre-built automations for webhooks, RSS monitoring, health checks, social metrics, and data bac... It is an AI Agent Skill for Claude Code / OpenClaw, with 1058 downloads so far.

How do I install n8n Workflow Templates?

Run "/install n8n-workflow-templates" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is n8n Workflow Templates free?

Yes, n8n Workflow Templates is completely free (open-source). You can download, install and use it at no cost.

Which platforms does n8n Workflow Templates support?

n8n Workflow Templates is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created n8n Workflow Templates?

It is built and maintained by yoder-bawt (@yoder-bawt); the current version is v1.0.0.

💬 Comments