← 返回 Skills 市场
bytesagain-lab

Bytesagain Bi Dashboard Builder

作者 bytesagain-lab · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
75
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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

Variable Required Description
None No Runs 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

安全使用建议
The skill appears coherent and limited to generating BI dashboard artifacts; no credentials, network calls, or installers are requested in the visible files. Before installing/run: (1) review the entire scripts/script.sh file — the provided file listing was truncated in this package summary, so confirm the remainder contains no network calls, credential reads, or arbitrary command execution; (2) run the script in a sandbox or non-production environment the first time to observe behaviour; (3) if you plan to integrate generated Superset JSON with a live instance, validate that the JSON and any automated uploads are handled only by processes you control. If you can paste the truncated tail of scripts/script.sh, I can re-check the missing portion and raise or lower confidence accordingly.
功能分析
Type: OpenClaw Skill Name: bytesagain-bi-dashboard-builder Version: 1.1.0 The skill bundle is a utility for generating BI dashboard plans, SQL templates, and Apache Superset JSON snippets. The logic in 'scripts/script.sh' consists of standard string manipulation and template generation using basic Unix tools (sed, tr, grep). There is no evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
The name/description, SKILL.md commands, and included scripts all focus on generating dashboard plans, chart JSON, and SQL templates. There are no environment variables, external services, or binaries requested that would be unrelated to a BI dashboard builder.
Instruction Scope
SKILL.md instructs the agent to run the provided bash script with clearly scoped subcommands (generate, chart, sql, superset, kpi, dataset, qa, validate, demo). The instructions only reference local files/inputs and standard output formats; they do not instruct reading arbitrary system files, credentials, or contacting external endpoints.
Install Mechanism
There is no install specification (instruction-only + bundled script). That is low-risk compared with remote downloads. The script is local and runs with bash/standard Unix tools as documented.
Credentials
The skill requests no environment variables or credentials and does not reference config paths. This is proportionate for a tool that generates local text, SQL, and JSON artifacts.
Persistence & Privilege
Flags show always: false and normal invocation; the skill does not request permanent presence or modify other skills. Running the included script executes locally and creates temporary files (mktemp) but does not request elevated privileges in the visible portion.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bytesagain-bi-dashboard-builder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bytesagain-bi-dashboard-builder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Upgrade
v1.0.0
Initial release: BI dashboard plans, SQL templates, chart specs, and Superset JSON export
元数据
Slug bytesagain-bi-dashboard-builder
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。

如何安装 Bytesagain Bi Dashboard Builder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bytesagain-bi-dashboard-builder」即可一键安装,无需额外配置。

Bytesagain Bi Dashboard Builder 是免费的吗?

是的,Bytesagain Bi Dashboard Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Bytesagain Bi Dashboard Builder 支持哪些平台?

Bytesagain Bi Dashboard Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Bytesagain Bi Dashboard Builder?

由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v1.1.0。

💬 留言讨论