camera-capture

A placeholder for taking pictures with a device camera; camera capture is not currently available on the device or connected node.

In plain words
What is it for?
Use it only when a camera-capable companion device is connected and the user grants permission to capture or list cameras.
Why use it?
It prevents the agent from treating planned camera functions as available when the required hardware, permission, or camera connection is missing.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ap3x-dev/ag3nt/camera-capture
Any agent
npx skills add AP3X-Dev/AG3NT --skill camera-capture
Clone the repo
git clone --depth 1 https://github.com/AP3X-Dev/AG3NT

Made for: Claude Code, Codex.

Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 445 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00021 $0.00445
Opus 5 $0.00010 $0.00222
Sonnet 5 $0.00004 $0.00089
Haiku 4.5 $0.00002 $0.00044

Measured 2d ago against content hash 35321412aa67, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

camera-capture scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/camera-capture/SKILL.md · 78 lines

What it actually says

Camera Capture Skill

⚠️ Stub Skill: This is a placeholder for future camera functionality.

Current Status

Camera capture is not available on this device/node. This skill is a stub marking a future expansion point for the multi-node architecture.

When Camera Will Be Supported

Camera functionality will be implemented when:

  1. A companion node with camera capability is connected
  2. The user explicitly grants camera permissions
  3. The device has an accessible camera API

Planned Features

Capture Image

Capture a single image from the default camera.

Not implemented - returns "Camera not available on this device"

List Cameras

List available camera devices.

Not implemented - returns "Camera not available on this device"

Multi-Node Architecture

In the future, camera requests can be routed to a companion node (e.g., a phone or Raspberry Pi with camera) using the node_capability: camera metadata.

Example routing flow:

  1. User says "take a photo"
  2. Gateway checks for nodes with camera capability
  3. If found, routes request to that node
  4. Node captures image and returns it

Notes

  • Camera access requires user consent
  • Images should be stored with proper privacy controls
  • Consider thumbnail generation for previews
  • Support for both front and back cameras (on mobile devices)
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 78 lines · 21 tokens per session scan A 35321412aa67

Subscribe to this mod's changes

camera-capture is a skill published in the GitHub repository AP3X-Dev/AG3NT (9 stars, last pushed 3mo ago), licensed MIT. It adds 21 tokens to every session and 445 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.