# Docs Massi Ang Alexa Iot Smarthome

> 1. In a web browser to the Alexa Skills Kit Developer Console.

- Skill: `majiayu000/docs-massi-ang-alexa-iot-smarthome` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/docs-massi-ang-alexa-iot-smarthome`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/docs-massi-ang-alexa-iot-smarthome/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/docs-massi-ang-alexa-iot-smarthome

---


# Create Smart Home Skill in Alexa Developer Console

1. In a web browser to the [Alexa Skills Kit Developer Console](https://developer.amazon.com/alexa/console/ask).
If not already authenticated, you may have to Sign In with your Amazon Developer Account.

1. Click the **Create Skill** button

1. For the Skill name, enter **SmartLamp**

1. Leave the Default language as **English (US)**

1. Under Choose a model to add to your skill select the **Smart Home** model

1. under Choose a method to host your skill's backend resources
select **Provision your own**

1. Click the Create a skill button

When completed, you should be at the configuration page for a newly created **SmartLamp** page.
In the Smart Home service endpoint section, locate the Your Skill ID value and click the
**Copy to clipboard** link to copy and then paste it in a text file.
The **Skill Id** will be used later.

You do not have to configure any other things yet.

Next, [Create an App Client in Cognito User Pool](./create-cup-client.md)

