🏡 Home • 📖 Documentation Hub • 📁 Source Packages • 🛡️ Security Policy • ✍️ Contributing Guide
Welcome to the n8n AI Agent Hub! This repository is a curated collection of production-ready, modular n8n workflow packages designed to automate complex, repetitive digital processes. Powered by Google Gemini AI, these automated agents handle content copywriting, web research, database logging, and social publishing on your behalf, acting as intelligent digital workers for your projects.
The hub operates on a three-tier design to ensure high scalability and modularity:
- The Orchestrator (n8n): Serves as the central coordinator, connecting third-party platforms, APIs, database tables, and AI services.
- The Intelligence (Google Gemini): Handles NLP tasks, content copywriting, semantic checks, and text-to-image prompt designing.
- The Workers (Workflow Packages): Standalone, importable directories in
src/tailored for specific functional operations.
Below is a conceptual map of the repository's directories:
graph TD
Root["🤖 n8n AI Agent Hub"]
Root --> Docs["📖 docs/ (Guidelines)"]
Root --> Source["📁 src/ (Workflows)"]
Docs --> Contributing["✍️ CONTRIBUTING.md"]
Docs --> Security["🛡️ SECURITY.md"]
Source --> Chatbot["💬 WordPress AI Chatbot"]
Source --> Blogger["🤖 WordPress Blogger"]
Source --> Content["✍️ Content Creator"]
Source --> Scraper["🎯 Lead Scraper"]
style Root fill:#161b22,stroke:#30363d,color:#c9d1d9
style Docs fill:#161b22,stroke:#30363d,color:#c9d1d9
style Source fill:#161b22,stroke:#30363d,color:#c9d1d9
style Contributing fill:#0d1117,stroke:#30363d,color:#8b949e
style Security fill:#0d1117,stroke:#30363d,color:#8b949e
style Chatbot fill:#0d1117,stroke:#58a6ff,color:#f0f6fc
style Blogger fill:#0d1117,stroke:#bc8cff,color:#f0f6fc
style Content fill:#0d1117,stroke:#3fb950,color:#f0f6fc
style Scraper fill:#0d1117,stroke:#f0883e,color:#f0f6fc
| Workflow Assistant | Package Path | Operational Summary | Primary Services | Status |
|---|---|---|---|---|
| 💬 WordPress AI Chatbot | src/wordpress_ai-chatbot |
Embeddable web widget backend that acts as an intelligent digital twin for user support and routing. | n8n, Gemini AI, WPCode, HTML5 Widget | Active |
| ✍️ Content Creator | src/contect_creator |
Reads historical posts, drafts SEO articles, writes social copy, and generates cover designs. | n8n, Gemini AI, WordPress, LinkedIn, Google Drive | Active |
| 🤖 WordPress Blogger | src/wordpress_blogger |
Periodically reads technology news RSS feeds, writes SEO articles, generates block-art, and publishes. | n8n, Gemini AI, RSS Feeds, WordPress REST API | Active |
| 🎯 Lead Scraper | src/lead_scraper |
Searches Google Maps places, filters out duplicate rows in Google Sheets database, and logs new records. | n8n, Google Maps & Places APIs, Google Sheets | Active |
Deploying a workflow from the hub onto your n8n instance is fast:
- Clone this repository to your local machine.
- Select your target assistant from the
src/directory and open its documentation. - Download the title-based JSON configuration file (e.g.
wordpress_blogger.json) inside the package folder. - Go to your n8n instance dashboard.
- Create a new workflow, click Import from File, and select the downloaded JSON file.
- Provide your private API keys (e.g. Gemini key, WordPress credentials) inside the n8n credential fields.
- Toggle the workflow status to Active and run a test build!
Important
Credential Safety: The exported workflow JSON configurations are sanitized. Private credentials, passwords, and tokens have been replaced with uppercase placeholders (e.g., ENTER_YOUR_API_KEY). Ensure you replace them with your own credentials during setup in n8n.
Tip
Contributions: If you want to make updates, fix issues, or share a new assistant package, please review the Contributing Guide to maintain repository styling standards.