firecrawl-dashboard-reporting

Extract metrics from authenticated web dashboards using Firecrawl browser automation.

1|Updated Aug 24, 2026
One-click install
npx skills add https://github.com/CliffVale/opencode-free-setup --skill firecrawl-dashboard-reporting-cliffvale
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: firecrawl-dashboard-reporting
Source: https://github.com/CliffVale/opencode-free-setup/tree/main/skills/firecrawl-dashboard-reporting
Command: npx skills add https://github.com/CliffVale/opencode-free-setup --skill firecrawl-dashboard-reporting-cliffvale

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually collecting KPIs from multiple analytics dashboards and internal web tools is repetitive and error-prone, especially when data lives behind logins, tabs, and date-range filters. This Skill automates the extraction of visible metrics into a structured, reusable report. ## Core Features & Use Cases - Authenticated Dashboard Extraction: Uses the Firecrawl browser to open dashboards, handle UI interaction, and read KPI cards, tables, and labels. - Date-Range and Tab Navigation: Sets or verifies reporting periods, clicks tabs, expands sections, and scrolls tables to capture complete data. - Structured Reporting: Produces a Markdown report and JSON output with metrics, units, periods, source URLs, and caveats. - Use Case: A marketing analyst needs weekly numbers from three analytics platforms. The Skill opens each dashboard, sets the date range, extracts the KPIs, and compiles a single cross-platform summary report. ## Quick Start Use the firecrawl-dashboard-reporting skill to pull last month's traffic and conversion metrics from my analytics dashboards and compile them into a summary 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 the Firecrawl browser to open the dashboard, set the date range, and extract visible KPI cards, tables, and labels. The Skill compiles results into a structured Markdown or JSON report with source URLs and caveats.

Can Firecrawl access dashboards that require login?▼

Yes, the Firecrawl browser supports authenticated sessions 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 dashboard reporting produce?▼

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

What are the limitations of extracting data from dashboard charts?▼

Charts that render data only visually cannot always be read precisely, so the Skill notes when a chart value is approximate or unreadable. It prioritizes actual numbers from KPI cards and tables over chart labels.

Do I need an API key to use Firecrawl dashboard extraction?▼

Yes, a FIRECRAWL_API_KEY is required for hosted Firecrawl requests. The key must be configured before running dashboard collection workflows.