agentvm

Solid

Execute shell commands in a secure AgentVM sandbox (Alpine Linux).

AI & Automation 71 stars 3 forks Updated 3 months ago MIT

Install

View on GitHub

Quality Score: 73/100

Stars 20%
62
Recency 20%
50
Frontmatter 20%
70
Documentation 15%
32
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# AgentVM Sandbox This skill provides access to a secure, sandboxed Alpine Linux environment via AgentVM. You can use this environment to: - Execute shell commands (`ls`, `grep`, `curl`, etc.) - Run Python scripts (`python3`) - Perform calculations or data processing in isolation ## Tools ### `linux_sandbox_exec` Executes a shell command in the VM and returns the output (stdout/stderr). **Parameters:** - `command` (string, required): The shell command to execute. **Usage:** ```javascript // List files linux_sandbox_exec({ command: "ls -la /" }); // Run Python linux_sandbox_exec({ command: "python3 -c 'print(1 + 1)'" }); ```

Details

Author
deepclause
Repository
deepclause/agentvm
Created
4 months ago
Last Updated
3 months ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category