Install
openclaw skills install percept-listenCaptures ambient audio from wearable devices, transcribes locally, and streams searchable, speaker-tagged conversation data to your OpenClaw agent.
openclaw skills install percept-listenAmbient audio capture and transcription for OpenClaw agents via wearable devices.
Connects a wearable microphone (Omi pendant or Apple Watch) to your OpenClaw agent. Audio is transcribed locally and streamed as structured conversation data — speaker-tagged, timestamped, and searchable.
pip install getpercept && percept start)https://<your-tunnel>/webhook/transcript# Install Percept
pip install getpercept
# Start the receiver (default port 8900)
percept start
# Or run directly
PYTHONPATH=. python -m uvicorn src.receiver:app --host 0.0.0.0 --port 8900
Configure a tunnel (Cloudflare, ngrok, Tailscale) so Omi can reach your local server.
percept/data/percept.db/tmp/percept-live.txtpercept/data/conversations/Wake words, speaker names, and all settings are managed via the Percept dashboard (port 8960) or directly in the SQLite database.