agentsclimarketplace

Code interpreter

Skill chinkan/RustFox/skills/code-interpreter

A Rust-based Telegram AI assistant powered by OpenRouter LLM with built-in sandboxed tools, scheduling, persistent memory, and MCP server integration.

Install
npx -y skills add chinkan/RustFox --skill code-interpreter

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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

SKILL.md

1.0 KB, as published. Nobody here has run it

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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.