skills/platform/opendataworks-readonly-sql/SKILL.md
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.
npx skillsauth add mikevan666/opendataworks OpenDataWorks Readonly SQLInstall 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 SQL execution against OpenDataWorks platform data or metadata-resolved business databases.
Execution contract:
python3 scripts/run_readonly_sql.py.odw-cli + backend-agent-api.What the API and CLI guarantee:
opendataworks is allowed20030sRecommended flow:
OpenDataWorks Platform Skill.python3 scripts/run_readonly_sql.py --database "<db>" --sql "<sql>"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.
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.