# Smolvm

> Use this skill when the user wants to run bytecode scripts in a portable virtual machine

- Skill: `javimosch/smolvm` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/smolvm`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/smolvm/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/smolvm

---


# Smolvm Plugin

run bytecode scripts in a portable virtual machine

## Commands
- `smolvm self version` — Print smolvm version
- `smolvm _ _` — Passthrough to smolvm CLI

## Usage Examples
- "Run this script in the VM"
- "Execute bytecode file"
- "Load and run a program"

## Installation

```bash
cargo install smolvm
```

## Examples
```bash
smolvm run script.bytecode
smolvm exec program.bin
```

## Key Features
- Portable lightweight VM
- Fast bytecode execution
- Small footprint
- Cross-platform

