Prebuilt / Flows
00

n8n automation kits — build 2026.01

Working automations. Running in 30 minutes.

Three production-grade n8n workflows for content repurposing, personalised outreach and RAG support — with the documentation you wish templates came with.

Get the pack Instant download · Perpetual licence · Refund if it doesn't run
01

Every template gallery has the same thing in it.

A screenshot of eleven connected nodes, a title promising an AI agent, and a JSON file that breaks the moment you import it.

You know the pattern. Half the nodes reference credentials that were never abstracted. The prompt is one line. There is no error handling, so the first unreachable URL kills the run. There is no documentation, so you end up reverse-engineering someone else's shortcuts.

You didn't want a template. You wanted the two hours back.

02

Three workflows. Each one finished.

01

Content Repurposing Engine

Point it at your YouTube channel, blog or podcast feed. Every morning it takes what you published and writes the LinkedIn post, the X thread, the short-form script and the newsletter — then logs all of it to a content calendar and leaves the newsletter as a Gmail draft. You approve, you publish.

Anthropic
Google Sheets
Gmail
02

Lead Enrichment & Outreach

Drop leads in a sheet. It reads each company's actual homepage, writes a first email that opens with something specific and true about that business, scores the fit from 1 to 5, and drafts only the ones worth your time. It never sends. Drafts only, on purpose.

Anthropic
Google Sheets
Gmail
03

RAG Support Agent

Load your FAQs and docs into a sheet. It chunks, embeds and stores them, then answers questions strictly from that knowledge — and says it does not know instead of making something up. Short conversation memory included.

Anthropic
OpenAI
Google Sheets
03

What “finished” means here.

It runs on import. Placeholders are marked. Credentials are the only thing you add.

It fails safely. A dead link, an empty feed, a site behind bot protection — none of them crash a run. That handling is in the file, not in a “you should probably add” note.

It explains itself. Sticky notes inside every workflow tell you which nodes need attention and which two or three numbers you'll actually want to tune. Plus a setup guide covering the errors people hit, in the order they hit them.

04

Known limitations — stated before you pay

  • The RAG workflow uses the in-memory vector store. It is wiped when n8n restarts. That is the right default for testing and small internal bots you re-ingest on a schedule. For production, swap in Qdrant, Supabase or PGVector — the file tells you exactly which two nodes change.
  • Nothing posts to social platforms automatically. Workflow 01 writes drafts and calendar rows. Auto-posting needs platform API approval that varies by account and country, and gets templates broken every time a platform changes its rules.
  • Workflow 02 does not send cold email. It drafts. Automated cold sending is how sending domains get burned.
  • Enrichment quality depends on the lead's website. Workflow 02 reads each homepage over plain HTTP from your own server. Sites that render everything in JavaScript, or that serve a reduced page to datacenter traffic, give it little to work with — in our testing one well-known site returned 52 characters to a server and 13,000 to a browser. When that happens the lead scores low and is skipped rather than receiving a generic email dressed up as personalised. That is the guardrail doing its job, but it does mean a share of any list gets filtered out.
  • Not for people who have never opened n8n. These are working systems, not a beginner course.
05

Pricing

AI Automation Starter Pack

One price, one download, yours for good.

  • Three production workflows — repurposing, outreach, RAG support
  • A setup workflow that builds your spreadsheet in one click
  • Setup guide covering the errors people actually hit
  • Perpetual commercial licence, unlimited client deployments
  • Free fixes and improvements to these workflows, for life
$39one time
Get the pack — $39 Secure checkout by Paddle

If a workflow doesn't import and run as described, and setup support doesn't fix it, you get your money back. No form, no window, just ask.

06

Questions

Does this work on n8n Cloud?

Yes, Cloud and self-hosted. Tested on n8n 2.31. Requires 2.x — the AI nodes are used at versions that 1.x releases will not import, so this is a hard requirement, not a suggestion.

What does it cost to run?

You pay the model providers directly — we take nothing. Workflow 01 uses roughly 3-6k tokens per item processed, which we measured; three items a day is a few dollars a month. Workflows 02 and 03 scale with your own volume, so your bill is whatever you configure them to do. Bring your own Anthropic key, plus an OpenAI key for the RAG workflow's embeddings.

Can I use these for client work?

Yes — that's the main use case. Deploy them for as many paying clients as you like. The only restriction is that you can't resell or republish the files themselves.

Can I swap Claude for another model?

Yes. Replace the model node — it is a sub-node, so it is a drop-in swap. The setup guide includes a tested walkthrough for running the whole pack on a single OpenRouter key instead of separate Anthropic and OpenAI accounts. The prompts are written against Claude's instruction-following and will need a light pass if you move to a weaker model.

Do I get updates?

Yes. Fixes and improvements to these three workflows are free for life — you bought the pack, not a snapshot of it. New workflows will be sold as separate packs.

Is there support?

Email support for setup, answered within two business days. It covers getting the product working as described — not building custom workflows for you.

Stop rebuilding what already exists.