← 返回 Skills 市场
ivangdavila

Alexa

作者 Iván · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1069
总下载
3
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install alexa
功能描述
Control devices, run automations, and help users get more from Alexa with smart home, routines, and skill development guidance.
使用说明 (SKILL.md)

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
安全使用建议
This package is purely documentation about Alexa usage and skill development — it will only provide advice, not actually control your devices. That is consistent with the lack of code, install steps, and credentials. Before installing or relying on this skill: (1) understand it won't integrate with your Amazon account or devices unless you separately configure a real Alexa integration (which normally requires OAuth/account linking and explicit tokens), (2) if you need a skill that actually controls devices, prefer official Amazon/Alexa integrations or examine any skill that requests tokens/credentials or downloads code very carefully, and (3) note that the package lists no homepage and an unknown source owner; that reduces provenance (but does not make this documentation malicious). If you want direct device control, look for a skill that documents account-linking endpoints, required credentials, and a clear install mechanism from a trusted publisher.
功能分析
Type: OpenClaw Skill Name: alexa Version: 1.0.0 This skill bundle consists entirely of informational markdown files and standard metadata. The content provides comprehensive documentation on using and developing for Alexa, including device control, routines, smart home setup, and skill development. While `development.md` contains JavaScript code snippets, these are illustrative examples for building *other* Alexa skills and are not executed by the OpenClaw agent as part of *this* skill bundle. There is no evidence of prompt injection attempts, malicious code execution, data exfiltration, persistence mechanisms, or any other harmful behavior. The content is purely educational and aligned with its stated purpose.
能力评估
Purpose & Capability
Name and description promise device control and automation guidance, but the package is instruction-only (no code, no install, no credentials). That means the skill can only provide advice and documentation to the user/agent rather than act as an integrated Alexa controller. This is coherent but the distinction (advice vs direct control) should be clear to users.
Instruction Scope
SKILL.md, commands.md, development.md, and smart-home.md contain procedural documentation and best practices for Alexa, routines, and skill development. The instructions do not direct the agent to read local files, access environment variables, contact hidden endpoints, or exfiltrate data. No vague 'gather whatever context you need' directives are present.
Install Mechanism
No install spec and no code files — lowest-risk model. Nothing will be downloaded or written to disk by the skill package itself.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate to its role as documentation-only guidance.
Persistence & Privilege
always:false (default) and model invocation enabled are normal. The skill does not request permanent presence or elevated privileges, nor does it attempt to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install alexa
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /alexa 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug alexa
版本 1.0.0
许可证
累计安装 5
当前安装数 5
历史版本数 1
常见问题

Alexa 是什么?

Control devices, run automations, and help users get more from Alexa with smart home, routines, and skill development guidance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1069 次。

如何安装 Alexa?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install alexa」即可一键安装,无需额外配置。

Alexa 是免费的吗?

是的,Alexa 完全免费(开源免费),可自由下载、安装和使用。

Alexa 支持哪些平台?

Alexa 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Alexa?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论