Antrixauras / alexa-skills

The repository features Alexa Skills including both the Interaction Model and the Lambda functions. Utilizing the NodeJS SDK for most of the skills.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alexa Dev Hub

This repostory contains helpful content for Alexa Development :octocat:. Visit here for detailed explanation on how to create Alexa Skills.

What does this repo provide you? πŸ€”

The code in this directory conatins different skills and partial codes as explained on the website above. Some of which may not run independently. Mostly, here we have the lambda functions (included in the folder named lambda for every skill) Please go through the website for the implementation of interaction models and explaination of logic behind the code.

Contents:

πŸ‘‰ GreetMe Skill
πŸ‘‰ API Skill
πŸ‘‰ Intent Chaining (To be Added)

Contributing πŸ’•

Detailed guidlines can be found in CONTRIBUTING.md.

Once you fork and clone the repo, you are supposed to add/change information in one of the following 2 folders, depending on your role:

  • skills-by-the-community
  • skills-by-the-team

Make a folder by your name and a about_me.md file containing relevant information about you. Add Skills, Blogs etc. in this folder.
Commit, Push and make a PR.

Code of Conduct :bowtie:

In order to ensure that the Alexa Dev Hub Community is welcoming to all, please review and abide by the Code of Conduct.

Leave a ⭐ if it was helpful.
Thank You

About

The repository features Alexa Skills including both the Interaction Model and the Lambda functions. Utilizing the NodeJS SDK for most of the skills.

License:MIT License


Languages

Language:JavaScript 95.2%Language:Python 4.8%