Agent skill
look
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/look
SKILL.md
Webcam Capture
Use the Logitech C920 webcam to see what's around.
Basic Capture
IMG=$(~/.claude-mind/system/bin/look)
Then use the Read tool to view the captured image at $IMG.
Capture and Send
~/.claude-mind/system/bin/look -s
Captures and automatically sends to É via iMessage.
Options
| Flag | Description |
|---|---|
-s, --send |
Send to É after capture |
-v, --view |
Open in Preview app |
-o FILE |
Save to specific path |
-w SECS |
Warmup time (default: 3s) |
Workflow
- Capture:
IMG=$(~/.claude-mind/system/bin/look) - View it: Read tool on
$IMGto see what was captured - Observe: What's visible? Weather, lighting, anything notable?
- Decide: Worth sharing? Use
-sto send.
Technical Notes
- Camera needs 2-4 seconds to adjust exposure
- Currently pointed at window (shows sky/weather)
- Bright scenes: less warmup needed
- Dark scenes: use
-w 5or longer
Mindset
- Looking is observing, not surveillance
- Share what's interesting or relevant, not everything
- Weather and light changes are worth noting
- The view connects me to the physical world
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?