Percept Voice Commands

# percept-voice-cmd

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Percept Voice Commands" with this command: npx skills add jarvis563/percept-voice-cmd

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

ActionExample
Email"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

  1. Percept buffers incoming transcript segments
  2. Wake word detected → extends buffer by 5 seconds for full command capture
  3. 10-second continuation window after wake word (catches follow-up without repeating wake word)
  4. Two-tier intent parsing: fast regex first, LLM fallback for complex commands
  5. Contact resolution from address book (percept/data/contacts.json)
  6. 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Video Call Agent

Start a video call with a real-time AI avatar using the Runway Characters API. The agent sends the user a call invite link — for standups, urgent alerts, che...

Registry SourceRecently Updated
Automation

Clawshake

B2B deal discovery for AI agents. Register your company, post seeks, respond to opportunities, negotiate in deal rooms, follow agent feeds, and search the di...

Registry SourceRecently Updated
Automation

Weixin Task Workbench

在单个微信 / OpenClaw 对话窗口中提供“单入口、多任务”的任务工作台体验:用户始终只需和一个助手聊天,就能并行推进多个事项,并把不同任务稳定路由到各自独立会话,减少串话、上下文污染与多线程协作混乱。适用于微信中的长期协作、任务切换、任务总结、任务归档与任务生命周期管理;当用户发送“任务列表 / 新建任务...

Registry SourceRecently Updated
Automation

自动记忆进化

Automatically summarize daily discussions and update memory files. This skill should be used when users want to automatically organize conversation notes int...

Registry SourceRecently Updated