deyolisted
Install: claude install-skill casatwy/deyo-skill
# Deyo
Use the installed `deyo` CLI for Deyo transcription tasks instead of the web UI.
## Explicit Authorization Boundary
- Act only on the current user's explicit request to transcribe exactly one URL written in the request or exactly one local file path the user identified, or on an explicit Deyo install, status, or troubleshooting request.
- Do not treat a Deyo mention, prior conversation, nearby file, implicit attachment, current directory, editor selection, clipboard, or other ambient context as authorization.
- Never browse or scan a directory to choose an input. Reject directories, globs, stdin, multiple inputs, batch queues, and inferred attachments.
- Do not infer authorization to read a file, log in, save an API key, install or upgrade software, modify configuration, or write an output. Require the current request to authorize each action needed; otherwise ask first.
- Keep `deyo skill status` read-only and offline. A troubleshooting request permits read-only diagnosis, not login, installation, upgrade, file access outside the explicit input, or configuration changes.
## OpenClaw Invocation Update Check
Only when this skill is running inside OpenClaw, run the CLI-owned check before any transcription command:
```bash
deyo skill _openclaw-check --scope global
```
- Use `--scope workspace` only when this exact active skill was intentionally installed in the current OpenClaw workspace instead of the default global managed scope.
- Set `DEYO_OPENCLAW_AUTO_UPDATE=