一键导入
codeact
Generate and execute code for acting with Python tools. Activate when user explicitly requests to "use the codeact skill" or similar phrases.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate and execute code for acting with Python tools. Activate when user explicitly requests to "use the codeact skill" or similar phrases.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | codeact |
| description | Generate and execute code for acting with Python tools. Activate when user explicitly requests to "use the codeact skill" or similar phrases. |
Use Python tools to perform tasks.
You must use the execute_ipython_cell tool of the ipybox MCP server for executing Python code.
All operations must follow the tool usage restrictions and workflows defined below.
The gentools/ and mcptools/ directories are in the working directory shown in your <env> block. All paths are relative to the working directory, NOT to this skill's base directory.
You are restricted to these tools only:
mcptools/<category>/<tool>.py (use run_parsed if defined, otherwise run)gentools/<category>/<tool>/api.pyipybox MCP Server Toolsexecute_ipython_cell - Execute Python codereset - Reset the IPython kernelgentools/ and mcptools/gentools package firstmcptools packageexecute_ipython_cell.execute_ipython_cell for Python code executionWhen generating output parsers for Python tools in the mcptools package, see references/output-parsers.md.
To save executed code as a reusable gentools tool, see references/saving-codeacts.md.