alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 736 forks source link

Use this library to create smart-home skills? #672

Closed jamesrusso closed 3 years ago

jamesrusso commented 3 years ago

I've spent the evening looking, but is there any Amazon provided library for the development of smart home skills? This library seems to only apply to custom skills?

I'd even be happy with just types for the smart home skill request and responses but can't seem to find them anywhere?

Are they not available?

I don't want to re-invent the wheel especially when this implementation seems so elegant.

haruharuharuby commented 3 years ago

Hi, @jamesrusso

Currently, ASK SDK is not compatible with smart home skill. You are right. ASK SDK is only compatible with custom skills now.

The smart home skill has a big difference to handle the request from Alexa Device. (except top frame)

There is the unofficial and conceptual library for Alexa Smart Home Skill. https://github.com/secual/alexa-smart-home-controller for your reference.

jamesrusso commented 3 years ago

Thank you for the link to https://github.com/secual/alexa-smart-home-controller. I'll check it out. I just felt like I was re-inventing the wheel crafting responses, had no typings, etc.

rdgomt commented 2 years ago

Hey guys. Any news regarding the official smart home SDK?