openclaw - 💡(How to fix) Fix [macOS] microphone recording commands not available on node [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#59012Fetched 2026-04-08 02:29:55
View on GitHub
Comments
0
Participants
1
Timeline
0
Reactions
0
Author
Participants

Code Example

Perms: [accessibility=yes, appleScript=yes, camera=yes, location=yes, microphone=yes, ...]

---

openclaw nodes audio record --node <id> --duration 5s
RAW_BUFFERClick to expand / collapse

问题描述

macOS 节点缺少麦克风录音相关命令。

环境

  • Gateway: OpenClaw 2026.3.31
  • macOS 节点: NightQ的Mac mini, macOS 26.4.0, app v2026.3.31

复现步骤

  1. 查看节点权限: openclaw nodes describe --node "NightQ的Mac mini"
  2. 发现权限中有 microphone=yes
  3. 但命令列表中没有麦克风录制相关的命令

实际行为

节点权限显示:

Perms: [accessibility=yes, appleScript=yes, camera=yes, location=yes, microphone=yes, ...]

但节点命令列表中只有:

  • camera.list
  • canvas.* 系列
  • browser.proxy
  • location.get
  • system.*
  • 缺少 audio.* 或 microphone.* 相关命令

预期行为

根据 macOS 节点的能力,应该支持麦克风录音功能。

附加信息

文档位置: https://docs.openclaw.ai/nodes/camera (音频录制部分)

用户期望能够执行类似以下的命令:

openclaw nodes audio record --node <id> --duration 5s

extent analysis

TL;DR

The macOS node is missing microphone recording commands despite having the microphone=yes permission.

Guidance

  • Review the node's configuration and permissions to ensure that the microphone permission is correctly set and propagated to the command list.
  • Check the OpenClaw documentation (https://docs.openclaw.ai/nodes/camera) for any specific requirements or limitations for audio recording on macOS nodes.
  • Verify that the audio.* or microphone.* commands are not hidden or deprecated, and that the user has the necessary permissions to access them.
  • Consider submitting a feature request or bug report to the OpenClaw developers if the issue persists.

Example

No code snippet is provided as the issue is related to a specific command-line tool and its configuration.

Notes

The issue may be related to a limitation or bug in the OpenClaw Gateway or the macOS node implementation. Further investigation and debugging may be required to resolve the issue.

Recommendation

Apply workaround: The user may need to use alternative methods or tools to achieve microphone recording functionality on the macOS node until the issue is resolved.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING