---
name: local-runner
description: "Run local script and send output as file via Telegram. Safe execution with preview."
---

# Local Runner

Execute trusted local scripts (bash, Python, etc) and send results as file. Always validates script path and previews output.

## Usage

Fire skill with:
- `script_path`: path relatif ke script
- `output_file`: nama file output (opsional)
- `auto_run`: true/false (jika false, minta approval dulu)

## Tools Used

- `exec`
- `write`
- `read`
- `sessions_send`

## Security

- Only runs scripts in `scripts/`, `workspace`, or allowed paths
- Auto-sanitizes output
- Requires approval for dangerous ops (if `auto_run=false`)
