一键导入
python-runner
Solve the user's task by writing Python; the harness runs it in an isolated sandbox and returns stdout.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Solve the user's task by writing Python; the harness runs it in an isolated sandbox and returns stdout.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze data (e.g. an uploaded CSV/Excel) with pandas and produce a chart or report file, returned to the user as an attachment.
Use when the user asks about using Gemini in an enterprise environment or explicitly mentions Vertex AI, Google Cloud, or Agent Platform. Guides the usage of the Gemini API on Agent Platform with the Google Gen AI SDK. Covers SDK usage (Python, JS/TS, Go, Java, C#), capabilities like multimodal inputs, tools, media generation, caching, batch prediction, and Live API.
Manages datasets, tables, and jobs in BigQuery, and integrates with BigQuery ML and Gemini for advanced data analytics and AI-driven insights. Use when you need to interact with BigQuery, run SQL queries, manage BigQuery resources, or leverage BigQuery's built-in ML capabilities. Also use when performing data analysis, ingesting data into BigQuery, or developing AI applications on BigQuery.
Echo the user input back verbatim
Compute the prime factorization of an integer by executing Python in the sandbox
Reverse the user input string
| name | python-runner |
| description | Solve the user's task by writing Python; the harness runs it in an isolated sandbox and returns stdout. |
When the user asks for a computation or transformation:
run_code tool with that script as code.Constraints (the sandbox enforces these structurally):
print() its text result — stdout is returned.open("data.csv")). Never hardcode or reconstruct
a file's contents from memory — if a file you need isn't in the working directory, ask the user
to attach it rather than inventing the data.