skill
Hands-Free — voice narration
Public Made by Adomby adom
When the user can't look at the screen, narrate replies aloud via adom-tts — verified, queued, replayable.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
{
"schema_version": 1,
"type": "skill",
"slug": "hands-free",
"title": "Hands-Free — voice narration",
"brief": "When the user can't look at the screen, narrate replies aloud via adom-tts — verified, queued, replayable.",
"version": "1.1.2",
"description": "Hands-free entry skill. On any 'read it to me' / 'hands-free' / eyes-busy signal, speak the answer through the shared Adom TTS player instead of writing a text wall. Defers to the adom-tts skill for the canonical verified pattern.",
"license": "MIT",
"dependencies": {
"adom/adom-tts": "*"
},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"tags": [
"skill",
"tts",
"accessibility",
"hands-free",
"voice",
"narration"
],
"hero": {
"type": "image",
"path": "hero.png"
},
"visibility": "public",
"discovery_triggers": [
"I'm driving",
"I am driving",
"while I drive",
"while driving",
"I'm in the car",
"on the road",
"driving now",
"hands free",
"hands-free",
"drive mode",
"read me",
"read me that",
"read me the last",
"read me your last",
"read it to me",
"read that back",
"read your last answer",
"speak that",
"say that out loud",
"play it back",
"play that",
"narrate this",
"talk to me",
"can't look at the screen",
"can't read the screen",
"can't see the screen"
]
}