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

仪表板报告

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]
undefined
workflow: firecrawl-dashboard-reporting dashboards: [URL列表] date_range: [日期范围] metrics: [指标列表] 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。