A collection of production-ready AI automation workflows built with n8n, Claude AI, and modern APIs.
This repository contains practical AI automation workflows for:
- Business Process Automation — Lead generation, email handling, CRM updates
- Claude AI Integrations — Custom AI agents for real-world tasks
- n8n Workflows — Ready-to-import JSON workflow files
- API Orchestration — Connecting multiple services intelligently
AI-Automation/ ├── workflows/ # n8n workflow JSON files ├── prompts/ # Reusable Claude AI prompts ├── docs/ # Setup guides and documentation └── examples/ # Real-world use case examples
- n8n — Workflow automation
- Claude AI (Anthropic) — AI reasoning and generation
- REST APIs — Gmail, Calendar, Sheets, PayPal
- GitHub Actions — CI/CD automation
| Workflow | Description | Status |
|---|---|---|
| Lead Qualifier | Auto-qualify leads using Claude AI | ✅ Ready |
| Email Responder | AI-powered email drafting | 🔄 In Progress |
| Invoice Generator | PayPal invoice automation | ✅ Ready |
Contributions welcome! If you have an automation workflow to share:
- Fork this repo
- Add your workflow JSON in
/workflows - Submit a PR with description
Built by @developerstartweb-stack