Alexa Skill Manager for Openclaw

A comprehensive framework for controlling smart home devices, designing automated routines, and building custom Alexa skills.

ivangdavila
v1.0.0
Feb 13, 2026
3
1.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install alexa

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install alexa using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Alexa Skill Manager?

The Alexa skill empowers users and developers to command a vast ecosystem of IoT devices through a structured protocol hierarchy including Matter, Zigbee, and Wi-Fi. By utilizing Openclaw Skills, you can implement precise room-based commands, manage complex device groups, and ensure high reliability in home automation.

Beyond basic control, this skill provides the technical foundation for creating custom voice-first experiences. It bridges the gap between AI agents and physical hardware, offering a systematic approach to intent development, certification requirements, and advanced privacy management.

Alexa Skill Manager Use Cases

  • Orchestrating smart home devices using location-based grouping for reliable room control.
  • Creating multi-stage automation routines triggered by voice, schedule, or device state changes.
  • Developing custom Alexa skills with compliant intent structures and sample utterances.
  • Managing home security via Guard mode and auditing voice history for privacy compliance.

How Alexa Skill Manager Works

  1. Organize devices using a Location + Type naming convention to ensure high discovery accuracy.
  2. Establish connectivity through the protocol hierarchy, prioritizing Matter and Zigbee for stability.
  3. Configure triggers in the Alexa app, ranging from geofencing to specific voice phrases.
  4. Map actions such as device states, announcements, or sequenced waits to defined triggers.
  5. Monitor execution through routine history and troubleshoot issues using CloudWatch logs for Lambda-based skills.

Alexa Skill Manager Setup

To integrate this skill with your environment, follow these steps:

  1. Enable the relevant manufacturer skill in the Alexa app and link your accounts.
  2. Execute device discovery:
# Trigger device discovery via voice or app
alexa discover devices
  1. Assign devices to specific rooms to enable room-aware commands.
  2. For developers, initialize your local environment for Lambda deployment:
# Check logs for skill timeout issues
aws logs get-log-events --log-group-name /aws/lambda/your-skill-function

Alexa Skill Manager Data Schema & Taxonomy

The skill organizes data based on device hierarchy and interaction history:

Component Data Type Description
Device Registry Entity Map Links device names to locations and protocol types
Intent Schema JSON Defines required intents like AMAZON.HelpIntent and StopIntent
Routine Logic Workflow Stores trigger-action sequences and routine history
Privacy Logs Temporal Data Records voice interactions with auto-delete configurations

Alexa Skill Manager Advanced Features

  • Support for custom shortcuts that map unique voice phrases to complex existing commands.
  • Multi-room audio synchronization across Echo speaker groups.
  • Geofencing integration for automated routines based on entering or exiting physical locations.
  • Advanced troubleshooting via Lambda CloudWatch logs for debugging custom skill timeouts.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*