firecrawl-dashboard-reporting

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Firecrawl Dashboard Reporting

Firecrawl 仪表板报告

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.
从上下文信息中推断仪表板URL、指标、日期范围和输出格式。若目标仪表板明确且可访问,可直接开始操作。
仅在遇到阻碍时提出最多1-3个简洁问题,例如仪表板URL、身份验证/权限要求或日期范围。

Firecrawl Collection Plan

Firecrawl 数据采集方案

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.
针对需身份验证的仪表板和UI交互场景,使用Firecrawl浏览器:
  • 打开每个仪表板
  • 设置或验证日期范围
  • 提取可见的KPI卡片、表格和标签
  • 点击标签页、展开板块、滚动表格
  • 仅在合适且允许的情况下使用导出/下载按钮
若登录已过期,请用户重新进行身份验证,而非尝试绕过访问控制。

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.
若合适,可使用子Agent或等效的并行任务执行器。按仪表板平台或指标类别拆分任务。每个任务执行者需返回指标、单位、周期、来源URL及注意事项。

Final Deliverable

最终交付物

markdown
undefined
markdown
undefined

Dashboard Report

Dashboard Report

Summary

Summary

[Highlights, alerts, trends]
[Highlights, alerts, trends]

Metrics By Dashboard

Metrics By Dashboard

[Platform, metric, value, unit, change, period]
[Platform, metric, value, unit, change, period]

Tables Or Exports

Tables Or Exports

[Captured tables/files and what they contain]
[Captured tables/files and what they contain]

Notes And Caveats

Notes And Caveats

[Auth issues, chart-only data, unavailable metrics]
[Auth issues, chart-only data, unavailable metrics]

Rerun Inputs

Rerun Inputs

workflow: firecrawl-dashboard-reporting dashboards: [urls] date_range: [range] metrics: [list] output: [json/markdown]
undefined
workflow: firecrawl-dashboard-reporting dashboards: [urls] date_range: [range] metrics: [list] output: [json/markdown]
undefined

JSON Shape

JSON 结构

Use
reportedAt
,
dateRange
,
dashboards[]
,
metrics[]
,
tables[]
,
exports[]
, and
summary
.
使用
reportedAt
,
dateRange
,
dashboards[]
,
metrics[]
,
tables[]
,
exports[]
, 和
summary
字段。

Quality Bar

质量标准

  • Extract actual numbers, not just chart labels.
  • Note when a chart cannot be read precisely.
  • Preserve date ranges and source URLs.
  • 提取实际数值,而非仅图表标签
  • 若无法精确读取图表内容,需注明
  • 保留日期范围和来源URL