firecrawl-dashboard-reporting

Extract metrics from authenticated web dashboards using the Firecrawl browser.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/webdevarif/claude-skills --skill firecrawl-dashboard-reporting-webdevarif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-dashboard-reporting
Source: https://github.com/webdevarif/claude-skills/tree/main/firecrawl-dashboard-reporting
Command: npx skills add https://github.com/webdevarif/claude-skills --skill firecrawl-dashboard-reporting-webdevarif

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about firecrawl-dashboard-reporting

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

FAQPage Schema
How do I extract metrics from analytics dashboards automatically?

Use the Firecrawl browser to open each dashboard, set the date range, and extract visible KPI cards, tables, and labels. The Skill compiles results into a Markdown report and JSON output with metrics, units, periods, and source URLs.

How to generate a cross-platform dashboard report with Firecrawl?

Provide the dashboard URLs, date range, and desired metrics, then the Skill collects data from each platform, optionally in parallel by platform or metric category. Results are merged into a single report with summary highlights, per-dashboard metrics, and caveats.

Does Firecrawl dashboard extraction work with login-protected dashboards?

Yes, it supports authenticated dashboards through the Firecrawl browser for dashboards the user can legitimately access. If a login session has expired, the Skill asks the user to re-authenticate rather than bypassing access controls.

What output formats does the dashboard report support?

The Skill produces a Markdown report with summary, metrics by dashboard, tables, and notes, plus a JSON structure containing reportedAt, dateRange, dashboards, metrics, tables, exports, and summary fields.

What are the limitations of scraping dashboard metrics from charts?

Chart-only data may not be readable precisely, so the Skill notes when exact values cannot be extracted. It prioritizes actual numbers from KPI cards and tables and records caveats for unavailable or imprecise metrics.