What problem does it solve? Manually copying KPIs from multiple analytics dashboards into reports is slow and error-prone, especially when dashboards require login and date-range configuration. This Skill automates the collection of visible metrics from dashboards the user can legitimately access and compiles them into a structured report. ## Core Features & Use Cases - Authenticated Dashboard Extraction: Uses the Firecrawl browser to open dashboards, set date ranges, click tabs, expand sections, and scroll tables to capture KPI cards and tables. - Parallel Collection: Splits work by dashboard platform or metric category using sub-agents, with each researcher returning metrics, units, periods, source URLs, and caveats. - Structured Reporting: Produces a Markdown dashboard report and a JSON output with reportedAt, dateRange, dashboards, metrics, tables, exports, and summary fields. - Use Case: A marketing analyst needs weekly numbers from Google Analytics, an ads platform, and an internal admin tool. The Skill opens each dashboard, sets the date range, extracts the KPI values, and delivers a consolidated cross-platform report. ## Quick Start Use the firecrawl-dashboard-reporting skill to pull last week's traffic and conversion metrics from my analytics dashboards and compile them into a Markdown report.