{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/percept-voice-cmd",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=percept-voice-cmd",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/percept-voice-cmd",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "percept-voice-cmd",
        "body": "Voice command detection and action execution for OpenClaw agents."
      },
      {
        "title": "What it does",
        "body": "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."
      },
      {
        "title": "When to use",
        "body": "User says a wake word (\"Hey Jarvis\", \"take notes\", or custom)\nUser wants hands-free control of their agent\nUser asks to set up voice commands or wake words"
      },
      {
        "title": "Requirements",
        "body": "percept-listen skill installed and running\nOpenClaw agent accessible via CLI"
      },
      {
        "title": "Supported actions",
        "body": "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"
      },
      {
        "title": "Wake word configuration",
        "body": "Default wake words: hey jarvis, take notes, send an email\n\nConfigure via Percept dashboard (port 8960) → Settings → Wake Words, or directly in the database."
      },
      {
        "title": "How it works",
        "body": "Percept buffers incoming transcript segments\nWake word detected → extends buffer by 5 seconds for full command capture\n10-second continuation window after wake word (catches follow-up without repeating wake word)\nTwo-tier intent parsing: fast regex first, LLM fallback for complex commands\nContact resolution from address book (percept/data/contacts.json)\nCommand dispatched to OpenClaw CLI for execution"
      },
      {
        "title": "Speaker authorization",
        "body": "Only approved speakers can trigger voice commands. Configure in:\n\npercept/data/speakers.json — map speaker IDs to names\nDashboard → Settings → Speakers → toggle approved/owner\n\nUnapproved speakers are logged but commands are not executed."
      },
      {
        "title": "Links",
        "body": "GitHub: https://github.com/GetPercept/percept"
      }
    ],
    "body": "percept-voice-cmd\n\nVoice command detection and action execution for OpenClaw agents.\n\nWhat it does\n\nDetects 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.\n\nWhen to use\nUser says a wake word (\"Hey Jarvis\", \"take notes\", or custom)\nUser wants hands-free control of their agent\nUser asks to set up voice commands or wake words\nRequirements\npercept-listen skill installed and running\nOpenClaw agent accessible via CLI\nSupported actions\nAction\tExample\nEmail\t\"Hey Jarvis, email Rob saying the report is ready\"\nText\t\"Hey Jarvis, text David that I'm running late\"\nReminder\t\"Hey Jarvis, remind me in 30 minutes to call the dentist\"\nSearch\t\"Hey Jarvis, look up the weather in San Francisco\"\nCalendar\t\"Hey Jarvis, what's on my calendar today?\"\nNote\t\"Hey Jarvis, take a note that the server password changed\"\nGeneral\t\"Hey Jarvis, [anything]\" → forwarded to OpenClaw\nWake word configuration\n\nDefault wake words: hey jarvis, take notes, send an email\n\nConfigure via Percept dashboard (port 8960) → Settings → Wake Words, or directly in the database.\n\nHow it works\nPercept buffers incoming transcript segments\nWake word detected → extends buffer by 5 seconds for full command capture\n10-second continuation window after wake word (catches follow-up without repeating wake word)\nTwo-tier intent parsing: fast regex first, LLM fallback for complex commands\nContact resolution from address book (percept/data/contacts.json)\nCommand dispatched to OpenClaw CLI for execution\nSpeaker authorization\n\nOnly approved speakers can trigger voice commands. Configure in:\n\npercept/data/speakers.json — map speaker IDs to names\nDashboard → Settings → Speakers → toggle approved/owner\n\nUnapproved speakers are logged but commands are not executed.\n\nLinks\nGitHub: https://github.com/GetPercept/percept"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jarvis563/percept-voice-cmd",
    "publisherUrl": "https://clawhub.ai/jarvis563/percept-voice-cmd",
    "owner": "jarvis563",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}