skills/platform/opendataworks-platform/SKILL.md
Use this built-in skill for OpenDataWorks platform metadata, lineage, datasource resolution, and DDL lookup. This skill does not execute SQL for data analysis.
npx skillsauth add mikevan666/opendataworks OpenDataWorks PlatformInstall 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 asks about OpenDataWorks platform objects or needs platform context before any analysis.
Scope:
Do not use this skill to execute analytical SQL. SQL execution belongs to OpenDataWorks Readonly SQL Skill.
Execution contract:
odw-cli.scripts/.portal-mcp for OpenDataWorks platform capabilities.Preferred scripts:
python3 scripts/inspect_metadata.py --keyword "<keyword>"python3 scripts/query_lineage.py --table "<table>" --db-name "<db>"Working rules:
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.
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.