Analysis updated 2026-07-25 · repo last pushed 2016-06-14
Build a trivia quiz or fact-telling skill for Amazon Alexa by adapting one of the included samples.
Prototype a voice app for Amazon Echo without starting from a blank page.
Learn how Alexa skills work by reading and modifying real, working Node.js code.
Create a scorekeeper skill for board games using the included scorekeeper sample as a starting point.
| josephmisiti/alexa-skills-kit-js | 0xkinno/neuralvault | 0xlocker/d17-contracts | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | — | TypeScript | Solidity |
| Last pushed | 2016-06-14 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | moderate | hard | hard |
| Complexity | 2/5 | 4/5 | 5/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an AWS account to deploy Lambda functions and registration with the Amazon Developer portal to configure Alexa skills.
This repository gives you a set of working examples for building "skills" on the Amazon Echo, the voice commands that let Alexa do things like tell jokes, look up facts, or keep score in a game. If you have an idea for a new voice app and want a head start, these sample projects show you exactly how to put one together. The repo includes eight different sample skills, each showing a slightly different type of interaction. For instance, SpaceGeek responds with a random space fact, while MinecraftHelper takes a user's question and returns a crafting recipe. Others include a trivia quiz, a knock-knock joke teller, a historical events lookup by date, an Amazon best-seller checker, a tide forecaster, and a scorekeeper for board games. Each sample lives in its own folder with its own instructions for getting it up and running. Under the hood, these examples use Node.js, a popular programming language for web services, and run as "AWS Lambda functions," which is Amazon's way of hosting code without making you manage a server. The setup lets Alexa receive a user's spoken request, pass it to your code, and speak the answer back. The repo points to Amazon's official documentation for the deeper technical details on how to configure and deploy these. This is a practical starting point for a hobbyist, a founder prototyping a voice app, or a developer who wants to understand how Alexa skills work by reading real, working code. Rather than starting from a blank page, you can open a sample that's close to what you want to build, get it running, and then modify it to fit your idea. The README doesn't go into detail on setup beyond pointing you to each subfolder's instructions and Amazon's own guides, so you'll be leaning on those resources as you go.
A collection of eight working example skills for Amazon Alexa, built in Node.js and deployed as AWS Lambda functions. Each sample shows a different type of voice interaction so you can learn and adapt them for your own Alexa app.
Dormant — no commits in 2+ years (last push 2016-06-14).
No license information is provided in this repository, so default copyright restrictions may apply.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.