# Cross Platform Dashboard

> Consolidated performance dashboard across Meta, Google, and LinkedIn Ads. Aggregates spend, clicks, conversions, CTR, CPC, CPA into a single HTML report with spend/conversion share donut charts. Triggers on prompts about overall performance, cross-channel reports, or "how are we doing this month".

- Skill: `foxgeeek/cross-platform-dashboard` (Agent Skill)
- Install (CLI): `npx skillmds@latest add foxgeeek/cross-platform-dashboard`
- Raw SKILL.md: https://api.skillmd.com/api/skills/foxgeeek/cross-platform-dashboard/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: foxgeeek (https://skillmd.com/u/foxgeeek)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/foxgeeek/cross-platform-dashboard

---


# Cross-Platform — Dashboard

## When to use

- "Como tá a performance geral dos últimos 30 dias?"
- "Unified dashboard of Meta + Google + LinkedIn"
- "Me mostra o total de spend e conversões das 3 plataformas"

## Inputs

- `--account` — account ref
- `--lookback` — days (default 30)

## Output

- 4 summary cards: total spend, total clicks, total conversions, blended CPA
- 2 donut charts: spend share + conversion share (Chart.js)
- Platform totals table: impr, clicks, CTR, spend, CPC, conv, CPA, spend %
- Error section if any platform call failed

## Invocation

```bash
adskills cross dashboard --account acme --lookback 30
```

## Guardrails

- Read-only
- Missing platform configs are skipped silently (no error)
- Currency conversions NOT applied — each platform reports in its own currency. If accounts use different currencies, interpret with care.

