← Back to Skills Marketplace
财务图表制作展示 Financial Charts
by
novaair026-dev
· GitHub ↗
· v1.0.1
· MIT-0
129
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install financial-charts
Description
根据财务数据生成精美的ECharts HTML图表页面,支持折线图、饼图、柱状图、K线图等
README (SKILL.md)
Financial Charts Skill
用途
根据用户的财务数据和要求,生成精美的HTML图表页面。
输入
- 财务数据(数组或对象)
- 图表类型(折线图、饼图、柱状图、散点图、K线图等)
- 用户的个性化要求(颜色偏好、主题风格等,可选)
输出
生成单个HTML文件,包含:
- ECharts图表
- 自适应UI美化(根据数据特点和用户偏好)
- 响应式设计
使用方法
- 收集用户提供的财务数据和要求
- 分析数据特征,确定最佳图表类型和配色
- 生成单HTML文件
- 使用
open HTML文件路径命令打开
图表生成规则
配色方案
- 默认专业金融风格:深色背景 + 渐变配色
- 上涨数据:绿色系 (#52c41a, #73d13d)
- 下跌数据:红色系 (#ff4d4f, #ff7875)
- 辅助色:蓝色 (#1890ff)、金色 (#faad14)、紫色 (#722ed1)
图表类型选择
- 趋势分析:折线图
- 构成分析:饼图
- 比较分析:柱状图
- 关系分析:散点图
- 金融数据:K线图
UI美化要点
- 标题使用渐变色或金属质感
- 数据点添加发光效果
- 动画过渡流畅自然
- 背景使用深色渐变或网格纹理
- 工具提示框精美设计
Usage Guidance
This skill appears to do what it says: it generates an ECharts-based HTML file from data you provide. Before running: 1) Ensure you have Node.js installed (the package includes a Node CLI but doesn't declare Node as required). 2) Review generate-chart.js yourself if you can. 3) The generated HTML pulls ECharts from a public CDN (https://cdn.jsdelivr.net); opening the file will cause your browser to load remote JS—if you need to avoid external network calls, host ECharts locally or inspect the HTML. 4) The script writes files to disk—run it in a location you control. If you will process sensitive financial data, avoid passing credentials or unrelated secrets via the command line and consider running in a sandboxed environment.
Capability Analysis
Type: OpenClaw Skill
Name: financial-charts
Version: 1.0.1
The skill is a legitimate utility for generating financial data visualizations using ECharts. The generate-chart.js script safely processes input data to create a standalone HTML file, and the skill.md instructions are consistent with this purpose. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description match the included code and SKILL.md: the JS generates ECharts HTML pages from input financial data and the README describes exactly that. No unrelated credentials, services, or binaries are requested.
Instruction Scope
SKILL.md only instructs collecting user-provided data, selecting chart types/styles, generating a single HTML file, and opening it. The runtime JS reads command-line args and writes an HTML file—behavior matches the documentation and does not reference other system files or secrets.
Install Mechanism
There is no install spec (lowest risk). The bundle includes a Node.js CLI script but the skill does not declare Node as a required binary—this is a minor inconsistency: running the script requires Node on PATH, but nothing is automatically installed.
Credentials
The skill requests no environment variables or credentials. The code uses process.argv and fs only; it does not access environment secrets or external credentials.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent platform privileges. It writes output files (expected) but does not modify other skills or agent configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install financial-charts - After installation, invoke the skill by name or use
/financial-charts - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 为技能添加了简要描述信息,明确核心功能与支持的图表类型
- 其余文档内容保持不变,无功能和规则调整
v1.0.0
Financial Charts Skill 1.0.0
- Initial release.
- Generates responsive, visually appealing HTML financial charts from user data.
- Supports multiple chart types: line, pie, bar, scatter, and candlestick.
- Incorporates professional color schemes for financial contexts.
- Customizes chart appearance according to user preferences and data features.
Metadata
Frequently Asked Questions
What is 财务图表制作展示 Financial Charts?
根据财务数据生成精美的ECharts HTML图表页面,支持折线图、饼图、柱状图、K线图等. It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.
How do I install 财务图表制作展示 Financial Charts?
Run "/install financial-charts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 财务图表制作展示 Financial Charts free?
Yes, 财务图表制作展示 Financial Charts is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 财务图表制作展示 Financial Charts support?
财务图表制作展示 Financial Charts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 财务图表制作展示 Financial Charts?
It is built and maintained by novaair026-dev (@novaair026-dev); the current version is v1.0.1.
More Skills