원클릭으로
python-executor
Execute Python scripts and snippets. Use this for "run python script", "calculate with python", or "test snippet".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Execute Python scripts and snippets. Use this for "run python script", "calculate with python", or "test snippet".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
Fetch up-to-date documentation for libraries and frameworks using Context7. Use this when the user asks for "latest docs", "API reference", or code examples for specific libraries.
Manage Docker containers, images, and volumes. Use this when the user asks to "list containers", "check logs", or "run a container".
Guide for debugging failing GitHub Actions workflows. Use this when asked to debug failing GitHub Actions workflows.
Manage GitHub Pull Requests, Issues, and Reviews. Use this for "create PR", "check PR status", or "list issues".
| name | python-executor |
| description | Execute Python scripts and snippets. Use this for "run python script", "calculate with python", or "test snippet". |
Uses mcp-run-python to execute Python code safely.
Command Template:
npx mcporter call --command "uvx mcp-run-python" --tool <tool_name> --args <json_args>
run_python: Execute a python script or code block.Example: Run a calculation
npx mcporter call --command "uvx mcp-run-python" --tool run_python --args '{"code": "print(25 * 4)"}'