skills/generic/python-analysis/SKILL.md
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.
npx skillsauth add mikevan666/opendataworks Python AnalysisInstall 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 needs local Python-based analysis on files, tabular results, or intermediate data artifacts.
Typical tasks:
Execution contract:
python3 scripts/profile_dataset.py --input <file>tools
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.
data-ai
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.