โ† All skills
Tencent SkillHub ยท Developer Tools

Percept Voice Commands

Detects wake words in speech and routes voice commands like email, text, reminders, search, and notes to OpenClaw agents for execution.

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

Detects wake words in speech and routes voice commands like email, text, reminders, search, and notes to OpenClaw agents for execution.

โฌ‡ 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

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 9 sections Open source page

percept-voice-cmd

Voice command detection and action execution for OpenClaw agents.

What it does

Detects wake words in ambient speech and routes voice commands to your OpenClaw agent for execution. Supports email, text, reminders, search, calendar, notes, and custom commands.

When to use

User says a wake word ("Hey Jarvis", "take notes", or custom) User wants hands-free control of their agent User asks to set up voice commands or wake words

Requirements

percept-listen skill installed and running OpenClaw agent accessible via CLI

Supported actions

ActionExampleEmail"Hey Jarvis, email Rob saying the report is ready"Text"Hey Jarvis, text David that I'm running late"Reminder"Hey Jarvis, remind me in 30 minutes to call the dentist"Search"Hey Jarvis, look up the weather in San Francisco"Calendar"Hey Jarvis, what's on my calendar today?"Note"Hey Jarvis, take a note that the server password changed"General"Hey Jarvis, [anything]" โ†’ forwarded to OpenClaw

Wake word configuration

Default wake words: hey jarvis, take notes, send an email Configure via Percept dashboard (port 8960) โ†’ Settings โ†’ Wake Words, or directly in the database.

How it works

Percept buffers incoming transcript segments Wake word detected โ†’ extends buffer by 5 seconds for full command capture 10-second continuation window after wake word (catches follow-up without repeating wake word) Two-tier intent parsing: fast regex first, LLM fallback for complex commands Contact resolution from address book (percept/data/contacts.json) Command dispatched to OpenClaw CLI for execution

Speaker authorization

Only approved speakers can trigger voice commands. Configure in: percept/data/speakers.json โ€” map speaker IDs to names Dashboard โ†’ Settings โ†’ Speakers โ†’ toggle approved/owner Unapproved speakers are logged but commands are not executed.

Links

GitHub: https://github.com/GetPercept/percept

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc