Agent Skills
› ymx10086/ResearchClaw
› figure-generator
figure-generator
GitHub根据结构化数据生成出版级图表,适用于科研结果可视化。支持确认图表类型、规范轴标签及解释数据转换过程。
Trigger Scenarios
需要生成图表或可视化图
基于表格或数值数据进行展示
Install
npx skills add ymx10086/ResearchClaw --skill figure-generator -g -y
SKILL.md
Frontmatter
{
"name": "figure-generator",
"emoji": "📈",
"triggers": [
"chart",
"figure",
"plot",
"visualization"
],
"description": "Generate publication-style charts from structured data. Use when the user wants a figure, chart, or visualization for research results."
}
Figure Generation
Use this skill when the user wants a chart or figure from tabular or numeric data.
Tools
plot_chart: generate charts for analysis and reporting
Guidance
- Confirm the chart type or choose a sensible default based on the data shape.
- Prefer clear axis labels and units.
- Explain what data transformation you applied if the raw data needed reshaping.
Version History
- 1baaa92 Current 2026-07-25 05:31


