ワンクリックで
camera-capture
Capture images from device camera. Currently a placeholder - camera support depends on device capabilities.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Capture images from device camera. Currently a placeholder - camera support depends on device capabilities.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Launch applications, open URLs in browser, and list running processes. Requires approval for launching applications.
Generate a daily briefing summary for the user
Structured multi-step reasoning tool for complex problem solving with branching, hypothesis testing, and evidence tracking.
A minimal example skill that demonstrates the AG3NT SKILL.md format and contract.
Open files with default applications, reveal files in explorer/finder, and search for files on the system. Requires approval for operations outside workspace.
Periodic system check for proactive updates and reminders
| name | camera-capture |
| description | Capture images from device camera. Currently a placeholder - camera support depends on device capabilities. |
| version | 1.0.0 |
| tags | ["camera","device","multimedia"] |
| triggers | ["take a photo","capture image","use camera","take picture"] |
| entrypoints | {"capture":{"description":"Capture an image from the default camera (not implemented)"},"list":{"description":"List available cameras (not implemented)"}} |
| required_permissions | ["camera"] |
| license | MIT |
| compatibility | AG3NT 1.x |
| metadata | {"author":"ag3nt-team","category":"device-integration","node_capability":"camera","status":"stub"} |
⚠️ Stub Skill: This is a placeholder for future camera functionality.
Camera capture is not available on this device/node. This skill is a stub marking a future expansion point for the multi-node architecture.
Camera functionality will be implemented when:
Capture a single image from the default camera.
Not implemented - returns "Camera not available on this device"
List available camera devices.
Not implemented - returns "Camera not available on this device"
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:
camera capability