Agency Growth Automations — Automated Client Acquisition for Agencies
v1.0.1Automated client acquisition for agencies. Install 5 production-ready n8n workflows — prospect sourcing, cold outreach, inbound routing, client reporting, an...
Like a lobster shell, security has layers — review code before you run it.
License
SKILL.md
Agency Growth Automations
Stop building your client acquisition from scratch. These 5 workflows already handle it.
You've got enough n8n to know what's possible. You don't have enough hours to build five production-ready workflows for your own agency — debug them, wire all the credentials, and actually ship them. That's what this pack is.
5 workflows. Guided setup. Zero paid APIs.
- Cold Prospect Radar → never manually research leads again
- Cold Email Sequencer → outreach runs while you sleep
- Inbound Lead Router → every form submission lands in your CRM automatically
- Client Reporting Bot → weekly reports sent without touching a dashboard
- Proposal Follow-Up Engine → never let a proposal go cold again
Full PDF setup guides + ZIP: https://qssys.gumroad.com/l/AgencyGrowthAutomationPack ($67)
Guided Setup Flow
When the user asks to set up any workflow, follow this sequence:
Step 1: Assess — Which Problem First?
Ask the user which client acquisition problem they want to solve first:
- Finding prospects → Cold Prospect Radar (WF01)
- Sending outreach at scale → Cold Email Sequencer (WF02)
- Routing inbound leads automatically → Inbound Lead Router (WF03)
- Automating client reports → Client Reporting Bot (WF04)
- Following up on proposals → Proposal Follow-Up Engine (WF05)
If they're unsure, recommend WF03 (Inbound Lead Router) — it's the fastest win. Connect a form, get it running in 20 minutes, and immediately see the automation working.
Step 2: Select Workflow
Based on their answer, recommend one workflow from the manifest below. Explain in plain English:
- What it does
- What problem it solves
- What happens after they activate it
Step 3: Pre-Flight Check
Before importing, confirm they have the required free accounts ready:
All workflows need:
- n8n (self-hosted on any $5/mo VPS, or n8n Cloud free tier)
Workflow-specific:
- WF01, WF04: Google Sheets API (OAuth via Google Cloud Console)
- WF02, WF03, WF04, WF05: Gmail OAuth (Google Cloud Console — one-time setup, ~10 min)
- WF02, WF03, WF05: Airtable (free account + API key)
- WF03: Tally form (free account) + Slack (optional)
If they haven't set up Google Cloud Console OAuth yet, walk them through it first — it's a one-time setup that unlocks Gmail + Sheets for all relevant workflows.
Step 4: Import to n8n
Provide the workflow JSON file path from this skill's references/ directory:
| Workflow | JSON File |
|---|---|
| WF01 — Cold Prospect Radar | references/01-cold-prospect-radar.json |
| WF02 — Cold Email Sequencer | references/02-cold-email-sequencer.json |
| WF03 — Inbound Lead Router | references/03-inbound-lead-router.json |
| WF04 — Client Reporting Bot | references/04-client-reporting-bot.json |
| WF05 — Proposal Follow-Up Engine | references/05-proposal-followup-engine.json |
Import steps (n8n):
- Open n8n → Workflows → New
- Click the three-dot menu (⋮) → Import from File
- Select the JSON file from
references/ - Workflow loads with all nodes visible
Step 5: Wire Credentials
Walk them through credential setup for the selected workflow. Be specific:
Gmail OAuth (all workflows):
- n8n → Credentials → New → Gmail OAuth2
- Paste Client ID + Secret from Google Cloud Console
- Authorize via browser popup
Google Sheets (WF01, WF04):
- n8n → Credentials → New → Google Sheets OAuth2
- Same OAuth app as Gmail — just add Sheets scope
Airtable (WF02, WF03, WF05):
- Airtable → Account → API → Generate token
- n8n → Credentials → New → Airtable Token API
- Paste token
Tally (WF03 only):
- Copy webhook URL from the Webhook node in n8n
- Paste into your Tally form's Integrations → Webhook
Step 6: Test Run
Before going live, run a dry test:
- Open the workflow in n8n
- Click Execute Workflow (top right)
- Check the execution log — all nodes should show green
What success looks like:
- WF01: Row appears in your Google Sheet with prospect data
- WF02: Email appears in Gmail Sent, Airtable record updated
- WF03: Test form submission → appears in Airtable + email received
- WF04: Client report email sent to test address
- WF05: Follow-up email sent (or scheduled, if using date-based triggers)
If any node fails: check the error log, confirm credentials, confirm the data schema matches (Airtable field names, Sheet column headers).
Step 7: Go Live
Once the test run succeeds:
- Activate the workflow — toggle the switch in the top-right corner to ON
- Confirm the trigger is set correctly (schedule, webhook, or manual)
- Set your real data — point to your actual Airtable base / Google Sheet / Tally form
For scheduled workflows (WF01, WF02, WF04): confirm the cron time in the Schedule Trigger node matches your timezone.
Step 8: Next Workflow
After one workflow is live, recommend the next in the recommended deployment sequence:
Recommended order:
- WF03 — Inbound Lead Router (fastest win)
- WF05 — Proposal Follow-Up Engine (stop leaking proposals)
- WF01 — Cold Prospect Radar (proactive outreach)
- WF02 — Cold Email Sequencer (outreach at scale)
- WF04 — Client Reporting Bot (professional reporting)
Full deployment of all 5 typically takes 2–4 hours spread across a week (one workflow per session).
Workflow Reference
See references/workflow-manifest.md for full details on each workflow: tools required, setup time, and PDF guide links.
Full PDF Setup Guides
The 5 detailed PDF setup guides (step-by-step with screenshots) are included in the full Gumroad pack:
→ https://qssys.gumroad.com/l/AgencyGrowthAutomationPack ($67)
The PDF guides cover every credential, every click, and every common troubleshooting issue per workflow. If the guided flow above isn't enough, the PDFs will get you there.
Requirements Summary
| Tool | Free Plan | Notes |
|---|---|---|
| n8n self-hosted | Unlimited | Runs on any $5/mo VPS |
| n8n Cloud | 5 active workflows, 2,500 exec/mo | Enough for all 5 at moderate scale |
| Google Sheets | 10M cells | Free forever |
| Gmail API | 500 sends/day | Via OAuth — no SMTP needed |
| Airtable | 1,000 records/base | Free plan sufficient |
| Tally | Unlimited forms | WF03 only |
| Slack | Free | WF03 optional alert |
No paid APIs. No monthly subscriptions. No hidden costs.
Built by Qssys — automation tools for service businesses.
Install command: clawhub install celestchief/agency-growth-automations
Files
8 totalComments
Loading comments…
