← 返回 Skills 市场
财务图表制作展示 Financial Charts
作者
novaair026-dev
· GitHub ↗
· v1.0.1
· MIT-0
129
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install financial-charts
功能描述
根据财务数据生成精美的ECharts HTML图表页面,支持折线图、饼图、柱状图、K线图等
使用说明 (SKILL.md)
Financial Charts Skill
用途
根据用户的财务数据和要求,生成精美的HTML图表页面。
输入
- 财务数据(数组或对象)
- 图表类型(折线图、饼图、柱状图、散点图、K线图等)
- 用户的个性化要求(颜色偏好、主题风格等,可选)
输出
生成单个HTML文件,包含:
- ECharts图表
- 自适应UI美化(根据数据特点和用户偏好)
- 响应式设计
使用方法
- 收集用户提供的财务数据和要求
- 分析数据特征,确定最佳图表类型和配色
- 生成单HTML文件
- 使用
open HTML文件路径命令打开
图表生成规则
配色方案
- 默认专业金融风格:深色背景 + 渐变配色
- 上涨数据:绿色系 (#52c41a, #73d13d)
- 下跌数据:红色系 (#ff4d4f, #ff7875)
- 辅助色:蓝色 (#1890ff)、金色 (#faad14)、紫色 (#722ed1)
图表类型选择
- 趋势分析:折线图
- 构成分析:饼图
- 比较分析:柱状图
- 关系分析:散点图
- 金融数据:K线图
UI美化要点
- 标题使用渐变色或金属质感
- 数据点添加发光效果
- 动画过渡流畅自然
- 背景使用深色渐变或网格纹理
- 工具提示框精美设计
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install financial-charts - 安装完成后,直接呼叫该 Skill 的名称或使用
/financial-charts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
财务图表制作展示 Financial Charts 是什么?
根据财务数据生成精美的ECharts HTML图表页面,支持折线图、饼图、柱状图、K线图等. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。
如何安装 财务图表制作展示 Financial Charts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install financial-charts」即可一键安装,无需额外配置。
财务图表制作展示 Financial Charts 是免费的吗?
是的,财务图表制作展示 Financial Charts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
财务图表制作展示 Financial Charts 支持哪些平台?
财务图表制作展示 Financial Charts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 财务图表制作展示 Financial Charts?
由 novaair026-dev(@novaair026-dev)开发并维护,当前版本 v1.0.1。
推荐 Skills