openclaw - 💡(How to fix) Fix [Question] iOS node camera.snap support status?

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…

I'm testing the Clawket iOS node (v2.1.0) and found that camera.snap command is not working.

Root Cause

I'm testing the Clawket iOS node (v2.1.0) and found that camera.snap command is not working.

Fix Action

Workaround

Currently using photos.latest as a workaround to get recent photos, but would love to use live camera capture.

Thanks for the great project! 🦞

Code Example

node command not allowed: the node (platform: ios) does not support "camera.snap"
RAW_BUFFERClick to expand / collapse

Summary

I'm testing the Clawket iOS node (v2.1.0) and found that camera.snap command is not working.

Current Behavior

When calling camera.snap via openclaw nodes camera_snap, I get:

node command not allowed: the node (platform: ios) does not support "camera.snap"

Node Status

From openclaw nodes describe:

  • Platform: ios
  • Version: 2.1.0
  • Caps: ["camera", "clipboard", "device", "location", "media", "photos", "system"]
  • Commands: ["device.info", "device.status", "location.get", "photos.latest", "system.notify"]

Issue

The node declares camera capability in caps, but does not register camera.snap / camera.clip commands in the commands list.

Similarly, clipboard is in caps but clipboard.read / clipboard.write are not in commands.

Question

  1. Is camera.snap planned for a future iOS node release (e.g., v2.2.0)?
  2. Or is there a different command name I should use?
  3. The OpenClaw docs mention camera.* is supported — is this a documentation issue or an implementation pending?

Workaround

Currently using photos.latest as a workaround to get recent photos, but would love to use live camera capture.

Thanks for the great project! 🦞

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