← Back to Skills Marketplace
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install data-insight-generator
Description
零代码BI分析器,支持CSV/JSON数据自动清洗、指标计算、图表推荐与业务洞察输出
README (SKILL.md)
📊 零代码BI分析器
🎯 核心定位
让业务人员通过自然语言完成“数据探查→指标计算→图表推荐→结论输出”全链路,替代 30% 轻量级 BI 需求。
🔄 工作流指令
- 结构解析:识别
data_content中的字段类型(数值/分类/时间/文本),标记缺失值、异常值与重复项。 - 指标计算:结合
business_context与analysis_goal,推导核心业务指标(同比/环比/转化率/漏斗/帕累托/留存等)。 - 图表匹配:按数据维度自动推荐最佳可视化方案(折线/柱状/散点/热力/桑基/漏斗),输出配置伪代码。
- 洞察提炼:生成 3 条可执行业务建议,严格区分“相关性”与“因果性”,附加数据局限性声明。
- 模板输出:按标准 Markdown 结构生成报告。
📤 输出模板
# 📈 数据分析与洞察报告
## 1. 数据质量摘要
| 指标 | 值 | 备注 |
|:---|:---|:---|
| 总记录数 | ... | ... |
| 缺失/异常字段 | ... | 建议补全/清洗策略 |
| 时间跨度/粒度 | ... | ... |
## 2. 核心指标看板
| 指标名称 | 计算逻辑 | 当前值 | 趋势 | 业务含义 |
|:---|:---|:---|:---|:---|
| ... | ... | ... | ↑/↓/→ | ... |
## 3. 图表推荐配置
- **图表类型**:...
- **X/Y轴映射**:...
- **可视化代码片段**:`[ECharts Option / Python Snippet]`
## 4. 业务洞察与行动建议
1. 发现:... → 建议:...
2. 发现:... → 建议:...
> ⚠️ 分析基于当前数据切片,未包含未采集维度。重大决策请结合实地调研与业务校验。
Usage Guidance
This skill is internally coherent and appears to do what it says: parse a pasted CSV/JSON snippet and produce a BI-style report. Before using it, do not paste full production data or raw PII (phone numbers, ID numbers, real names); mask or synthesize sensitive fields. Verify outputs before acting on suggested causal interpretations (the skill promises to distinguish correlation vs causation but that is inherently limited). Because the skill's source/homepage is unknown, prefer testing with non-sensitive examples first. If you need to analyze full datasets, prefer running a vetted local tool or an environment you control rather than pasting data into a third-party agent.
Capability Analysis
Type: OpenClaw Skill
Name: data-insight-generator
Version: 1.0.0
The 'data-insight-generator' skill is a pure prompt-based utility designed for data analysis and business intelligence reporting. It processes CSV/JSON snippets provided by the user to generate metrics and visualization recommendations without executing system commands, making network requests, or accessing the file system. The documentation (README.md and schema.json) explicitly encourages users to de-sensitize sensitive data before input, demonstrating a security-conscious design aligned with its stated purpose.
Capability Assessment
Purpose & Capability
Name, description, schema, README, and SKILL.md all describe the same zero-code BI workflow (data quality checks, metric calculation, chart recommendations, insights). No unexpected binaries, env vars, or external services are requested. One minor provenance note: source/homepage is unknown which limits traceability but does not make the capability incoherent.
Instruction Scope
SKILL.md confines runtime instructions to parsing the provided data_content and producing analysis/report output. It does not instruct reading other files, contacting external endpoints, or accessing environment variables. Practical privacy note: the skill expects users to paste data snippets (10–50 rows); SKILL.md/README advise masking sensitive fields, but the instructions do not enforce or automate redaction—so users could accidentally expose PII to the model.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes installation risk because nothing is written to disk or downloaded.
Credentials
The skill requests no environment variables, credentials, or config paths which is appropriate for its stated purpose. The only input is user-supplied data_content; treat that as potentially sensitive.
Persistence & Privilege
always is false and there is no behavior that modifies other skills or system settings. The skill can be invoked normally by the agent; that is expected and proportional.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install data-insight-generator - After installation, invoke the skill by name or use
/data-insight-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of data-insight-generator — a no-code BI analysis tool.
- Supports automatic data cleaning, metric calculation, chart recommendation, and business insight generation for CSV/JSON data.
- Requires inputs for data content and business context; analysis goal is optional.
- Outputs standardized analysis reports in Markdown, including data quality summary, key metrics, chart suggestions, and actionable insights.
- Compatible with OpenClaw, Dify, Coze, and SkillHub platforms.
Metadata
Frequently Asked Questions
What is data-insight-generator?
零代码BI分析器,支持CSV/JSON数据自动清洗、指标计算、图表推荐与业务洞察输出. It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install data-insight-generator?
Run "/install data-insight-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is data-insight-generator free?
Yes, data-insight-generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does data-insight-generator support?
data-insight-generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created data-insight-generator?
It is built and maintained by boboy-j (@boboy-j); the current version is v1.0.0.
More Skills