data-explore
Profile and explore a dataset — inspect source options, schema, join keys, filters, and connector choice — before writing any SQL or analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Profile and explore a dataset — inspect source options, schema, join keys, filters, and connector choice — before writing any SQL or analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Plan, review, and then assemble a stakeholder-ready dashboard package from the current analysis run, with a native interactive canvas experience.
Data analysis skill hub. Routes to the right specialist subskill depending on the request — exploration, query writing, end-to-end analysis, visualization, validation, dashboard planning plus assembly, or recurring snapshot refresh.
End-to-end data analysis — from a quick metric lookup to a formal stakeholder report. Combines schema discovery, SQL execution, optional visualization, and an evidence-based summary. Use for general "analyze / what's happening with…" requests.
Create, edit, redline, comment on, and visually verify `.docx`, Word, and Google Docs-targeted document artifacts. Use for Word documents, `.docx` files, document creation, document edits, tracked changes, comments, render QA, and Google Docs-ready local DOCX generation.
Create stunning, animation-rich browser-native HTML presentations. Use only when the user explicitly wants an HTML/web presentation or animated interactive browser deck. Do not use for `.ppt`, `.pptx`, PowerPoint, Google Slides, native deck creation, native deck editing, deck templates, or PPTX conversion/export requests; use the `pptx` skill for those.
Work with PDF documents safely, including querying existing PDFs and creating simple image-based PDFs from workspace images.
| name | data/explore |
| description | Profile and explore a dataset — inspect source options, schema, join keys, filters, and connector choice — before writing any SQL or analysis. |
| plugin | data-analytics |
| inherits_plugin_defaults | true |
Generate a comprehensive data profile for a table or file. Understand its shape, quality, content, and join potential before diving into analysis.
bq_list_datasets → bq_list_tables → bq_get_table_info
to navigate metadata, then bq_execute_sql for profiling queries. If profiling
turns into deeper iterative analysis, create or use a scoped workspace snapshot
and continue locally.run_skill_python_script with
script_name="data_workspace" and {"action":"schema"} first, then use
{"action":"profile"} or bounded {"action":"query"} requests for profiling.data_workspace schema inspection before SQL.Before any profiling:
Run targeted profiling queries. Collect per column:
Present the profile as a clean summary table grouped by column type.
Flag:
data/analyze.data_workspace schema before data_workspace query/profile.