← 返回
未分类 中文

Bytesagain Bi Dashboard Builder

Build BI dashboard specs, chart plans, SQL queries, and Apache Superset chart JSON. Use when creating dashboards, BI reports, KPI charts, or visualization la...
构建 BI 仪表板规格、图表计划、SQL 查询和 Apache Superset 图表 JSON。用于创建仪表板、BI 报告、KPI 图表或可视化层。
bytesagain-lab
未分类 clawhub v1.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 443
下载
💾 0
安装
1
版本
#latest

概述

BytesAgain BI Dashboard Builder

Build BI dashboard specs from natural language, CSV headers, JSON metrics, or KPI lists. Outputs dashboard plans, SQL query templates, chart definitions, Apache Superset-compatible chart JSON snippets, KPI dictionaries, and dashboard QA reports.

Commands

generate

Create a dashboard plan with KPIs, charts, filters, and layout.

bash scripts/script.sh generate --goal "sales dashboard" --metrics "revenue,orders,aov" --dimensions "date,region,channel"

chart

Create a single chart spec for bar, line, pie, table, metric, or time-series visualization.

bash scripts/script.sh chart --type line --metric revenue --dimension date --title "Revenue Trend"

sql

Generate SQL templates for chart datasets and KPI cards.

bash scripts/script.sh sql --table orders --metrics "revenue,orders" --dimensions "date,region"

superset

Export Apache Superset chart JSON snippets from a chart spec.

bash scripts/script.sh superset --type bar --metric revenue --dimension region --datasource "orders"

kpi

Create KPI formulas, target hints, and owner notes for a BI dashboard.

bash scripts/script.sh kpi --metrics "revenue,orders,aov,conversion_rate" --dimensions "date,channel"

dataset

Create a dataset contract with columns, grain, freshness, and quality checks.

bash scripts/script.sh dataset --table orders --metrics "revenue,orders" --dimensions "date,channel,region"

qa

Audit a dashboard plan for business clarity, chart fit, and missing data definitions.

bash scripts/script.sh qa --goal "ecommerce growth dashboard" --metrics "revenue,orders,aov" --dimensions "date,channel"

validate

Check a dashboard spec for missing metrics, dimensions, filters, and chart titles.

bash scripts/script.sh validate dashboard.json

demo

Print a demo e-commerce BI dashboard with SQL and chart JSON.

bash scripts/script.sh demo

Input Formats

  • Natural language goal: --goal "growth dashboard"
  • Metric list: --metrics "revenue,orders,conversion_rate"
  • Dimension list: --dimensions "date,region,channel"
  • JSON spec file for validation

Output

  • Markdown dashboard plan
  • SQL query templates
  • JSON chart specs
  • Apache Superset chart JSON snippets

Setup

VariableRequiredDescription
---------------------------------
NoneNoRuns with bash and standard Unix tools only

Notes

Use generic names for slugs and assets. Apache Superset output is supported as an export format, but this skill is a general BI dashboard builder.

Feedback

https://bytesagain.com/feedback/

Powered by BytesAgain | bytesagain.com

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-07 05:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Landing

bytesagain-lab
使用模板生成HTML着陆页,支持SEO优化。适用于创建网页时使用。
★ 0 📥 841
productivity

Chinese Calendar Cn

bytesagain-lab
中国农历工具。节气查询、生肖年份、黄道吉日、传统节日、天干地支、农历转换。Chinese lunar calendar with solar terms, zodiac, auspicious dates, festivals, and H
★ 0 📥 988
developer-tools

Raspberry Pi Manager

bytesagain-lab
管理 Raspberry Pi 设备 — GPIO 控制、系统监控(CPU、温度、内存)、服务管理、传感器数据读取。
★ 0 📥 911