Willow Inference Server
v1.0.1Local ASR and TTS inference server. Use when the user wants to transcribe audio to text (ASR) or convert text to speech (TTS). Requires a running Willow Infe...
⭐ 0· 285·3 current·3 all-time
byDeAnti-@deantiwang
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (local ASR/TTS inference server) aligns with the instructions: it tells you how to run a Willow Inference Server and how to call ASR/TTS endpoints. The resources it asks for (WILLOW_BASE_URL) are appropriate and limited.
Instruction Scope
SKILL.md stays within the stated domain (starting the server, setting WILLOW_BASE_URL, and using /asr and /tts endpoints). Minor inconsistencies exist in example endpoint paths (/api/asr vs /asr) and some curl examples vary; otherwise the instructions do not request unrelated files, credentials, or data exfiltration. The guidance to run ./utils.sh install/gen-cert/run is standard for installing a server but grants those scripts full control during setup—inspect them before running.
Install Mechanism
This is an instruction-only skill (no install spec). It directs users to clone a GitHub repo (a known host). Cloning and running repository-provided install scripts (./utils.sh install) is expected here but has moderate risk because those scripts may execute arbitrary operations on the host; prefer reviewing the repo or running in an isolated environment.
Credentials
No credentials or sensitive environment variables are required. The only recommended variable (WILLOW_BASE_URL) is proportional and directly relevant to connecting to the local server.
Persistence & Privilege
The skill does not request permanent presence (always: false), does not modify other skills, and requires no special agent-wide privileges. Autonomous invocation is allowed by platform default but is not combined with other high-risk factors here.
Assessment
This skill appears coherent for running and using a local Willow ASR/TTS server. Before installing or running anything: 1) review the GitHub repository and the contents of utils.sh and any install scripts to ensure they do only what you expect; 2) run the install in a sandboxed VM or container if you cannot audit the scripts; 3) be careful when generating and installing TLS certificates—use proper hostnames and protect private keys; 4) do not point the agent or other services to the server if you intend it to remain local without network exposure; and 5) note minor endpoint examples (/api/asr vs /asr) in the docs—verify the actual API paths after starting the server.Like a lobster shell, security has layers — review code before you run it.
latestvk9783fn0jhechfyvrg15gzk3nn830hd0
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
