
Firecrawl Dashboard Reporting
- 29.6k installs
- 101 repo stars
- Updated June 19, 2026
- firecrawl/firecrawl-workflows
Firecrawl Dashboard Reporting is a workflow skill that automates metric extraction from dashboards and internal web tools for structured reporting.
About
Firecrawl Dashboard Reporting is a workflow skill that extracts and reports on metrics from dashboards and internal web tools. Developers use it to automate metric collection from JS-heavy or complex dashboard UIs. It produces structured metric reports and data exports.
- Automated metrics extraction from complex dashboards
- JavaScript-heavy UI handling
- Structured data export and reporting
Firecrawl Dashboard Reporting by the numbers
- 29,616 all-time installs (skills.sh)
- +378 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #44 of 3,301 Productivity & Planning skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
firecrawl-dashboard-reporting capabilities & compatibility
- Capabilities
- metrics extraction · dashboard automation · data export
- Use cases
- data analysis
- Pricing
- Freemium
npx skills add https://github.com/firecrawl/firecrawl-workflows --skill firecrawl-dashboard-reportingAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 29.6k |
|---|---|
| repo stars | ★ 101 |
| Security audit | 3 / 3 scanners passed |
| Last updated | June 19, 2026 |
| Repository | firecrawl/firecrawl-workflows ↗ |
What it does
Extract and report metrics from dashboards and internal web tools for monitoring and performance tracking.
Who is it for?
Teams automating metric collection from internal dashboards.
Skip if: Real-time alerting or continuous streaming metrics.
When should I use this skill?
User needs dashboard reporting, authenticated analytics extraction, or cross-platform metric summaries.
What you get
Produces structured metric reports extracted from dashboards and web tools.
- Structured metric report
- Date-range dashboard summary
By the numbers
- Skill version 0.1.0
Files
Firecrawl Dashboard Reporting
Use this to extract visible metrics from dashboards the user can legitimately access.
Onboarding Interview
Infer dashboard URLs, metrics, date range, and output format from context. If dashboard targets are clear and accessible, proceed immediately.
Ask at most 1-3 concise questions only if blocked, such as the dashboard URLs, auth/profile requirement, or date range.
Firecrawl Collection Plan
Use Firecrawl browser for authenticated dashboards and UI interaction:
- open each dashboard
- set or verify date range
- extract visible KPI cards, tables, and labels
- click tabs, expand sections, and scroll tables
- use export/download buttons only when appropriate and allowed
If login has expired, ask the user to re-authenticate rather than attempting to bypass access controls.
Parallel Work
If appropriate, use sub-agents or equivalent parallel task runners. Split by dashboard platform or metric category. Each researcher should return metrics, units, period, source URL, and caveats.
Final Deliverable
# Dashboard Report
## Summary
[Highlights, alerts, trends]
## Metrics By Dashboard
[Platform, metric, value, unit, change, period]
## Tables Or Exports
[Captured tables/files and what they contain]
## Notes And Caveats
[Auth issues, chart-only data, unavailable metrics]
## Rerun Inputs
workflow: firecrawl-dashboard-reporting
dashboards: [urls]
date_range: [range]
metrics: [list]
output: [json/markdown]JSON Shape
Use reportedAt, dateRange, dashboards[], metrics[], tables[], exports[], and summary.
Quality Bar
- Extract actual numbers, not just chart labels.
- Note when a chart cannot be read precisely.
- Preserve date ranges and source URLs.
Related skills
FAQ
What types of dashboards does this support?
Any dashboard or internal web tool, including JavaScript-heavy UIs.
What is the output format?
Structured metric reports and data exports ready for analysis or presentation.
Is Firecrawl Dashboard Reporting safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.