Agent skill
td
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/td
SKILL.md
Copied from my GitHub techdiary
Make an Alexa Skill
Success Criteria
- Able to run hello world alexa skill
- Can use command line tooling
- Use serverless with python
Tasks
Follow directions from:
https://medium.com/@rupakg/how-to-build-a-serverless-alexa-skill-51d8479e0432 https://github.com/rupakg/sls-meetup-alexa-skill
-
Need to downgrade version of serverless https://stackoverflow.com/questions/3987683/homebrew-install-specific-version-of-formula/4158763#4158763
# sls alexa auth is broken npm install -g serverless@1.32.0
Try to deploy a serverless python skill.
Try to deploy a serverless c# skill.
Try to make it Alexa enabled.
Reference
Didn't find tool you were looking for?