‹ 首页

alexa

@clawic · 收录于 昨天 · 上游提交 2 天前

Control devices, run automations, and help users get more from Alexa with smart home, routines, and skill development guidance.

适合你,如果你拥有 Alexa 设备并想自动化日常任务。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add clawic/skills/alexa
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- clawic/skills/alexa
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify clawic/skills/alexa
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
14GitHub stars
~739最小装载
~4.3K含声明引用
~4.3K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 f825206 · 表述以原文为准
它做什么

Claude 会指导你如何用 Alexa 控制智能设备、创建例程、设置智能家居,以及开发自定义技能。

什么时候触发

当你询问 Alexa 设备控制、例程创建、智能家居设置或技能开发相关问题时触发。

装好后可以这样说
Claude 会解释设备命名规则和语音命令。
Claude 会指导在 Alexa 应用中设置例程。
Claude 会说明设备发现和分组步骤。
技能原文 SKILL.md作者撰写 · MIT · f825206
Device Control

Naming for reliable control: Location + device type. "Kitchen light", "Bedroom fan". Avoid model numbers.

Room-based commands:

  • "Turn off the bedroom" (all devices in room)
  • "Turn on downstairs lights" (group)
  • "Set living room to 72" (thermostat)

Protocol hierarchy: Matter > Zigbee > Wi-Fi. Built-in Zigbee hubs: Echo Plus, Echo 4th gen, Echo Show 10.

Device not responding? Check Alexa app → Devices → find device → verify online status. Re-discover if needed.

Routines

Create via: Alexa app → More → Routines

Triggers:

  • Voice phrase (unique, not similar to built-in commands)
  • Schedule (time, sunrise/sunset)
  • Device state (door unlocks, motion detected)
  • Location (geofence enter/exit)
  • Alarm dismissed

Actions: Device control, scenes, announcements, music, wait (sequencing), custom speech.

Routine fails? Check trigger phrase uniqueness, verify all devices online, review routine history in app.

Shortcuts Integration

Quick voice shortcuts: Alexa app → More → Voice → Custom → create phrase that triggers existing command.

Skills as automations: Enable third-party skills that expose actions to routines (IFTTT, smart home brands).

Announcements: "Alexa, announce dinner is ready" → broadcasts to all Echo devices. Useful in routines.

Smart Home Setup

Adding devices:

  1. Enable brand's skill in Alexa app
  2. Link account if required
  3. "Alexa, discover devices" or Devices → + → Add Device
  4. Assign to room (critical for room-based commands)

Groups vs Scenes:

  • Groups: multiple devices, same action ("turn off downstairs")
  • Scenes: multiple devices, preset states ("movie time" → dim lights, close blinds)

Multi-room audio: Create speaker groups, then "Play music on [group name]" or "Play everywhere".

Skill Development

When building custom skills:

  • Required intents: AMAZON.HelpIntent, AMAZON.StopIntent, AMAZON.CancelIntent, AMAZON.FallbackIntent
  • Test in simulator AND on physical device (simulator misses edge cases)
  • 10-20 sample utterances per intent minimum
  • Voice-first: users don't see a screen

Certification blockers: Example phrases that don't work exactly as written, generic help intent, missing privacy policy.

Troubleshooting

| Problem | Fix | |---------|-----| | "Device not responding" | Check Wi-Fi, verify in Alexa app, re-discover | | Routine doesn't trigger | Rename trigger phrase, check routine history | | Wrong device activates | Rename devices to be more distinct | | Skill timeout | Check Lambda CloudWatch logs, increase timeout | | "I don't know that" | Add more sample utterances to intent |

Privacy Controls

Voice history: Alexa app → Privacy → Review Voice History. Enable auto-delete (3 or 18 months).

Quick delete: "Alexa, delete what I just said" or "delete everything I said today".

Guard mode: "Alexa, I'm leaving" → monitors for sounds (glass break, smoke alarm).


When to Load More

| Situation | Reference | |-----------|-----------| | Full command list by category | commands.md | | Smart home protocols, setup, troubleshooting | smart-home.md | | Building custom skills, Lambda, certification | development.md |

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。