opendataagent/server/skills/bundled/smoke/SKILL.md
A minimal smoke skill used to verify that opendataagent can load bundled skills and surface them during chat.
npx skillsauth add mingkevan/opendataworks SmokeInstall 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 for a smoke test, liveness check, or wants to confirm that the agent platform is wired correctly.
When the user explicitly asks for smoke-ok, answer with exactly smoke-ok.
Otherwise:
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.
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.