skills/generic/chart-visualization/SKILL.md
Use this built-in skill for chart construction and data storytelling from structured tabular results. The workflow is organized from the AntV chart-visualization playbook, but current default output is ECharts-compatible option JSON for local rendering.
npx skillsauth add mikevan666/opendataworks Chart VisualizationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user already has structured rows and needs a chart, trend view, or lightweight data story.
This built-in skill keeps the AntV chart-visualization workflow discipline:
Current default artifact:
python3 scripts/build_echarts_option.pyTypical flow:
Python Analysis Skill.python3 scripts/build_echarts_option.py --input rows.json --chart-type line --x date --y counttools
Use this built-in skill to execute readonly SQL through the OpenDataWorks agent API and shared odw-cli. Guardrails such as readonly checks, datasource scope, default limit, and timeout are enforced by CLI and API.
data-ai
Use this built-in skill for OpenDataWorks platform metadata, lineage, datasource resolution, and DDL lookup. This skill does not execute SQL for data analysis.
testing
A minimal smoke skill used to verify that opendataagent can load bundled skills and surface them during chat.
development
Use this built-in skill for lightweight Python-based data exploration, profiling, aggregation, and file-based analysis. It does not fetch OpenDataWorks metadata on its own.