원클릭으로
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