firecrawl-dashboard-reporting

Extract metrics from authenticated web dashboards using Firecrawl browser automation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Pulling KPIs out of multiple analytics dashboards and internal web tools is slow, manual, and error-prone, especially when data lives behind logins, date pickers, and interactive charts. ## Core Features & Use Cases - Authenticated Dashboard Extraction: Opens dashboards with Firecrawl browser, sets date ranges, and reads visible KPI cards, tables, and labels. - Parallel Collection: Splits work by dashboard platform or metric category across sub-agents, returning metrics with units, periods, source URLs, and caveats. - Structured Reporting: Produces a Markdown report and JSON output with reportedAt, dateRange, dashboards, metrics, tables, exports, and summary fields. - Use Case: Ask for a weekly summary of marketing spend, signups, and revenue across three internal dashboards, and receive a consolidated report with per-platform metrics and rerun inputs. ## Quick Start Use Firecrawl to pull this month's key metrics from my analytics dashboards and compile them into a single 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 an analytics dashboard automatically?

Use Firecrawl browser to open the dashboard, set the date range, and read visible KPI cards, tables, and labels. The workflow clicks tabs, expands sections, and scrolls tables to capture actual numbers rather than chart labels.

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

Provide the dashboard URLs, date range, and metrics you need. The workflow can split collection across sub-agents by platform or metric category, then consolidates results into a Markdown report and JSON with metrics, tables, and a summary.

Can Firecrawl access dashboards that require login?

Yes, it works with dashboards the user can legitimately access through an authenticated browser session. If the login has expired, the workflow asks the user to re-authenticate rather than attempting to bypass access controls.

What happens when dashboard data is only shown in charts?

Chart-only data that cannot be read precisely is flagged in the Notes And Caveats section of the report. The quality bar requires extracting actual numbers and preserving date ranges and source URLs for every metric.

What API key do I need for Firecrawl dashboard reporting?

You need a FIRECRAWL_API_KEY for hosted Firecrawl requests, which is a required input for this workflow. The key authenticates browser sessions used to open and interact with the target dashboards.