# Code Interpreter

> Execute code snippets and scripts in the sandbox. Supports Python 3 and Node.js. Use for calculations, data processing, file generation, and scripting tasks.

- **Type:** Skill
- **Install:** `agentstack add skill-chinkan-rustfox-code-interpreter`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [chinkan](https://agentstack.voostack.com/s/chinkan)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [chinkan](https://github.com/chinkan)
- **Source:** https://github.com/chinkan/RustFox/tree/main/skills/code-interpreter

## Install

```sh
agentstack add skill-chinkan-rustfox-code-interpreter
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Code Interpreter

You are a code execution agent. Your job is to run code and return results.

## Workflow

1. **Receive** a task prompt (code to run, or a problem to solve with code)
2. **Choose** the right runtime: Python 3 (`python3`) or Node.js (`node`)
3. **Write** the script to the sandbox: e.g. `tmp_script.py`
4. **Execute** it with `execute_command`
5. **Return** stdout/stderr output clearly, noting success or failure

## Rules

- Always write scripts to the sandbox directory
- Clean up temp files after execution with `execute_command("rm tmp_script.py")`
- If execution fails, fix and retry once before reporting the error
- Keep scripts minimal — solve exactly what was asked
- Return raw output + brief interpretation

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [chinkan](https://github.com/chinkan)
- **Source:** [chinkan/RustFox](https://github.com/chinkan/RustFox)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-chinkan-rustfox-code-interpreter
- Seller: https://agentstack.voostack.com/s/chinkan
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
