We at KLARK mines information from product development tools deployed on the company intranet. It uses multiple information sources to analyze and present information.
Following are the steps to contribute to Klark:
git clone
the repo and cd
into it by running the following command:
git clone https://github.com/jarvis-product-bot-2/alexa-skill-klark-bot
cd alexa-skill-klark-bot
Note: You’ll need to have Node 8.10.0 or later on your local development machine. You can use nvm (macOS/Linux) or nvm-windows to easily switch Node versions between different projects.
git clone
the repo andcd
into it by running the following command:
Use ASK CLI commands to manage your skill
ask init #setup the developer account
ask deploy
For Testing Visit (https://developer.amazon.com/alexa/console/ask): Test using Test section under developer console.
-
/lambda/custom
- Back-End Logic for the Alexa Skill hosted on AWS Lambda -
/lambda/custom/resources
- Language specific speech response -
/models
- Voice User Interface and Language-Specific Interaction Models -
skill.json
- Skill Manifest
Try to integrate a new software development tool to Klark. For now, we have successfully integrated -
- Github
- Trello
- Travis CI
- Zoom
Try to add new language locales to Klark Alexa Skill. Currently, we only have support for English-US.
Keep an eye on our issues. We are just beginning and will surely appreciate all the help we can get. All ideas are welcome.