{"id":23306007,"url":"https://github.com/alexa-samples/skill-sample-python-helloworld-classes","last_synced_at":"2026-03-04T01:15:48.872Z","repository":{"id":39792087,"uuid":"146782997","full_name":"alexa-samples/skill-sample-python-helloworld-classes","owner":"alexa-samples","description":"This tutorial will walk first-time Alexa skills developers through all the required steps involved in creating a skill using this hello world template, called ‘hello world’. This post assumes you have some familiarity with Python (or a similar programming language) and the Alexa Skills Kit.","archived":false,"fork":false,"pushed_at":"2023-04-18T22:17:09.000Z","size":144,"stargazers_count":71,"open_issues_count":2,"forks_count":98,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-08-23T15:24:00.384Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexa-samples.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-08-30T17:25:24.000Z","updated_at":"2025-08-05T02:40:00.000Z","dependencies_parsed_at":"2025-08-23T13:46:22.670Z","dependency_job_id":"a0b3dc57-6e42-4653-b942-2104a164f737","html_url":"https://github.com/alexa-samples/skill-sample-python-helloworld-classes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexa-samples/skill-sample-python-helloworld-classes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexa-samples%2Fskill-sample-python-helloworld-classes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexa-samples%2Fskill-sample-python-helloworld-classes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexa-samples%2Fskill-sample-python-helloworld-classes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexa-samples%2Fskill-sample-python-helloworld-classes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexa-samples","download_url":"https://codeload.github.com/alexa-samples/skill-sample-python-helloworld-classes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexa-samples%2Fskill-sample-python-helloworld-classes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30067977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T01:03:42.280Z","status":"ssl_error","status_checked_at":"2026-03-04T01:03:23.410Z","response_time":61,"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-12-20T12:15:10.812Z","updated_at":"2026-03-04T01:15:48.853Z","avatar_url":"https://github.com/alexa-samples.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Build an Alexa Hello World Skill in ASK Python SDK (using Classes)\n=========================================\n\nThis tutorial will walk first-time Alexa skills developers through all the \nrequired steps involved in creating a skill using this hello world template, \ncalled ‘hello world’. This post assumes you have some familiarity with \nPython (or a similar programming language) and the Alexa Skills Kit.\n\n\u003cimg src=\"https://m.media-amazon.com/images/G/01/mobile-apps/dex/alexa/alexa-skills-kit/tutorials/quiz-game/header._TTH_.png\" /\u003e\n\nConcepts\n--------\n\nThis simple sample has no external dependencies or session management,\nand shows the most basic example of how to create a Lambda function for\nhandling Alexa Skill requests.\n\nSetup\n-----\n\nTo run this example skill you need to do two things. The first is to\ndeploy the example code in lambda, and the second is to configure the\nAlexa skill to use Lambda.\n\n[![Get Started](https://camo.githubusercontent.com/db9b9ce26327ad3bac57ec4daf0961a382d75790/68747470733a2f2f6d2e6d656469612d616d617a6f6e2e636f6d2f696d616765732f472f30312f6d6f62696c652d617070732f6465782f616c6578612f616c6578612d736b696c6c732d6b69742f7475746f7269616c732f67656e6572616c2f627574746f6e732f627574746f6e5f6765745f737461727465642e5f5454485f2e706e67)](./instructions/setup-vui-alexa-hosted.md)\n\nSkills can be built either by implementing ``AbstractRequestHandler`` classes\nor by using skill builder's ``request_handler`` decorator. More information\non this can be checked in the [documentation](https://alexa-skills-kit-python-sdk.readthedocs.io/en/latest/REQUEST_PROCESSING.html#request-handlers).\n\nThis sample skill shows how to implement ``AbstractRequestHandler`` class \nand register the handler classes explicitly in the skill builder object. \nThe code for this implementation is under [lambda/py](lambda/py) folder.\n\nFor the sample skill using the ``decorators`` approach, check \n[skill-sample-python-helloworld-decorators](https://github.com/alexa/skill-sample-python-helloworld-decorators).\n\nAdditional Resources\n--------------------\n\n### Community\n\n-  [Amazon Developer Forums](https://forums.developer.amazon.com/spaces/165/index.html) : Join the conversation!\n-  [Hackster.io](https://www.hackster.io/amazon-alexa) - See what others are building with Alexa.\n\n### Tutorials \u0026 Guides\n\n-  [Voice Design Guide](https://developer.amazon.com/fr/designing-for-voice/) -\n   A great resource for learning conversational and voice user interface design.\n\n### Documentation\n\n-  [Official Alexa Skills Kit Python SDK](https://pypi.org/project/ask-sdk/)\n-  [Official Alexa Skills Kit Python SDK Docs](https://alexa-skills-kit-python-sdk.readthedocs.io/en/latest/)\n-  [Official Alexa Skills Kit Docs](https://developer.amazon.com/docs/ask-overviews/build-skills-with-the-alexa-skills-kit.html)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexa-samples%2Fskill-sample-python-helloworld-classes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexa-samples%2Fskill-sample-python-helloworld-classes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexa-samples%2Fskill-sample-python-helloworld-classes/lists"}