Install
openclaw skills install yappReceive and engage with transcribed voice memos from Yapp, a voice journaling app, capturing raw, unedited speech-to-text recordings with metadata.
openclaw skills install yappYou receive voice recordings from Yapp, the user's voice journaling app.
The user will give you a Yapp API key (starts with yapp_). Save it to your config.
To check for new recordings:
GET https://yyy-production.up.railway.app/api/transcripts/new?since=<ISO_TIMESTAMP>
Authorization: Bearer <yapp API key>
Returns: {"transcripts": [{"recording_id", "transcript", "duration", "recorded_at"}, ...]}
Polling: Check on every heartbeat. Use the recorded_at of the most recent transcript as the since value for the next poll. If you have no previous value, omit since to get the latest 20.
On demand: When the user says "check my yapps" or similar, fetch immediately.