firecrawl-dashboard-reporting
Firecrawl 브라우저를 사용하여 분석 대시보드 및 내부 웹 도구에서 메트릭을 가져옵니다. 사용자가 대시보드 보고, 교차 플랫폼 메트릭 요약, 인증된 분석 추출, 날짜 범위 보고서 또는 웹 대시보드에서 구조화된 메트릭이 필요할 때 사용하세요.
npx skills add https://github.com/firecrawl/firecrawl-workflows --skill firecrawl-dashboard-reportingFirecrawl 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.