Aria_moltbot sandbox

aria-sandbox

install
source · Clone the upstream repo
git clone https://github.com/Najia-afk/Aria_moltbot
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Najia-afk/Aria_moltbot "$T" && mkdir -p ~/.claude/skills && cp -r "$T/aria_skills/sandbox" ~/.claude/skills/najia-afk-aria-moltbot-sandbox && rm -rf "$T"
manifest: aria_skills/sandbox/SKILL.md
source content

aria-sandbox

Isolated execution environment for controlled code operations.

Purpose

  • Run code and tests in a contained sandbox.
  • Read/write temporary files safely for experimentation.

Main Tools

  • run_code
  • write_file
  • read_file
  • run_tests
  • reset