一键导入
query
Ask natural language questions about your data and get answers with evidence
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ask natural language questions about your data and get answers with evidence
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Full agentic analysis pipeline — ingest, clean, analyze, visualize, report, and dashboard from any data
Clean and transform data files — fix types, handle missing values, remove duplicates
Build a standalone interactive HTML dashboard with Chart.js from any dataset
Profile data files — row counts, column types, missing values, duplicates, statistics
Generate a comprehensive Markdown analysis report with findings, charts, and recommendations
Generate charts and plots from data — line, bar, pie, heatmap, scatter, histogram
基于 SOC 职业分类
| name | query |
| description | Ask natural language questions about your data and get answers with evidence |
| argument-hint | [dataset-name] [your question] |
| risk | safe |
| disable-model-invocation | false |
| user-invocable | true |
| allowed-tools | Read, Write, Bash, Glob, Grep |
| model | claude-sonnet-4-6 |
| context | fork |
| agent | general-purpose |
Ask any question about your data in plain English and get a precise answer backed by numbers.
Loads data from input/<dataset>/, interprets your question, writes and executes the exact pandas query needed, and returns the answer with supporting evidence. No dashboard, no report — just the answer.
Parse $ARGUMENTS:
input/<dataset-name>/$ARGUMENTS:
shopify-data)input/<dataset>/input/<dataset>/df.columns = df.columns.str.strip().str.lower().str.replace(r'[^a-z0-9]+', '_', regex=True).str.strip('_')_id or named id)input/<dataset>/## Answer
{Direct answer to the question with specific numbers}
### Supporting Data
{Table or list with the evidence}
### How This Was Computed
{1-2 sentences explaining the pandas operations used}
### Follow-Up Questions You Might Ask
- {Suggested question 1}
- {Suggested question 2}
# Specific metric
/10x-analyst:query shopify-data "What is the average order value?"
# Top-N question
/10x-analyst:query shopify-data "What are the top 10 products by revenue?"
# Segment question
/10x-analyst:query shopify-data "Which customer segment has the highest lifetime value?"
# Trend question
/10x-analyst:query shopify-data "Is revenue growing or declining month over month?"
:analyzeDeveloped by 10x.in | 10x-Analyst v1.0.0