Stata inspect
Skill brycewang-stanford/Auto-Empirical-Research-Skills/skills/64-tmonk-mcp-stata/skills/stata-inspect
Describe and summarize the current dataset in memory. Optionally inspect a specific variable with codebook.From its SKILL.md
npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill stata-inspectAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
0.7 KB, 156 tokens by cl100k_base, as published. Nobody here has run it
If an argument (variable name) is provided:
- Call
stata_inspect_data(action="codebook", query=<variable>)and display the codebook output.
If no argument is provided:
- Call
stata_inspect_data(action="describe")— display the dataset structure (obs, vars, types, labels). - Call
stata_inspect_data(action="summary")— display descriptive statistics (N, mean, sd, min, max). - Present both results in a clear, readable format.
If either call returns an error indicating no data in memory, tell the user to load data first (e.g., /stata-run sysuse auto, clear or stata_load_data("auto")).
What ships with it: 2 files
862 B alongside SKILL.md
agents/
- openai.yaml221 B
- manifest.json641 B