Free n8n workflow library

Free n8n Workflow Library

Download, study, and customize ten practical n8n workflows built to solve real problems without creating an enormous automation stack.

These starter workflows use n8n, local AI through Ollama, structured inputs, human review checkpoints, and useful outputs you can inspect and improve.

Free to use Beginner-friendly Built and tested in real workflows

Why this exists

Small Workflows Are Easier to Understand

The best first n8n workflow is usually not a giant assistant or an agent that tries to run your entire life.

It is one small process with a clear input, a useful output, and a human reviewing the result.

This library was created to help people learn that pattern through practical examples they can import, inspect, test, and customize.

01Start with a real problem
02Use AI to organize or transform the information
03Review the result before anything important happens

Shared architecture

The Pattern Behind the Library

Most workflows intentionally use a shared beginner-friendly architecture: manual or structured input, prompt preparation, a local Ollama model, response parsing and formatting, human review, and Google Docs or another useful destination.

The workflows are intentionally similar in structure. That is part of the lesson. Once you understand the pattern, you can change the input, prompt, validation rules, and output destination to solve many different problems.

Most workflows currently use Google Docs as an easy review destination. You can replace that final step with Markdown files, Obsidian, Notion, a database, email, or another destination.

Workflow downloads

Free templates you can import, inspect, and customize.

View on GitHub
GP-WF-001 Beginner

Productivity

Daily Action Brief Builder

Messy notes do not become a usable plan.

Turn scattered working notes into a structured daily action brief with priorities, next steps, parked ideas, and a human review note.

Tools
n8n, Ollama, Google Docs
Article
Guide available
GP-WF-002 Beginner

Content and SEO

Search Intent Blog Outline Builder

A topic is too loose to become a useful article.

Turn a topic, reader, search intent notes, competitor observations, and a unique angle into a structured article outline.

Tools
n8n, Ollama, Google Docs
Article
Guide available
GP-WF-003 Beginner

Research

RSS Research Digest

RSS feeds contain more updates than a person can reasonably review.

Collect feed items, apply a topic lens, summarize useful updates, identify must-read items, and create a practical research digest.

Tools
n8n, RSS, Ollama, Google Docs
Article
Guide available
GP-WF-004 Beginner

Prompt Engineering

Prompt Starter Library Builder

Useful prompts disappear inside old chat conversations.

Turn rough tasks and prompt ideas into a categorized, reusable prompt starter library with variables, use cases, and quality notes.

Tools
n8n, Ollama, Google Docs
Article
Guide available
GP-WF-005 Beginner

Content

YouTube Transcript Cleaner

Raw transcripts are difficult to read, search, quote, or repurpose.

Clean a rough transcript while preserving its meaning, then extract useful takeaways, review flags, and repurposing ideas.

Tools
n8n, Ollama, Google Docs
Article
Guide available
GP-WF-006 Beginner

Operations

SOP Generator

A repeatable process exists in someone's head but is not documented.

Turn rough process notes into a structured standard operating procedure with steps, prerequisites, quality checks, risks, and completion criteria.

Tools
n8n, Ollama, Google Docs
Article
Guide available
GP-WF-007 Beginner

Research

Research Collector

Saved links, snippets, and notes become scattered and difficult to reuse.

Organize research material into sources, themes, findings, assumptions, follow-up questions, next actions, and tags.

Tools
n8n, Ollama, Google Docs
Article
Guide available
GP-WF-008 Beginner

Content Repurposing

Social Post Generator

One useful article or workflow takes too long to rewrite for multiple platforms.

Turn one source idea into platform-specific drafts, hooks, calls to action, hashtag ideas, thread concepts, carousel outlines, and review notes.

Tools
n8n, Ollama, Google Docs
Article
Guide available
GP-WF-009 Beginner

Communication

Professional Email Builder

Rough email notes take too long to turn into a clear professional message.

Turn bullet points and recipient context into subject options, primary and alternate drafts, a follow-up draft, boundaries, and review flags.

Tools
n8n, Ollama, Google Docs
Article
Guide available
GP-WF-010 Beginner

Knowledge Management

Markdown Knowledge Base Builder

Knowledge becomes scattered across documents, chats, apps, and notes.

Turn scattered notes into Markdown-ready knowledge content with frontmatter, folder suggestions, internal-link ideas, decisions, tasks, questions, and cleanup notes.

Tools
n8n, Ollama, Google Docs
Article
Guide available

Repository contents

More Than a JSON Download

Each workflow repository is designed to help readers understand and customize the system, not just import a file and hope for the best.

Clean n8n workflow export README overview Installation guide Customization guide Troubleshooting guide Sample input Sample output Workflow screenshots No included API keys or private credentials MIT license

Requirements

What You Need

  • n8n
  • Ollama running locally
  • A compatible local model, such as llama3.1:8b
  • Google Docs credentials for workflows using Google Docs
  • Willingness to review AI output before using it

The workflows are built for learning and customization. Exact node versions, model names, and credential setup may vary depending on your environment.

New to the pieces? Start with Local AI for Beginners, the Ollama tutorial, How to Build Your First AI Workflow, or the Daily Action Brief walkthrough.

How to use the library

A Simple Way to Start

  1. 01Pick one workflow that solves a problem you already have.
  2. 02Open the GitHub repository.
  3. 03Read the requirements and installation guide.
  4. 04Import the workflow into n8n.
  5. 05Connect your own credentials.
  6. 06Confirm the Ollama model name.
  7. 07Run the included example.
  8. 08Review the output.
  9. 09Customize one part at a time.

Do not import all ten and attempt to automate everything at once. Start with one workflow, understand it, and then expand.

Get updates

Want the next workflow when it drops?

Join the GetPrompting list for practical workflow guides, starter templates, and notes from the experiments that actually survive testing.

Quick answers

Common questions before you import a workflow.

Are these workflows really free?

Yes. The workflow exports and supporting repository documentation are available under the MIT license.

Do I need to be a developer to use them?

Not much. Some workflows include readable JavaScript nodes, but beginners can import and run them without rewriting the code. Understanding the basic n8n interface will still help.

Do I need a paid AI API?

No. These starter workflows use Ollama and a local language model for the AI step.

Are the workflows fully local?

The AI reasoning runs locally through Ollama. Most workflows currently save their final review copy to Google Docs, so that output step is not fully local. Readers can replace it with a local destination.

Will these workflows work on Windows, macOS, and Linux?

The workflow logic is platform-independent, but Ollama, Docker, networking, file paths, and local n8n setup can vary by operating system. I would not promise identical setup steps on every platform.

Can I customize the workflows?

Yes. Readers are encouraged to replace prompts, models, input fields, output destinations, and review rules.

Do the workflow files contain credentials?

No. The public exports should not contain private credentials, OAuth tokens, API keys, or personal account information.

Does the Markdown workflow write straight to Obsidian?

No. GP-WF-010 generates Markdown-ready content and currently saves the review copy to Google Docs. It does not automatically write directly into an Obsidian vault or local Markdown folder.