Generate and execute code for acting with Python tools. Activate when user explicitly requests to "use the codeact skill" or similar phrases.
/plugin marketplace add gradion-ai/ipybox/plugin install codeact-default@ipyboxThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/output-parsers.mdreferences/saving-codeacts.mdUse 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.