Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add thaolst/ai-growth-prompts --skill 12-n8n-growth-workflowsgit clone --depth 1 https://github.com/thaolst/ai-growth-promptsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/thaolst/ai-growth-prompts/12-n8n-growth-workflows)<a href="https://agentmods.dev/skills/thaolst/ai-growth-prompts/12-n8n-growth-workflows"><img src="https://agentmods.dev/badge/skills/thaolst/ai-growth-prompts/12-n8n-growth-workflows/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/thaolst/ai-growth-prompts/12-n8n-growth-workflows"><img src="https://agentmods.dev/badge/skills/thaolst/ai-growth-prompts/12-n8n-growth-workflows.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.02739 |
| Opus 5 | $0.00000 | $0.01370 |
| Sonnet 5 | $0.00000 | $0.00548 |
| Haiku 4.5 | $0.00000 | $0.00274 |
Grade A, and why
12-n8n-growth-workflows scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 307 lines — stays where its author put it; the contents beside it link to each section on GitHub.
10 · n8n Growth Workflows — Prompt Thiết Kế & Customize
Tiếng Việt
5 workflow n8n trong folder này là công cụ có sẵn. Prompt dưới đây giúp bạn:
- Chọn workflow phù hợp với campaign hiện tại
- Customize workflow cho context cụ thể
- Kết hợp nhiều workflow thành pipeline tự động
- Troubleshoot khi workflow chạy sai
Dùng sau khi đã đọc README.md để biết cách import.
Prompt 01 — Chọn & customize workflow cho campaign của bạn
Khi nào dùng: Có 1 campaign cụ thể, không biết nên dùng workflow nào hoặc cần chỉnh workflow cho phù hợp.
Tôi đang chạy campaign sau và muốn dùng n8n workflow trong repo này.
Thông tin campaign:
- Tên: [VD: Flash sale 48h cuối tháng]
- Mục tiêu: [tăng redemption / kéo user quay lại / giới thiệu tính năng mới]
- Segment target: [new user / active / dormant / tất cả]
- Quy mô: [S / M / L]
- Kênh: [push / SMS / email / in-app / paid]
- Thời gian chạy: [số ngày]
- Data có sẵn: [VD: user segment CSV trên Google Sheet]
Từ thông tin trên, hãy:
1. Đề xuất workflow nào trong [01-05] phù hợp nhất — giải thích tại sao
2. Nếu cần kết hợp nhiều workflow: đề xuất thứ tự và cách ghép nối
3. Các node cần customize: cách điều chỉnh trigger, filter, AI prompt cho campaign này
4. Metric nào workflow có thể tự động ghi lại để báo cáo cuối campaign
5. Rủi ro khi chạy workflow với campaign này (data quality, schedule conflict,...)
Ví dụ output mong đợi:
Dùng workflow 01 (Segment + Offer Designer) kết hợp 04 (Campaign Brief Generator). Chạy 01 trước để phân nhóm → output làm input cho 04. Customize node AI trong 01: thay segment mô tả bằng target của campaign flash sale. Schedule: chạy 01 mỗi sáng, 04 chạy 1 lần đầu campaign.
Prompt 02 — Tự động hoá workflow pipeline cho campaign lifecycle
Khi nào dùng: Muốn tự động hoá toàn bộ lifecycle campaign (từ planning → launch → monitor → report) bằng cách kết hợp nhiều workflow.
Tôi muốn build một pipeline n8n tự động hoá toàn bộ campaign lifecycle:
Campaign: [VD: Chương trình tích điểm hàng tháng]
Các phase: [planning → segment → launch → monitor → report]
Duration: [VD: 30 ngày]
Yêu cầu automation:
1. Phase Planning: tạo campaign brief tự động từ input ngắn
2. Phase Segment: phân nhóm user và thiết kế offer riêng từng segment
3. Phase Launch: gửi notification qua push/SMS kèm offer cá nhân hoá
4. Phase Monitor: theo dõi metric hằng ngày, cảnh báo nếu KPI drop > 20%
5. Phase Report: cuối campaign tự động tổng hợp báo cáo
Hãy thiết kế pipeline dùng các workflow có sẵn + thêm node nếu cần:
1. Sơ đồ pipeline: workflow nào chạy trước/sau, trigger mỗi phase
2. Data flow: dữ liệu từ workflow trước truyền sang workflow sau như thế nào
3. Schedule: cron schedule cho từng phase (chạy 1 lần / daily / weekly)
4. Error handling: nếu 1 workflow fail thì các workflow sau xử lý ra sao
5. Logging: cách ghi log để biết pipeline đang ở phase nào
What ships with it
11 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- 01-segment-offer-designer.md 2.7 KB
- 02-campaign-monitor.md 2.2 KB
- 03-ab-test-analyzer.md 2.2 KB
- 04-campaign-brief-generator.md 2.9 KB
- 05-churn-reengagement.md 2.5 KB
- README.md 4.6 KB
- workflows/01-segment-offer-designer.json 5.3 KB
- workflows/02-campaign-monitor.json 5.0 KB
- workflows/03-ab-test-analyzer.json 5.0 KB
- workflows/04-campaign-brief-generator.json 3.8 KB
- workflows/05-churn-reengagement.json 5.9 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 307 lines · 0 tokens per session scan A 92d041fce851
12-n8n-growth-workflows is a skill published in the GitHub repository thaolst/ai-growth-prompts (11 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,739 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
multi-agent-workflow
Run a two-stage research then planning workflow for growth campaigns. Use when the user wants to analyze past campaign data AND create a new plan based on that analysis in one connected workflow. Stage 1: analyze data and extract structured insights. Stage 2: use insights to build a campaign plan. Input: past campaign…
campaign-brief
Write a complete campaign brief for growth marketing campaigns. Use when the user needs to create a campaign brief, plan a promotion, design a voucher campaign, or structure a marketing campaign. Works for fintech, e-commerce, super apps, and mobile payment platforms. Input: target segment, objective, budget, mechanic…
ab-test-analyzer
Analyze A/B test results and recommend next actions. Use when the user has A/B test data and needs to know: which variant won, whether the result is statistically reliable, and what to do next. Works for conversion rate tests, copy tests, mechanic tests, UI tests. Input: user counts and conversions for control and…
agent-pre-deploy-review
Review an AI agent prompt and setup before deploying it in real work. Use when the user has built or customized an agent and wants a thorough review before depending on it for real campaign work. Input: agent description, system prompt, example input, example output. Output: prompt weaknesses, edge cases, improvement…
campaign-planning
Build a monthly or quarterly campaign plan from a growth target. Use when the user has a target (MEU, transactions, revenue, retention) and needs a full campaign plan: how many campaigns, what type, in what order, with what budget. Higher-level than campaign-brief (which covers a single campaign in detail). Input…
churn-intervention
Design churn prevention and winback campaigns for fintech and super apps. Use when the user needs to reduce churn, design save offers, create cancellation flows, plan re-engagement campaigns, or analyze churn reasons. Supports both proactive (predictive) and reactive (post-churn) strategies.