{"id":17364358,"url":"https://github.com/arcward/echokit-example","last_synced_at":"2026-05-17T14:35:08.058Z","repository":{"id":193929030,"uuid":"89089124","full_name":"arcward/echokit-example","owner":"arcward","description":"Example Alexa skill using echopy","archived":false,"fork":false,"pushed_at":"2017-09-01T17:58:06.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-20T14:33:27.378Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arcward.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-04-22T18:00:40.000Z","updated_at":"2017-04-23T00:39:03.000Z","dependencies_parsed_at":"2023-09-10T20:40:58.825Z","dependency_job_id":null,"html_url":"https://github.com/arcward/echokit-example","commit_stats":null,"previous_names":["arcward/echokit-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arcward/echokit-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcward%2Fechokit-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcward%2Fechokit-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcward%2Fechokit-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcward%2Fechokit-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arcward","download_url":"https://codeload.github.com/arcward/echokit-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcward%2Fechokit-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33142295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T20:08:50.502Z","updated_at":"2026-05-17T14:35:08.041Z","avatar_url":"https://github.com/arcward.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==============\nechokit-example\n==============\nA sample Alexa skill using echokit_ (https://github.com/arcward/echokit)\n\n==========\nSetting up\n==========\nLambda\n------\nSet up your Lambda function as described in the `official docs`_, with the\nfollowing exceptions:\n - At the **Select blueprint** screen, choose **Python 3.6** as the runtime, then\n   choose **Blank Function**\n - In the **Configure function** section, set:\n\n   + Runtime: **Python 3.6**\n   + Handler: ``order_skill.handler``\n\nAlexa\n-----\nSee the `official docs`_ for a more comprehensive guide.\n\nAfter setting your skill name/invocation name, copy the application ID. Then,\nopen ``echokit-example/order_skill/order_skill.py`` and set\n``echokit.application_id`` as your own app ID.\n\nInteraction model\n^^^^^^^^^^^^^^^^^\nSee ``echokit-example/interaction_model/``\n\n**Intent schema**::\n\n    {\n      \"intents\": [\n        {\n          \"intent\": \"OrderIntent\",\n          \"slots\": [\n            {\n              \"name\": \"menu_item\",\n              \"type\": \"MENU_ITEM\"\n            }\n          ]\n        },\n        {\n          \"intent\": \"HoursIntent\"\n        },\n        {\n          \"intent\": \"CancelIntent\"\n        }\n      ]\n    }\n\n**Utterances**::\n\n    HoursIntent what are your hours\n    OrderIntent I'll have {menu_item}\n    CancelIntent cancel my order\n\nCustom slot types\n~~~~~~~~~~~~~~~~~~\nAdd a custom slot type ``MENU_ITEM``, with whatever values you'd like.\n\n\nCreating the Lambda deployment ZIP\n----------------------------------\nAfter installing echokit_, in the command line, from\nthe ``echokit-example/`` directory, run ``echodist order_skill``. For\nexample, if you cloned this repo in your home directory:\n\n.. code-block:: bash\n\n    ~/echokit-example $ echodist order_skill/\n\nYou can then upload the resulting ``order_skill.zip`` file via the Lambda\nconsole and test your skill from there or the `Alexa dev portal`_!\n\n.. _echokit: https://github.com/arcward/echokit\n.. _`official docs`: https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/developing-an-alexa-skill-as-a-lambda-function#creating-a-lambda-function-for-an-alexa-skill\n\n.. _`Alexa dev portal`: https://developer.amazon.com/edw/home.html#/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcward%2Fechokit-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcward%2Fechokit-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcward%2Fechokit-example/lists"}