agentsclimarketplace

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

Install
npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill stata-inspect

Assembled 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:

  1. Call stata_inspect_data(action="codebook", query=<variable>) and display the codebook output.

If no argument is provided:

  1. Call stata_inspect_data(action="describe") — display the dataset structure (obs, vars, types, labels).
  2. Call stata_inspect_data(action="summary") — display descriptive statistics (N, mean, sd, min, max).
  3. 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/

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.