Help us improve
Share bugs, ideas, or general feedback.
From Firecrawl Workflows
Extracts structured metrics from authenticated analytics dashboards and internal web tools using Firecrawl browser. Supports date-range filtering, tab navigation, and table export.
npx claudepluginhub firecrawl/firecrawl-workflows --plugin firecrawl-workflowsHow this skill is triggered — by the user, by Claude, or both
Slash command
/firecrawl-workflows:firecrawl-dashboard-reportingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this to extract visible metrics from dashboards the user can legitimately access.
Exports Microsoft Clarity user behavior analytics (heatmaps, session metrics, engagement) segmented by browser, device, country, source, and more via Composio integration.
Analyzes Amplitude dashboards by querying charts, detecting anomalies, and explaining metric changes with customer feedback trends. Useful for meeting prep, cross-chart pattern detection, and onboarding.
Share bugs, ideas, or general feedback.
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]
output: [json/markdown]
Use reportedAt, dateRange, dashboards[], metrics[], tables[], exports[], and summary.