skill
I Crashed — post-crash emergency mode
Public Made by Adomby adom
Companion to I'm Driving: on 'I crashed', one quip, then hands-free emergency steps — safety, 911, location, documentation.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
{
"schema_version": 1,
"type": "skill",
"slug": "adom-i-crashed",
"title": "I Crashed — post-crash emergency mode",
"brief": "Companion to I'm Driving: on 'I crashed', one quip, then hands-free emergency steps — safety, 911, location, documentation.",
"version": "1.0.1",
"description": "The companion to adom-im-driving. The MOMENT the user signals a car crash or accident, land exactly ONE light quip ('...I told you to let me drive') then drop the jokes and go hands-free via adom-tts: are you hurt, get safe, call 911, share location, document the scene, notify a contact. They may be shaken or unable to look at the screen, so treat it as real until told otherwise.",
"license": "MIT",
"dependencies": {
"adom/adom-tts": "*",
"adom/adom-im-driving": "*"
},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"tags": [
"hands-free",
"tts",
"emergency",
"driving",
"safety",
"accident",
"companion"
],
"hero": {
"type": "image",
"path": "i-crashed-hero.png"
},
"discovery_pitch": "The moment you say you crashed, Claude drops the jokes and walks you hands-free through are-you-hurt, 911, location, and documenting the scene.",
"sample_prompts": [
{
"label": "I crashed",
"prompt": "I just crashed my car"
},
{
"label": "Fender bender",
"prompt": "I got rear-ended, what do I do"
}
],
"visibility": "public",
"discovery_triggers": [
"I crashed",
"I just crashed",
"I crashed the car",
"I crashed my car",
"I had an accident",
"I've been in an accident",
"I was in an accident",
"I got in a wreck",
"I wrecked the car",
"I hit a car",
"I hit something",
"someone hit me",
"I got hit",
"I rear-ended someone",
"I got rear-ended",
"car accident",
"car crash",
"we crashed",
"fender bender"
]
}