Workflows · Firecrawl…
29 skills · 57 min
Workflows
Skill 16 of 29
Pull metrics from analytics dashboards and internal web tools with Firecrawl browser.
1 minute · 178 words · 6 sections
Install
npx skills add firecrawl/skills --skill firecrawl-dashboard-reportingnpx skills add firecrawl/skills/plugin marketplace add firecrawl/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Use this to extract visible metrics from dashboards the user can legitimately access.
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.
Use Firecrawl browser for authenticated dashboards and UI interaction:
If login has expired, ask the user to re-authenticate rather than attempting to bypass access controls.
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.
# 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
Use reportedAt, dateRange, dashboards[], metrics[], tables[], exports[], and summary.
Pull metrics from analytics dashboards and internal web tools with Firecrawl browser. Use when the user needs dashboard reporting, cross-platform metric summaries, authenticated analytics extraction, date-range reports, or structured metrics from web dashboards.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
skills/workflows/firecrawl-dashboard-reporting/SKILL.mdmain, last pushed 22 September 2026.SKILL.md, not by matching a directory convention. 2 distinct layouts observed: skills/core/*/SKILL.md, skills/workflows/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json/firecrawl/skills.md, and each skill at its own .md URL.