n8n-workflow
π―Skillfrom funnelenvy/agents_webinar_demos
Automates anomaly detection workflows by connecting data sources, triggering alerts in Slack, and orchestrating multi-step notification processes using N8N workflow automation.
Installation
npx skills add https://github.com/funnelenvy/agents_webinar_demos --skill n8n-workflowSkill Details
Overview

# Agents for Marketers: Demo Repository
πΊ Watch the Webinar [YouTube]: Agents for Marketers
Practical demonstrations of how AI agents (Claude Code, Codex, Gemini CLI) can automate analytics, CRO, and campaign workflows for growth marketers.
> From Insight to Action: This repository shows how agents can query data, generate hypotheses, and produce actionable outputsβwithout requiring engineering support.
---
π― What You'll Find Here
Six production-ready demos that show agents:
- Analyzing funnel drop-offs and generating A/B test hypotheses
- Creating paid media audiences (enhanced conversions, retargeting)
- Detecting anomalies and sending Slack alerts with N8N automation
- Identifying "aha moments" in trial-to-paid conversion data
- Auditing tracking implementation and UTM parameter consistency
- Analyzing landing pages using vision capabilities for CRO recommendations
Each demo includes:
- β Complete prompt sequences
- β Synthetic datasets with engineered patterns
- β Example outputs showing expected results
- β SQL queries and Python scripts (auto-generated by Claude Code)
- β Setup instructions for integrations (Slack, ClickUp, BigQuery, etc.)
---
π Quick Start
1. Read the Playbook (Recommended)
Start with [PLAYBOOK.md](./PLAYBOOK.md) to understand:
- Why agents matter for marketers (strategic context)
- The Insight β Hypothesis β Action framework (mental model)
- Real use cases with strategic narratives (what becomes possible)
- Getting started guide (practical steps)
- The vision (where this is going)
Then come back here for technical implementation.
2. Choose Your Demo
Browse the [demos/](./demos) folder or read [DEMOS.md](./DEMOS.md) for detailed descriptions:
- New to agents? Start with Demo 2 (Paid Media Activation) - clear inputs, tangible outputs
- Want to see vision? Try Demo 6 (Live Website Audit)
- Love automation? Check out Demo 3 (Anomaly Detection + Slack + N8N)
3. Set Up Your Environment
Follow [SETUP.md](./SETUP.md) to:
- Install dependencies
- Configure environment variables (Slack webhooks, API tokens, etc.)
- Load synthetic data into BigQuery or DuckDB
4. Run a Demo
Each demo folder contains:
```
demos/01-funnel-hypothesis-brief/
βββ README.md # Overview and instructions
βββ PROMPT_SEQUENCE.md # Exact prompts to copy/paste
βββ queries/ # SQL queries
βββ scripts/ # Python scripts (auto-generated)
βββ example_outputs/ # What to expect
```
To run:
- Open your AI agent tool (Claude Code, Codex CLI, etc.)
- Follow the
PROMPT_SEQUENCE.mdstep-by-step - Compare your results to
example_outputs/
---
π Synthetic Datasets
All demos use realistic synthetic data with engineered patterns:
- Funnel data with 40% drop-off at pricing page
- Daily metrics with 3 anomalies (bug, improvement, activation issue)
- Trial users with clear "aha moment" (configure_integration in first 3 days = 3.7x conversion)
- Tracking data with intentional gaps (missing events)
- UTM data with consistency issues (case variations, typos)
See [DATA.md](./DATA.md) for complete schemas and sample queries.
---
π Key Integrations
| Platform | Required For | Setup Difficulty |
|----------|--------------|------------------|
| BigQuery or DuckDB | Demos 1-5 | β‘ Easy |
| Slack Webhook | Demo 3 | β‘ Easy |
| ClickUp API | Demo 1 | β Medium |
| N8N Instance | Demo 3 (optional) | ββ Medium |
| Playwright | Demo 6 | β Medium |
No integrations are required to explore the prompts and outputsβthe data is all local CSV/JSON files.
---
π Core Concept: Insight β Hypothesis β Action
These demos follow a three-step framework:
- Insight:
More from this repository9
gcp-cli-gotchas skill from funnelenvy/agents_webinar_demos
Automates browser interactions using Playwright Python, enabling web scraping, screenshot capture, and dynamic page testing with precise element selection.
Generates precise CSV export formats for Google Ads Enhanced Conversions, Customer Match, and Meta Custom Audiences with specific data schema requirements.
gcp-bq-data-loading skill from funnelenvy/agents_webinar_demos
Queries and analyzes code using OpenAI Codex CLI, providing read-only codebase exploration and technical insights.
Queries code and files using Google Gemini CLI, providing AI-powered insights, explanations, and analysis for codebases.
Automates BigQuery table operations like creation, schema updates, data loading, and management across Google Cloud Platform projects
Syncs contacts and lists to HubSpot CRM using a private API token, enabling seamless data integration and management.
Exports BigQuery data to Cloud Storage in various formats like CSV, JSON, Avro, and Parquet with flexible compression and export options.