SkillAgentSearch skills...

Awesome N8n Workflows

A curated collection of awesome n8n workflows for automation, integration, and productivity. Explore ready-to-use JSON workflows for analytics, communication, CRM, e-commerce, finance, HR, marketing, monitoring, security, and more.

Install / Use

npx skills add felipfr/awesome-n8n-workflows

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

<div align="center"> <img src="https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png" alt="n8n Banner"/>

🌟 awesome-n8n-workflows

A curated collection of production-ready n8n workflows for automation enthusiasts

GitHub stars License: MIT n8n PRs Welcome

</div>

🚀 What is this?

This repository is a public collection of n8n workflows gathered from various sources on the internet. I'm not the original author of these workflows; my goal is to make it easier for the community to discover, access, and use a wide range of automation examples in one place.

All credit for the creation of each workflow belongs to their respective authors and contributors. If you are the author of a workflow and would like it removed or properly attributed, please open an issue or pull request.

✨ Why use this repository?

  • 🔧 Easy to customize: Well-documented and modular design
  • 🌐 Multi-domain coverage: From DevOps to social media automation
  • 📚 Learning resource: Study automation patterns and best practices
  • 🚀 Time-saving: Skip the setup, focus on results

📂 Workflow Categories

<details> <summary><strong>📊 Analytics & Monitoring</strong></summary>
  • Website performance tracking
  • Data visualization pipelines
  • Business metrics automation
  • Real-time dashboards
</details> <details> <summary><strong>🤖 Automation & Integration</strong></summary>
  • API integrations
  • Data synchronization
  • Event-driven workflows
  • Scheduled tasks
</details> <details> <summary><strong>💬 Communication</strong></summary>
  • Slack/Discord notifications
  • Email automation
  • SMS campaigns
  • Team collaboration tools
</details> <details> <summary><strong>🛒 E-commerce</strong></summary>
  • Order processing
  • Inventory management
  • Customer support automation
  • Sales reporting
</details> <details> <summary><strong>🔧 DevOps & Development</strong></summary>
  • CI/CD pipelines
  • Code deployment
  • Infrastructure monitoring
  • Developer productivity tools
</details> <details> <summary><strong>📱 Social Media & Marketing</strong></summary>
  • Content scheduling
  • Social media monitoring
  • Lead generation
  • Campaign automation
</details> <details> <summary><strong>💰 Finance & CRM</strong></summary>
  • Invoice processing
  • Payment tracking
  • Customer data management
  • Financial reporting
</details> <details> <summary><strong>🛠️ Utility & Productivity</strong></summary>
  • File processing
  • Data transformation
  • Backup automation
  • General productivity tools
</details>

🚀 Quick Start Guide

Prerequisites

  • n8n installation (cloud or self-hosted)
  • Basic understanding of workflow automation

Installation Steps

  1. Browse & Choose

    # Navigate to the category folder
    cd social-media/
    # Pick a workflow that matches your needs
    
  2. Import to n8n

    • Open your n8n dashboard
    • Click "Import" in the top menu
    • Select the downloaded JSON file
    • Click "Import workflow"
  3. Configure & Customize

    • Set up required credentials (API keys, tokens, etc.)
    • Adjust parameters to fit your use case
    • Test the workflow with sample data
  4. Deploy & Monitor

    • Activate the workflow
    • Set up scheduling if needed
    • Monitor execution logs

💡 Pro Tips

  • Always test workflows with sample data first
  • Keep your credentials secure and use n8n's credential management
  • Start with simple workflows before moving to complex ones
  • Join the n8n community for support

🔧 Workflow Structure

Each workflow follows a consistent naming convention:

[Trigger]_[MainNode]_[Action]_[Type].json

Examples:

  • Schedule_Twitter_Automation_Scheduled.json - Scheduled Twitter posting
  • Webhook_Slack_Notification_Triggered.json - Webhook-triggered Slack alerts
  • Manual_Data_Processing_Triggered.json - Manual data processing workflow

🤝 Contributing

We love contributions! Here's how you can help make this collection even better:

🎯 What we're looking for

  • New workflows for underrepresented use cases
  • Improvements to existing workflows
  • Documentation enhancements
  • Bug fixes and optimizations

📝 Contribution Guidelines

  1. Fork this repository
  2. Create a new branch: git checkout -b feature/awesome-workflow
  3. Add your workflow to the appropriate category folder
  4. Include proper documentation and comments
  5. Test thoroughly before submitting
  6. Submit a pull request with a clear description

🏷️ Workflow Submission Checklist

  • [ ] Workflow is tested and functional
  • [ ] Follows naming convention
  • [ ] Includes clear node labels and descriptions
  • [ ] Sensitive data is removed or parameterized
  • [ ] Added to appropriate category folder

📖 Documentation & Support

🔐 Security & Best Practices

  • 🔑 Never commit credentials or API keys
  • 🛡️ Use n8n's credential management system
  • 🔄 Regularly update your workflows
  • 🧪 Always test in a staging environment first
  • 📊 Monitor workflow execution and performance

📊 Repository Stats

  • 🗂️ Categories: 19
  • 🔧 Total Workflows: 2000+
  • Use Cases Covered: Business, Personal, Enterprise

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgments

  • The amazing n8n team for building such a powerful automation platform
  • All contributors who make this collection possible

<div align="center">

Ready to supercharge your automation game?

⭐ Star this repo | 💬 Join Community

Made with ❤️

</div>

Related Skills

View on GitHub
GitHub Stars403
CategoryOperations
Updated7d ago
Forks82

Security Score

100/100

Audited on Jul 31, 2026

No findings