code-interpreter
Installation
SKILL.md
Code Interpreter
A general-purpose code execution environment powered by AWS Bedrock AgentCore Code Interpreter. Run code, execute shell commands, and manage files in a secure sandbox.
Available Tools
- execute_code(code, language, output_filename): Execute Python, JavaScript, or TypeScript code.
- execute_command(command): Execute shell commands.
- file_operations(operation, paths, content): Read, write, list, or remove files in the sandbox.
- ci_push_to_workspace(paths): Compatibility helper for environments without a mounted workspace. Do not call it when
/mnt/workspaceis available.