camera-skill

Check Android camera status and capture photos via a structured tool interface.

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/zeenie-ai/MachinaOS --skill camera-skill-zeenie-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: camera-skill
Source: https://github.com/zeenie-ai/MachinaOS/tree/main/server/skills/android_agent/camera-skill
Command: npx skills add https://github.com/zeenie-ai/MachinaOS --skill camera-skill-zeenie-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual hassle of checking camera capabilities and taking photos by guiding Android camera actions through a structured tool interface.

Core Features & Use Cases

  • Camera Status: Retrieve available cameras and capabilities (front/back, megapixels, flash availability, and video support).
  • Photo Capture: Take a photo and return the saved photo path with capture details.
  • Use Case: Need a quick selfie or a document-style capture? Use the appropriate capture action with parameters to target the front or back camera.

Quick Start

Ask an AI agent to capture a photo using the camera_control tool, then save the resulting photo path for your next workflow step.

Frequently Asked Questions about camera-skill

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

FAQPage Schema
How do I automate Android camera photo capture for my workflow?

Automate Android camera photo capture by using a structured tool interface with an action field. This allows you to take photos and return the saved file path for downstream automation without opening the camera app manually.

How do I check Android camera capabilities like flash and video support?

Check Android camera capabilities by requesting a camera status action. This retrieves available front and back cameras, megapixels, flash availability, and video support details directly through the automation tool interface.

Can I select a specific camera for photo capture in an automation script?

You can select a specific camera for photo capture by passing optional parameters to the camera control tool. This allows your automation script to target either the front or back camera as needed.

What is the best way to capture a document or selfie using AI automation?

The best way to capture a document or selfie using AI automation is to instruct your AI agent to use the camera control tool with the capture action, specifying the appropriate front or back camera parameter.

Does Android camera automation return the saved photo path for subsequent steps?

Android camera automation returns the saved photo path and capture details after taking a photo. This output can be saved and used directly in your next workflow step for processing.