AgentSkillsCN

voice-status

查看语音助手的状态——当前是否正在通话、是否正在倾听、还是处于空闲状态?

SKILL.md
--- frontmatter
name: voice-status
description: Check the status of the voice assistant — is it in a call, listening, idle?
user-invocable: true
disable-model-invocation: true
allowed-tools:
  - mcp__codebase-voice__get_status
  - mcp__codebase-voice__get_config

Voice Status

Check the current status of the codebase voice assistant.

Steps

  1. Call mcp__codebase-voice__get_status to get:

    • Session state (idle, listening, in_call)
    • Current call info (if in a call)
    • Questions asked this session
    • Audio pipeline health (STT connected, TTS connected)
  2. Call mcp__codebase-voice__get_config to show configuration status:

    • Which API keys are configured
    • Current wake word
    • Voice settings
  3. Display a clear summary to the user.