moru

Execute untrusted code in isolated Firecracker microVMs via the Moru CLI.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/1wos/sdkhackthon --skill moru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moru
Source: https://github.com/1wos/sdkhackthon/tree/main/.agents/skills/moru
Command: npx skills add https://github.com/1wos/sdkhackthon --skill moru

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Moru provides isolated Firecracker microVMs to safely run and test code, offering a clear path to learn about Moru cloud sandboxes, CLI workflows, and environment management without local setup.

Core Features & Use Cases

  • Isolated sandboxes with dedicated CPU/memory for safe code execution.
  • CLI-driven workflows: install Moru CLI, authenticate, create sandboxes, run commands, manage templates and volumes.
  • Real-world scenarios include exploring Moru concepts, architecture discussions, and getting started guidance for developers.

Quick Start

Install the Moru CLI, authenticate with moru auth login, and create a sandbox to begin safe code execution.

Frequently Asked Questions about moru

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely execute untrusted code in a cloud sandbox?

To safely execute untrusted code, use Moru cloud sandboxes which provide isolated Firecracker microVMs with dedicated CPU and memory. This prevents potentially malicious code from affecting your local environment.

How do I create and run commands in a sandbox via CLI?

To create and run commands in a sandbox via CLI, first install the Moru CLI and authenticate using `moru auth login`. Once authenticated, you can create a sandbox and execute commands within that isolated environment.

What are Moru cloud sandboxes and how do they work?

Moru cloud sandboxes are isolated environments built on Firecracker microVMs that provide dedicated CPU and memory resources. They allow developers to test code and learn sandbox concepts without requiring local setup.

Can I manage templates and volumes in Moru sandboxes?

Yes, you can manage templates and volumes in Moru sandboxes. The Moru CLI supports workflows for creating sandboxes, executing commands, and handling both template and volume management across different scenarios.

Do I need local virtualization setup to use Moru sandboxes?

No, you do not need local virtualization setup to use Moru sandboxes. Moru provides isolated Firecracker microVMs in the cloud, offering a clear path to execute code and manage environments without local configuration.

What is the best way to explore Moru concepts and architecture?

The best way to explore Moru concepts and architecture is by using the Moru CLI to interact directly with cloud sandboxes. This approach covers installation, authentication, sandbox creation, and command execution scenarios.