n8n
- Workflows named by intent: `Daily Sales Sync`, `Customer Count Ingest`. - Nodes named by action + target: `Fetch Sheets Orders`, `Upsert Orders DB`, `Notify Slack`. - Use tags for environment and domain (e.g., `prod`, `sales`, `sync`).
Install / Use
npx skills add TUAN130294/vibecodekitInstalls into whichever agent you are using.
Cursor Rules
Cursor IDE rules (v2)
Quality Score
Category
AutomationSupported Platforms
Our assessment of n8n
n8n scores 53/100 on our quality scale, 1635th of 1,753 Automation skills we index.
Its Cursor Rules is 1.6 KB long, well organised into 9 sections and no code examples: moderately detailed.
It has no GitHub stars yet, so there is no community track record; judge it on its content.
Maintenance, license and trust
- We could not determine when the repository was last updated.
- Our last check on 2026-09-27 found the source still online.
- No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
- Its trust signals score 68/100, with 3 cautions from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
Safety scan
No issues foundOur scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful.
AI review by kimi-k2.7-code on 2026-09-24. Automated pattern scan on 2026-09-24. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.
n8n compared with similar skills
All 4 of these similar skills score higher than n8n; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| n8n (this skill)by TUAN130294 | 53 | 0 | — | Cursor Rules |
| Agent-Reachby Panniantong | 100 | 85.7k | 12d ago | CLAUDE.md |
| rufloby ruvnet | 100 | 73.4k | today | CLAUDE.md |
| Scraplingby D4Vinci | 100 | 84.0k | today | MCP Server |
| openclawby thedotmack | 100 | 94.6k | 3d ago | SKILL.md |
Frequently asked questions
- How do I install n8n?
- Run
npx skills add TUAN130294/vibecodekit. The install tabs above show the steps for each supported agent. - Which AI agents does n8n work with?
- It is written for Cursor, as a Cursor Rules file. Other agents that read the same format can often use it too.
- Is n8n safe to use?
- Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful. It declares no license and scores 68/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is n8n still maintained?
- We could not determine when the repository was last updated.
Skill content
View source on GitHubn8n Workflow Rules (Detailed)
Naming & Organization
- Workflows named by intent:
Daily Sales Sync,Customer Count Ingest. - Nodes named by action + target:
Fetch Sheets Orders,Upsert Orders DB,Notify Slack. - Use tags for environment and domain (e.g.,
prod,sales,sync).
Error Handling & Retries
- Add error trigger workflows for alerting; include execution id and payload hash.
- Configure retries with exponential backoff on HTTP/DB nodes; cap attempts.
- For idempotency, use unique keys (e.g., orderId + source) and UPSERT semantics.
Credentials & Secrets
- Store in n8n credentials; never inline secrets.
- Separate creds per environment; restrict permissions to least privilege.
Webhooks
- Validate signatures; reject old timestamps; respond quickly (ack + async).
- Rate limit and deduplicate incoming events; log verification failures.
Data Handling
- Normalize shapes early; validate required fields; drop unexpected.
- For CSV/Excel, define column maps and types; handle UTF-8/BOM.
- Use Set/Function nodes to enforce schemas before DB writes.
Scheduling
- Avoid overlapping runs; use mutex flags or
Waitnodes when needed. - Stagger heavy jobs; align with source rate limits.
Observability
- Enable execution logging; push errors to Slack/Email.
- Track metrics: success rate, duration, retries, DLQ size.
- Keep workflow changelog in
memory-bank/progress.md.
Templates
- Ingest: Webhook → Validate → Transform → UPSERT (DB) → Notify.
- Report: Cron → Fetch metrics → Aggregate → Generate file → Upload → Notify.
- Sync: Poll API → Diff → Apply changes → Emit webhooks to downstream.
Related Skills
Agent-Reach
85.7kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
73.4k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Scrapling
84.0k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ and follow here for daily tips and tricks: https://x.com/Scrapling_dev
openclaw
94.6kThis guide walks through setting up the claude-mem plugin on an OpenClaw gateway. By the end, your agents will have persistent memory across sessions via system prompt context injection, and optionally a real-time observation feed streaming to a messaging channel.
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
