Agent Skills
› ymx10086/ResearchClaw
› figure-generator
figure-generator
GitHub根据结构化数据生成出版级图表,适用于用户需要可视化研究结果或从表格/数值数据创建图表的场景。
触发场景
用户要求生成图表、图形或可视化结果
需要将表格或数值数据转换为分析报告中的插图
安装
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.
版本历史
- 1baaa92 当前 2026-07-25 05:31


