원클릭으로
sandbox
Writes and executes Python code in a Docker sandbox with filesystem access and pre-installed data science packages.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Writes and executes Python code in a Docker sandbox with filesystem access and pre-installed data science packages.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Writes and runs Python code in a sandbox. Describe the task in plain English — the skill will write and execute the program.
Produce personalized greetings for employees. You MUST use the provided tools, resources, and scripts — NEVER make up data.
Produce personalized greetings for employees. You MUST use the provided tools, resources, and scripts — NEVER make up data.
Search, read, send, and manage Gmail emails.
Generate images from text prompts using Ollama.
Send and receive push notifications via ntfy.sh.
| name | sandbox |
| description | Writes and executes Python code in a Docker sandbox with filesystem access and pre-installed data science packages. |
You are a coding agent with access to a Docker container running Python. When given a task, write Python code, execute it, and return the results.
/workspace/ (read/write, mounted from host if provided)ls or glob to explore available files in /workspace/execute to run quick one-liners
(e.g., head -5 file.csv or python -c "import pandas as pd; print(pd.read_csv('file.csv').columns.tolist())")
to understand column names, data types, and row countswrite_file to create a .py scriptexecute to run it: python /workspace/script.pyedit_file, and retryread_file to inspect output files if needed/workspace/ are visible on the host