← 返回 Skills 市场
SQL to BI Builder
作者
bamboo9805
· GitHub ↗
· v1.2.0
· MIT-0
266
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install sql-to-bi-builder
功能描述
Convert a markdown file containing SQL queries (for example `sql.md`) into a BI dashboard specification and UI scaffold. Use when user asks to build analytic...
安全使用建议
This skill appears to do what it claims: parse SQL markdown and emit a dashboard spec, a static UI scaffold (which loads fonts/echarts from public CDNs), and a local FastAPI demo backend that serves synthetic preview data. Before running: ensure you use a dedicated working directory or specify an output path you control (the scripts write files and may start local services), install Python 3.11 in a virtualenv as instructed, and inspect the generated services/start scripts if you plan to run them (the demo backend enables CORS and listens on localhost by default). There are no hidden network exfiltration signals or credential requests, but avoid feeding real production credentials or sensitive SQL containing secrets into any demo outputs without reviewing how you store/share the generated files.
功能分析
Type: OpenClaw Skill
Name: sql-to-bi-builder
Version: 1.2.0
The skill bundle is a legitimate tool designed to transform SQL queries within markdown files into functional BI dashboard prototypes. It contains a pipeline of Python scripts (e.g., parse_sql_md.py, infer_semantics.py, and generate_service_bundle.py) that handle SQL parsing, metadata extraction, and the generation of a FastAPI backend and a static frontend. While the tool executes shell scripts and manages virtual environments, these actions are consistent with its stated purpose of local service generation and deployment. No indicators of data exfiltration, unauthorized persistence, or malicious prompt injection were identified.
能力评估
Purpose & Capability
The name/description match the actual files and behavior: parsing sql.md, inferring semantics, recommending charts, building dashboard.json, scaffolding a frontend, and emitting a demo FastAPI backend. No environment variables, external credentials, or unrelated binaries are required.
Instruction Scope
SKILL.md directs only local actions (create venv, run the included Python scripts, write outputs to user-specified paths, and optionally start local demo services). The instructions reference repository-local files and tooling (pyproject, .python-version) for correctness; they do not instruct reading unrelated system files or sending data to external endpoints. The frontend scaffold does reference public CDNs for fonts and echarts (normal for a UI demo).
Install Mechanism
There is no install spec; the skill is instruction-plus-scripts and runs in a Python venv. All code is bundled with the skill; no remote downloads or archive extraction are performed by the skill itself (aside from typical CDN usage in generated frontend HTML).
Credentials
The skill declares no required environment variables or credentials and the scripts do not attempt to read secrets. Runtime notes ask for Python 3.11 and optional dev deps (PyYAML) which are proportional to the parsing/generation tasks.
Persistence & Privilege
The skill does not request always:true and will not auto-inject itself. It writes generated artifacts to an output directory specified by the user and can start local services; this is expected for a scaffold generator and does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sql-to-bi-builder - 安装完成后,直接呼叫该 Skill 的名称或使用
/sql-to-bi-builder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Fix: Theme Studio visibility on medium screens; update docs
v1.1.2
Fix: Theme Studio visibility on medium screens; update docs
v1.1.1
Fix: Theme Studio visibility on medium screens; update docs
v1.1.0
UI-upgrade documentation sync (KPI strip, focus layout, midnight theme) and usage updates
v1.0.0
Initial public release
元数据
常见问题
SQL to BI Builder 是什么?
Convert a markdown file containing SQL queries (for example `sql.md`) into a BI dashboard specification and UI scaffold. Use when user asks to build analytic... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 266 次。
如何安装 SQL to BI Builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sql-to-bi-builder」即可一键安装,无需额外配置。
SQL to BI Builder 是免费的吗?
是的,SQL to BI Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SQL to BI Builder 支持哪些平台?
SQL to BI Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SQL to BI Builder?
由 bamboo9805(@bamboo9805)开发并维护,当前版本 v1.2.0。
推荐 Skills