← Back to Skills Marketplace
olina1ye

Chart Designer Zh

by Olina1Ye · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install chart-designer-zh
Description
图表设计 / 数据可视化 / 智能制图工具 / chart designer / 图表生成器。一键为数据选择最优图表类型,自动生成ECharts、Chart.js配置代码。数据分析师快速制作业务报表、产品经理搭建数据大屏、运营人员展示增长趋势、财务经理汇报经营数据、HR展示招聘数据。支持柱状图、折线图、饼图、散点...
README (SKILL.md)

图表设计助手

帮你为任何类型的数据快速选择合适的图表形式,生成可直接使用的图表配置代码,并提供专业的配色与布局建议,让数据汇报更清晰、更有说服力。

Tools Required

  • create_chart
  • read_xlsx
  • create_xlsx

Usage

  • "我有过去12个月的销售额数据,想做一个趋势图,帮我生成ECharts配置"
  • "需要对比五个城市的用户活跃度,用什么图表最合适?帮我出一个方案"
  • "帮我设计一个运营数据看板,包含DAU、转化率、GMV三个核心指标的可视化布局"

Examples

输入:我有各产品线Q1-Q4的销售额,想展示各产品占比变化趋势 输出: 建议使用堆叠面积图堆叠柱状图,能同时呈现总量增长和各产品占比变化。

ECharts 配置示例:

{
  "xAxis": { "type": "category", "data": ["Q1","Q2","Q3","Q4"] },
  "yAxis": { "type": "value", "name": "销售额(万元)" },
  "series": [
    { "name": "产品A", "type": "bar", "stack": "total", "data": [120,150,180,210] },
    { "name": "产品B", "type": "bar", "stack": "total", "data": [80,90,110,130] },
    { "name": "产品C", "type": "bar", "stack": "total", "data": [60,75,85,95] }
  ],
  "legend": { "bottom": 0 },
  "color": ["#5470C6","#91CC75","#FAC858"]
}

配色采用蓝绿黄经典三色,适合PPT和内部报告使用。

Usage Guidance
This skill is mainly a chart-design prompt. Before using it, make sure any spreadsheet or business data you provide is appropriate for the agent to process, and review generated chart configuration before using it in reports or dashboards.
Capability Analysis
Type: OpenClaw Skill Name: chart-designer-zh Version: 1.0.0 The skill bundle is a legitimate data visualization assistant designed to help users select chart types and generate ECharts/Chart.js configurations. The requested tools (create_chart, read_xlsx, create_xlsx) and the instructions in SKILL.md are entirely consistent with the stated purpose of processing business data for reporting, with no evidence of malicious intent, prompt injection, or unauthorized data access.
Capability Assessment
Purpose & Capability
The stated purpose is chart design and data visualization, and the requested chart/spreadsheet tools align with that purpose.
Instruction Scope
The examples are user-directed and focus on selecting chart types and generating ECharts/Chart.js configurations; there are no instructions to override user intent or act autonomously beyond the task.
Install Mechanism
There is no install spec and no code files; this is an instruction-only skill.
Credentials
The skill may process spreadsheet or business-report data through declared tools, which is proportionate for visualization but users should choose input files deliberately.
Persistence & Privilege
No credentials, privileged paths, persistence, background behavior, or account access are requested in the provided artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install chart-designer-zh
  3. After installation, invoke the skill by name or use /chart-designer-zh
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of chart-designer-zh skill: - 支持一键为数据选择最优图表类型,并自动生成ECharts、Chart.js的配置代码。 - 覆盖柱状图、折线图、饼图、散点图、热力图、组合图等常用图表类型。 - 提供配色方案、布局优化、可视化最佳实践建议。 - 适用于数据分析师、产品经理、运营、财务、HR等多个业务场景。 - 包含图表代码生成、数据看板制作、PPT配图等模板和用例。
Metadata
Slug chart-designer-zh
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Chart Designer Zh?

图表设计 / 数据可视化 / 智能制图工具 / chart designer / 图表生成器。一键为数据选择最优图表类型,自动生成ECharts、Chart.js配置代码。数据分析师快速制作业务报表、产品经理搭建数据大屏、运营人员展示增长趋势、财务经理汇报经营数据、HR展示招聘数据。支持柱状图、折线图、饼图、散点... It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.

How do I install Chart Designer Zh?

Run "/install chart-designer-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Chart Designer Zh free?

Yes, Chart Designer Zh is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Chart Designer Zh support?

Chart Designer Zh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Chart Designer Zh?

It is built and maintained by Olina1Ye (@olina1ye); the current version is v1.0.0.

💬 Comments