alexa/skill-sample-nodejs-fact

Name: skill-sample-nodejs-fact

Owner: Alexa

Description: Build An Alexa Fact Skill

Created: 2016-07-13 19:58:38.0

Updated: 2018-01-19 00:10:45.0

Pushed: 2018-01-17 22:40:14.0

Homepage:

Size: 153

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Regions: ??

Build An Alexa Fact Skill ??

This Alexa sample skill is a template for a basic fact skill. Provided a list of interesting facts about a topic, Alexa will select a fact at random and tell it to the user when the skill is invoked.

If you would like to see an example of this skill in action, you can enable the Gloucester Facts from the Alexa Skill Store.

If this is your first time here, you're new to Alexa Skills Development, or you're looking for more detailed instructions, click the Get Started button below:

Be sure to take a look at the Additional Resources at the bottom of this page!

About

Note: The rest of this readme assumes you have your developer environment ready to go and that you have some familiarity with CLI (Command Line Interface) Tools, AWS, and the ASK Developer Portal. If not, click here for a more detailed walkthrough.

Usage
a, ask Space Facts for a fact
>> Here's your fact: A year on Mercury is just 88 days long.

a, start Space Facts
Repository Contents
Setup w/ ASK CLI
Pre-requisites
Installation
  1. Clone the repository.

    t clone https://github.com/alexa/skill-sample-nodejs-fact/
    
  2. Initiatialize the ASK CLI by Navigating into the repository and running npm command: ask init. Follow the prompts.

     skill-sample-nodejs-fact
    k init
    
  3. Install npm dependencies by navigating into the /lambda/custom directory and running the npm command: npm install

     lambda/custom
    m install
    
Deployment

ASK CLI will create the skill and the lambda function for you. The Lambda function will be created in `us-east-1 (Northern Virginia)` by default.

  1. Deploy the skill and the lambda function in one step by running the following command:

    k deploy
    
Testing
  1. To test, you need to login to Alexa Developer Console, and enable the “Test” switch on your skill from the “Test” Tab.

  2. Simulate verbal interaction with your skill through the command line using the following example:

    sk simulate -l en-GB -t "start space facts"
    
    imulation created for simulation id: 4a7a9ed8-94b2-40c0-b3bd-fb63d9887fa7
    iting for simulation response{
    tatus": "SUCCESSFUL",
    .
    
  3. Once the “Test” switch is enabled, your skill can be tested on devices associated with the developer account as well. Speak to Alexa from any enabled device, from your browser at echosim.io, or through your Amazon Mobile App and say :

    a, start space facts
    
Customization
  1. ge the skill name, example phrase, icons, testing instructions etc ...
    
    mber than many information are locale-specific and must be changed for each locale (en-GB and en-US)
    
    the Skill [Manifest Documentation](https://developer.amazon.com/docs/smapi/skill-manifest.html) for more information.
    
  2. fy messages, and facts from the source code to customize the skill.
    
  3. ge the model defintion to replace the invocation name and the sample phrase for each intent.  Repeat the operation for each locale you are planning to support.
    
Additional Resources
Community
Tutorials & Guides
Documentation

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.