with one click
sandbox
// Writes and executes Python code in a Docker sandbox with filesystem access and pre-installed data science packages.
// Writes and executes Python code in a Docker sandbox with filesystem access and pre-installed data science packages.
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