AI Workflow Library
25 step-by-step workflow tutorials for n8n, Dify, ComfyUI, and MCP. From beginner to advanced.
Automation
Auto-Generate Blog Posts from RSS Feeds with n8n
IntermediateAutomatically fetch RSS feeds from tech news sources, summarize with AI, and draft blog posts for review before publishing.
Cross-Platform Social Media Auto-Scheduler with n8n
BeginnerWrite one piece of content, automatically adapt it for Twitter/X, LinkedIn, and Mastodon, then schedule posts across all platforms.
AI-Powered Lead Enrichment Pipeline with n8n
IntermediateAutomatically enrich new leads with company data, social profiles, and AI-generated qualification scores before they reach your sales team.
AI Email Triage and Auto-Response with n8n
IntermediateAutomatically categorize incoming emails, draft responses for common queries, and escalate urgent issues to the right person.
Webhook-Triggered Automation Hub with n8n
BeginnerSet up n8n as a central automation hub that responds to webhooks from your apps and routes them to the right workflow.
AI Content Generation Pipeline with Dify
IntermediateBuild a Dify workflow that takes a topic, researches it, generates multiple content formats, and publishes them.
AI-Powered API Health Monitor with n8n
BeginnerMonitor your APIs for failures, performance issues, and anomalies with AI-powered alerting and root cause analysis.
AI Marketing Automation Pipeline with n8n
IntermediateAutomate content creation, social posting, and lead nurturing with a single n8n workflow.
Claude Code Review Pipeline for Teams
AdvancedAutomate code review with Claude: PR analysis, inline comments, and approval recommendations.
Agent
Build a Knowledge-Base Customer Support Bot with Dify
IntermediateCreate a customer support chatbot that answers questions from your knowledge base, escalates unknown queries to humans, and logs all interactions.
Connect Claude to Your File System with MCP
IntermediateSet up a Model Context Protocol server that lets Claude read and write files on your local machine for code analysis, document editing, and data processing.
Automated Code Review Agent via MCP + GitHub
AdvancedSet up an AI agent that automatically reviews GitHub pull requests, posts inline comments, and approves or requests changes based on your team's coding standards.
Multi-Agent Research Team with CrewAI
IntermediateBuild a crew of AI agents that collaboratively research a topic: one searches, one analyzes, one writes the report.
Customer Journey Agent with LangGraph
AdvancedBuild a stateful agent that guides customers through onboarding, answering questions and adapting based on their responses.
Slack AI Assistant via MCP
IntermediateConnect Claude to your Slack workspace via MCP to answer questions, search messages, and summarize channels.
AI Sales Assistant with Dify
IntermediateBuild an AI sales assistant that researches prospects, drafts outreach, and updates CRM.
Multi-Agent Customer Support with LangGraph
AdvancedBuild a stateful multi-agent customer support system with routing, knowledge base, and human escalation.
Image
Batch Product Photo Enhancement with ComfyUI
AdvancedProcess a folder of product photos through an AI pipeline: background removal, relighting, and consistent brand styling for e-commerce.
Artistic Style Transfer Pipeline with ComfyUI
IntermediateApply any artistic style to your photos while preserving composition and details. Great for marketing materials, social media, and creative projects.
Train Custom LoRA Models with ComfyUI
AdvancedTrain a LoRA (Low-Rank Adaptation) model on your custom images to generate consistent brand-specific or style-specific visuals.
AI Design Asset Pipeline with ComfyUI
AdvancedGenerate brand-consistent design assets at scale: social graphics, product images, banners.
Data
Autonomous Data Analysis Agent with Dify
AdvancedBuild an AI agent that can query your database, analyze results, generate charts, and produce a written report with insights.
RAG Document Q&A System with Dify
BeginnerUpload any collection of documents (PDFs, manuals, contracts) and build a Q&A system that answers questions with precise citations.
Automated Web Data Collection with Browser Use
IntermediateUse AI browser automation to collect structured data from websites that resist traditional scraping.