Claude-skill-registry look
Capture image from webcam and optionally view or send it. Use when wanting to see surroundings, take a photo, check what's visible, or share a view with collaborator. Trigger words: look, see, webcam, camera, photo, capture, what's around, show me.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/look" ~/.claude/skills/majiayu000-claude-skill-registry-look && rm -rf "$T"
manifest:
skills/data/look/SKILL.mdsource content
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 |
|---|---|
| Send to É after capture |
| Open in Preview app |
| Save to specific path |
| Warmup time (default: 3s) |
Workflow
- Capture:
IMG=$(~/.claude-mind/system/bin/look) - View it: Read tool on
to see what was captured$IMG - Observe: What's visible? Weather, lighting, anything notable?
- Decide: Worth sharing? Use
to send.-s
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
or longer-w 5
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