← All skills
Tencent SkillHub Β· AI

Alexa

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, commands.md, development.md, smart-home.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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: Enable brand's skill in Alexa app Link account if required "Alexa, discover devices" or Devices β†’ + β†’ Add Device 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

ProblemFix"Device not responding"Check Wi-Fi, verify in Alexa app, re-discoverRoutine doesn't triggerRename trigger phrase, check routine historyWrong device activatesRename devices to be more distinctSkill timeoutCheck 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

SituationReferenceFull command list by categorycommands.mdSmart home protocols, setup, troubleshootingsmart-home.mdBuilding custom skills, Lambda, certificationdevelopment.md

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs
  • SKILL.md Primary doc
  • commands.md Docs
  • development.md Docs
  • smart-home.md Docs