con un clic
chart-visualization
// Render research-style PNG charts for trends, comparisons, distributions, and scatter relationships when a visual materially improves the answer
// Render research-style PNG charts for trends, comparisons, distributions, and scatter relationships when a visual materially improves the answer
Use in the honeclaw repository when Codex needs to validate event-engine notification quality changes, run the event-engine/core/web-api regression subset, rerun the saved news classifier baseline against OpenRouter models, or add new real-news samples to the baseline fixture without overfitting.
Admin-only skill for viewing or modifying Hone source code and configuration, and for performing restarts. Available only to users listed in config.yaml admins
Use in the honeclaw repository when Codex needs to review event-engine push quality for one or more actors: what each user/channel received, whether push timing and digest grouping were reasonable, whether messages were duplicated or useless, and whether useful events were filtered, omitted, capped, cooled down, or left undelivered.
维护长期公司画像、投资主线 与事件时间线;当用户想建立公司档案、在财报/公告后更新长期判断,或希望保留结论、为什么成立、关键证据与研究路径时使用
Analyze gold, gold-linked ETFs, and gold miners through macro drivers, positioning, and event risk
为 honeclaw 仓库执行正式版本发布:补版本号、编写 `docs/releases/vX.Y.Z.md`、完成必要验证、提交变更、推送 `main`、创建并推送 `v*` tag。用户明确要求“发正式版本 / 打 tag / release / release note / 把上次 release 到现在的变更发出去”时使用;不适用于普通 push。
| name | Chart Visualization |
| description | Render research-style PNG charts for trends, comparisons, distributions, and scatter relationships when a visual materially improves the answer |
| when_to_use | Use when the user asks for a chart, plot, visualization, trend line, bar chart, histogram, scatter plot, or when a numeric answer is easier to understand as a visual |
| aliases | ["chart visualization","chart","plot","visualize","trend chart"] |
| allowed-tools | ["skill_tool"] |
| user-invocable | true |
| context | inline |
| arguments | ["spec_json"] |
| script | scripts/render_chart.py |
| shell | python3 |
Use this skill when a chart will materially improve the answer. Do not render a chart just because it is possible.
Call:
skill_tool(
skill_name="chart_visualization",
execute_script=true,
script_arguments={"spec_json":"<JSON chart spec>"}
)
The script expects one JSON object string as spec_json.
chart_typetitleseriessubtitlex_labely_labelx_valuesannotationsfootnotespaletteoutput_namelineareabarscatterhistogramhorizontal_barEach series item should usually be:
{
"name": "Revenue",
"values": [100, 120, 135]
}
You may optionally add a color.
artifactsfile:///abs/path/to/chart.png URI into the final answer where the chart should appear<a> tags, or image syntaxWhen another finance/research skill already has the needed numbers, that skill should hand off to this skill instead of describing the chart in prose only.