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.mdsource 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_codewrite_fileread_filerun_testsreset