alexa-samples/skill-sample-python-first-skill
This Alexa Skills Kit sample skill shows how to build a simple skill called Cake Time that counts down the number of days until the customer's birthday.
Platform-specific configuration:
{
"mcpServers": {
"skill-sample-python-first-skill": {
"command": "npx",
"args": [
"-y",
"skill-sample-python-first-skill"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...