Files
claw-alexa/skill.json
2026-01-30 21:14:19 +01:00

41 lines
1.1 KiB
JSON

{
"manifest": {
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda",
"uri": "arn:aws:lambda:us-east-1:YOUR_ACCOUNT_ID:function:openclaw-alexa"
}
}
},
"manifestVersion": "1.0",
"publishingInformation": {
"locales": {
"en-US": {
"name": "OpenClaw",
"summary": "Your AI-powered personal assistant with Grok",
"description": "OpenClaw is an AI assistant powered by Grok that can scan networks, check password security, control smart home devices, and answer any question.",
"examplePhrases": [
"Alexa, ask OpenClaw to scan my network",
"Alexa, tell OpenClaw to check if my password is safe",
"Alexa, ask OpenClaw what devices are online"
],
"keywords": [
"AI",
"assistant",
"Grok",
"security",
"smart home"
]
}
}
},
"privacyAndCompliance": {
"allowsPurchases": false,
"isExportCompliant": true,
"containsAds": false,
"isChildDirected": false
}
}
}