Nskha is a developer-first automation lab focused on the n8n ecosystem. We build community nodes, workflow templates, DevOps scripts, and developer tools — all open-source, battle-tested, and free to use.
We've been active in the n8n community since 2021, contributing templates that have been downloaded over 60,000 times across the platform. From Cloudflare infrastructure nodes to crypto market alert systems, our work spans the full automation spectrum.
We also built the N8N Assistant (By Nskha) — the first and only ChatGPT GPT dedicated to n8n. Unlike a standard GPT, it uses live API actions to search n8n docs, community forums, GitHub issues, templates, and node/credential metadata in real time. 700K+ conversations, 10K+ ratings (4.3 ★), and growing — the largest AI assistant in the n8n ecosystem.
We also share our n8n AI rules publicly so anyone can use them in any AI tool or IDE:
https://cdn.n8n.community/llms.txt ← main rules (agents, expressions + code)
https://cdn.n8n.community/code.md ← dedicated for IDE coding
https://cdn.n8n.community/expression.md ← n8n expressions reference
|
The most comprehensive Cloudflare integration for n8n. |
Automated backup & restore for n8n workflows, |
|
Our public collection of n8n workflow templates. |
Community node for Scrappey API — web data extraction |
We maintain a growing collection of custom nodes that extend n8n's capabilities:
| Node | Description | Language |
|---|---|---|
n8n-nodes-cloudflare |
100+ Cloudflare services — Workers, R2, D1, DNS, Zero Trust, AI | TypeScript |
n8n-nodes-mega |
Mega.nz S4 (S3-compatible) — buckets, objects, upload/download, batch ops | TypeScript |
n8n-nodes-torbox |
TorBox integration — manage torrent downloads via API | TypeScript |
n8n-nodes-scrappey |
Scrappey API — web data extraction with anti-bot bypass | TypeScript |
n8n-nodes-robolly |
Robolly API — dynamic image & video generation | JavaScript |
n8n-nodes-gameboost |
Gameboost marketplace — no-code offer management for sellers | TypeScript |
| Project | What it does |
|---|---|
n8n-data-manager |
30K+ line CLI for backup & restore of n8n data — workflows, creds, folders, tags, projects, tables, and full DB dumps. Enterprise-compatible. |
n8n-workflows-comparator |
CLI tool for comparing n8n workflow JSON files & tracking diffs |
Hetzner-Shells |
One-command Storage Box mounting for Ubuntu (ARM64/x86_64) |
dragonfly-coolify-s3 |
Docker image fixing Dragonfly S3 issues with Coolify |
VSCode-Airtable-Formula |
VS Code extension — beautify & compress Airtable formulas |
ditto-chaiscripts |
Production-grade ChaiScript minifiers for Ditto Clipboard Manager |
🔗 Browse all our templates on n8n.io/creators/nskha
60,000+ total template downloads across the n8n platform
We're building the next generation of n8n developer tooling. Follow updates on our Telegram blog.
| Project | Description | Status |
|---|---|---|
| Node Builder | npm + CLI + web UI that generates fully functional n8n community nodes from Postman/OpenAPI/Swagger specs — AI-trained on the n8n project, outputs ~1865 automation nodes, targeting ~15 min per production node | Building |
| n8n-manager | Fetches all workflow I/O from n8n, generates schema files per node operation — compact schemas with real execution data for AI debugging, accuracy, and edge-case coverage. Clones Airbyte's idea of dynamic mapping from historical data. | Prototype |
| Data Manager VS Code | IDE extension that converts n8n workflows into a framework — every part of the workflow becomes a file, giving AI low context to work with. Initialize from n8n Cloud, vibe-code, build back, and upload. | Building |
| n8n Manager Nodes | 4 custom nodes: backups, internal API, instance sync, and refactor — brings n8n management features inside n8n itself | Building |
| n8n Compare | Frontend + VS Code extension for workflow diff reports — shows exactly what changed between versions, like n8n Enterprise diff but with more control | Building |
| MCP Extension | VS Code extension with 32-tool dashboard — auto-configures AI for MCP (skills, rules, tools, workflows), syncs n8n settings to MCP config, works across all VS Code-based IDEs and CLI tools | Testing |
| n8n File Formats | Standard extensions (.n8n, .n8n.js, .n8n.py, .n8n.node, .n8n.backup, .n8n.md, etc.) to give AI structured, consistent data for n8n workflows — spec on Reddit |
Spec Released |
| Perplexity MCP | Internal extension that gives any AI model MCP access to a personal Perplexity account — links Claude Code, Windsurf, and Codex to Perplexity as a tool for research and advanced results | Internal |
| Airtable Computed Fields MCP | Bypasses Airtable API limitations on updating computed fields (formulas, buttons, currency) — automates updates via internal APIs with captcha bypass using patchright (undetected Playwright) | Built |
We love contributions. Whether it's a bug fix, a new feature, or a workflow template — you're welcome here.
1. Fork the repo you want to contribute to
2. Create your feature branch → git checkout -b feat/amazing-feature
3. Commit your changes → git commit -m "feat: add amazing feature"
4. Push to the branch → git push origin feat/amazing-feature
5. Open a Pull Request
All our projects are open source under the MIT License (unless noted otherwise).