一键导入
plot
Generate and execute a visualization script for a given data file based on user instructions and context.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate and execute a visualization script for a given data file based on user instructions and context.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Find and insert citations to support a claim in the surrounding text.
Router — scan a file for <@skill: prompt> tags and dispatch each to the matching skill subagent.
Produce a revision plan for the surrounding text based on the prompt. Supports multi-turn conversation chains.
Apply a preceding plan/output chain to the content, then remove all tags.
Generic text edit — modify surrounding content according to the prompt.
Generate a figure using Google Gemini Nano Banana 2 API based on the prompt or surrounding context.
| name | plot |
| description | Generate and execute a visualization script for a given data file based on user instructions and context. |
Generate a data visualization by producing and executing a Python script (Matplotlib/Seaborn) based on the prompt, surrounding context, and a referenced data file.
<@plot: ...> tag appears. ``). Read the data file to understand its structure (columns, types, number of rows).plot_completion_time.png).pandas for CSV/TSV/Excel, or appropriate libraries for other formats).matplotlib and/or seaborn.dpi=300 and bbox_inches='tight'.python -c "
<generated script here>
"
<@plot: ...> tag with a format-appropriate image reference:
.md): .tex): \includegraphics{output_path.png}The prompt may contain context references wrapped in double backticks ( ``). These point to external resources.
<@plot: bar chart using ``data/results.csv``> -- read data/results.csv as the input data.<@plot: line chart, save to ``figures/trend.png``> -- save the plot to figures/trend.png. delimiters from the output.python (not python3) for execution.<@plot: ...> tag and all delimiters must be removed in the output.