财务图表制作展示 Financial Charts

v1.0.1

根据财务数据生成精美的ECharts HTML图表页面,支持折线图、饼图、柱状图、K线图等

0· 84·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk972e9t1zz1ybe0w79cyb0rtex84c522
84downloads
0stars
2versions
Updated 1w ago
v1.0.1
MIT-0

Financial Charts Skill

用途

根据用户的财务数据和要求,生成精美的HTML图表页面。

输入

  • 财务数据(数组或对象)
  • 图表类型(折线图、饼图、柱状图、散点图、K线图等)
  • 用户的个性化要求(颜色偏好、主题风格等,可选)

输出

生成单个HTML文件,包含:

  • ECharts图表
  • 自适应UI美化(根据数据特点和用户偏好)
  • 响应式设计

使用方法

  1. 收集用户提供的财务数据和要求
  2. 分析数据特征,确定最佳图表类型和配色
  3. 生成单HTML文件
  4. 使用 open HTML文件路径 命令打开

图表生成规则

配色方案

  • 默认专业金融风格:深色背景 + 渐变配色
  • 上涨数据:绿色系 (#52c41a, #73d13d)
  • 下跌数据:红色系 (#ff4d4f, #ff7875)
  • 辅助色:蓝色 (#1890ff)、金色 (#faad14)、紫色 (#722ed1)

图表类型选择

  • 趋势分析:折线图
  • 构成分析:饼图
  • 比较分析:柱状图
  • 关系分析:散点图
  • 金融数据:K线图

UI美化要点

  • 标题使用渐变色或金属质感
  • 数据点添加发光效果
  • 动画过渡流畅自然
  • 背景使用深色渐变或网格纹理
  • 工具提示框精美设计

Comments

Loading comments...