mirror of
https://github.com/Pavelevich/claw-alexa.git
synced 2026-03-11 21:54:15 +01:00
41 lines
1.1 KiB
JSON
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
|
|
}
|
|
}
|
|
}
|