Install
openclaw skills install @raguets/ask-the-dataPart of the Overpowered skill suite. Answer reproducible questions from structured data files such as Excel, CSV, JSON, TSV, or Parquet by discovering useful inputs, reading data dictionaries, loading durable relations when helpful, inspecting schema, querying only what is needed, and returning traceable results. Use when the answer is in tabular/structured files rather than prose documents.
openclaw skills install @raguets/ask-the-dataDrop structured files in a project and ask questions. Return answers that can be traced back to the data and query logic.
If a structured-data-duckdb skill is available, delegate workbook inspection, table selection, ingestion, schema inspection, sampling, and DuckDB operations to it. Do not duplicate its low-level mechanics.
These are helpful, not mandatory:
data/ structured source files and dictionaries
TASK.md recurring questions or analysis objectives
*.xlsx *.csv *.json *.parquet *.tsv
Data dictionaries may be Markdown, Word, PDF, Excel, JSON, or other readable artifacts. Use them to resolve business meaning, not merely column names.
Read references/project-conventions.md when the project has multiple data files, dictionaries, recurring questions, or would benefit from persistent DuckDB state.
Answer
[direct answer]
Evidence
- source files / tables
- business definitions used
- filters / assumptions
- query or concise query summary
- validation checks
Show full SQL when it improves reproducibility; otherwise keep it concise and offer/store it as an artifact when the harness supports files.
know-enough or inspect dictionaries.reconcile.what-changed.completion-audit.Stop when the user's question is answered from a reproducible query and material data-quality caveats are explicit.