Go Docs | Go Source | Go Content Creator | Go Lead Generator | Go Contributing | Go Security
This repository collects production-ready n8n workflows for AI-powered content operations and lead generation. Each workflow lives in its own source folder with a dedicated agent.json export and a setup-oriented README.md.
graph TD
Home["Repository Home"] --> Docs["docs/"]
Home --> Source["src/"]
Docs --> Contributing["Contributing Guide"]
Docs --> Security["Security Guide"]
Source --> Content["Content Creator"]
Source --> Leads["Lead Generator"]
| Workflow | Path | Purpose | Main Outputs |
|---|---|---|---|
| Content Creator | src/contect_creator |
Generates blog content, banner prompts, and publishing assets. | WordPress draft, LinkedIn post, Google Drive asset |
| Lead Generator | src/lead_generator |
Collects Google Maps leads and appends unique records to Google Sheets. | Lead table rows, success response |
- Clone the repository.
- Open the workflow folder you want under
src/. - Import the related
agent.jsoninto n8n. - Replace placeholders such as
ENTER_YOUR_API_KEYwith your own credentials inside n8n. - Follow the workflow-specific README before activating the flow.
- Start with the documentation hub for the overall structure.
- Use the source index to jump between workflow folders.
- Review the contributing guide before editing or adding workflows.
- Review the security guide before exporting or publishing workflow JSON files.
This project is distributed under the MIT License. See LICENSE for details.