# Send Percept Voice Commands to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "percept-voice-cmd",
    "name": "Percept Voice Commands",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jarvis563/percept-voice-cmd",
    "canonicalUrl": "https://clawhub.ai/jarvis563/percept-voice-cmd",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/percept-voice-cmd",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=percept-voice-cmd",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/percept-voice-cmd"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/percept-voice-cmd",
    "downloadUrl": "https://openagent3.xyz/downloads/percept-voice-cmd",
    "agentUrl": "https://openagent3.xyz/skills/percept-voice-cmd/agent",
    "manifestUrl": "https://openagent3.xyz/skills/percept-voice-cmd/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/percept-voice-cmd/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jarvis563
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/percept-voice-cmd)
- [Send to Agent page](https://openagent3.xyz/skills/percept-voice-cmd/agent)
- [JSON manifest](https://openagent3.xyz/skills/percept-voice-cmd/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/percept-voice-cmd/agent.md)
- [Download page](https://openagent3.xyz/downloads/percept-voice-cmd)