campaign-dashboard

Visualize campaign performance and lead activity from a local SQLite database.

277|88|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/Othmane-Khadri/YALC-the-GTM-operating-system --skill campaign-dashboard
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: campaign-dashboard
Source: https://github.com/Othmane-Khadri/YALC-the-GTM-operating-system/tree/main/.claude/skills/campaign-dashboard
Command: npx skills add https://github.com/Othmane-Khadri/YALC-the-GTM-operating-system --skill campaign-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly understand how your GTM campaigns are performing without manually digging through logs or scattered records.

Core Features & Use Cases

  • Browser-based campaign dashboard: Opens a live, interactive campaigns view at localhost so you can scan performance quickly.
  • Campaign cards with live metrics: Visualizes campaign state, including active counts and lead totals sourced from the local SQLite database.
  • Per-campaign drill-down: Lets you review a single campaign’s variant A/B comparison and per-lead timelines from the campaign detail page.

Quick Start

Open the dashboard for your current GTM data by telling the assistant: "Show me the campaign dashboard."

Frequently Asked Questions about campaign-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view my campaign performance metrics in a browser dashboard?▼

To view campaign performance metrics, start your local GTM-OS server and open http://localhost:3847/campaigns. The dashboard reads campaign and lead metrics directly from your local SQLite database to display active counts and lead totals.

Can I compare A/B test variants for a specific GTM campaign?▼

Yes, you can compare A/B test variants by navigating to a specific campaign's detail page. The campaign dashboard visualizes variant comparisons and per-lead timelines sourced directly from the local SQLite database.

What is the best way to see campaign health and lead activity without digging through logs?▼

The best way to see campaign health is using a browser-based campaign dashboard. It visualizes campaign state and lead activity at a glance, pulling live metrics from the local SQLite database instead of requiring manual log review.

Do I need a local SQLite database to visualize GTM-OS campaign data?▼

Yes, you need a local SQLite database to visualize GTM-OS campaign data. The dashboard reads campaign and lead metrics directly from this local database, requiring you to start the local GTM-OS server first to access the browser interface.

How does the campaign dashboard display lead timelines for my marketing campaigns?▼

The campaign dashboard displays lead timelines through a per-campaign drill-down view. By selecting a specific campaign, you can review individual per-lead timelines alongside variant A/B comparison data extracted from the local SQLite database.

Why is my campaign dashboard not loading at localhost:3847/campaigns?▼

If your campaign dashboard is not loading at localhost:3847/campaigns, ensure the local GTM-OS server is actively running. The browser interface requires this server to fetch and visualize campaign metrics from the local SQLite database.