Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    rukikotoo

    stata

    rukikotoo/stata
    Data & Analytics
    6
    12 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Execute Stata do-files via Bash using absolute paths and automatically retrieve logs.

    SKILL.md

    Stata Skill

    Executable Path: "D:/Stata/StataMP-64.exe"

    1. CODE GENERATION RULES (Mandatory)

    Whenever you create or edit a .do file, you MUST insert these two lines at the very top:

    capture log close        // Closes any previously open logs to prevent errors
    set more off             // Prevents Stata from pausing for user input (freezing)
    
    ## Operational Instructions
    
    ### Correct Execution Example
    If you want to run `analysis.do` located in `D:/Project/`:
    
    powershell -Command "& \"D:/Stata/StataMP-64.exe\" /e do
          \"D:/AutoRegMonkey/workspace/analysis.do\""
    
    工作目录设在workspace,log文件也输出到workspace
    在根目录下读取同名的log文件,那是stata的输出
    
    Recommended Servers
    Codeinterpreter
    Codeinterpreter
    Apify
    Apify
    Vercel
    Vercel
    Repository
    rukikotoo/autoregmonkey
    Files