camera-capture

Capture a single image from the device's default camera.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AP3X-Dev/AGENT --skill camera-capture-ap3x-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: camera-capture
Source: https://github.com/AP3X-Dev/AGENT/tree/main/skills/camera-capture
Command: npx skills add https://github.com/AP3X-Dev/AGENT --skill camera-capture-ap3x-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill outlines the capability to capture images from a device camera, but it is currently a placeholder and not implemented on this node.

Core Features & Use Cases

  • Planned camera capture: capture a single image from the default camera when enabled.
  • Camera discovery and permission prompts: upon a future companion node or device with camera.
  • Privacy and consent guidance: ensures user consent is obtained before capturing.

Quick Start

This Skill is a stub and has no runtime actions yet. When camera support is available on a connected device, use a voice or text command to trigger capture.

Frequently Asked Questions about camera-capture

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture an image from my device camera?

To capture an image from a device camera, you trigger the capture via voice or text command once camera support is enabled on the node. This Skill applies to devices with camera hardware and requires camera permission to execute successfully.

What is camera capture and how does it work with companion nodes?

Camera capture takes a single image from a device's default camera. In a multi-node setup, it routes the capture request to a camera-enabled companion node, provided the device has camera hardware and granted permissions.

Do I need camera permissions to capture images on my device?

Yes, you need explicit camera permission to capture images. The Skill ensures user consent and privacy guidance are handled before attempting to access the device hardware for image capture.

Why is my camera capture not working on this node?

Camera capture is not working because this Skill is currently a placeholder stub with no runtime actions. It awaits future integration with node_capability: camera to enable execution on compatible hardware.

Can I use this camera capture feature with a multi-node setup?

Yes, you can use camera capture in a multi-node setup. When triggered, the request may route to a connected companion node that has camera hardware support and the necessary permissions enabled.

What hardware do I need to capture images from my device?

You need a device with default camera hardware to capture images. The Skill requires camera support to be available on the device or a connected companion node, along with defined entrypoints for execution.