senseaudio-floating-audio-assistant

PassAudited by ClawScan on Apr 26, 2026.

Overview

The skill's files, runtime instructions, and requested environment variables are consistent with its stated purpose of managing a macOS SenseAudio floating audio assistant.

This package appears coherent and implements what it claims: macOS overlay + SenseAudio integration. Before installing, do the following: (1) Ensure you trust the SenseAudio service (api.senseaudio.cn) because live TTS will send your API key there; the smoke script only contacts SenseAudio when --live-tts is used. (2) Inspect the external workspace tools referenced by TOOL_DIR (workspace/tools/realtime_interpreter) — the start/stop/runner scripts that actually perform capture/overlay are not included in this upload and could perform arbitrary actions. (3) Provide the SENSEAUDIO_API_KEY (or AUDIOCLAW_ASR_API_KEY) via your runtime environment or workspace .env; the scripts will check for but not leak the key. (4) Be aware the skill will run swiftc (compile a native overlay) and execute shell scripts that alter macOS audio routing; run in a safe/testing environment first if you are unsure. Overall, the skill is internally consistent but verify the external toolchain before execution.