# Lune

> Use this skill when the user wants to standalone luau runtime for running luau scripts from the command line.

- Skill: `javimosch/lune` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/lune`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/lune/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/lune

---


# Lune Plugin

Standalone Luau runtime for running Luau scripts from the command line.

## Commands

### Operations
- `lune script run` — run script via lune
- `lune script eval` — eval script via lune
- `lune script fmt` — fmt script via lune
- `lune script lint` — lint script via lune
- `lune bundle run` — run bundle via lune
- `lune build run` — run build via lune
- `lune install run` — run install via lune
- `lune setup run` — run setup via lune
- `lune config show` — show config via lune

## Usage Examples
- "lune --help"
- "lune <args>"

## Installation

```bash
cargo install lune
```

## Examples

```bash
lune --version
lune --help
```

## Key Features
- luau\n- scripting\n- runtime

