.claude/skills/look/SKILL.md
--- name: look description: 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. --- # Webcam Capture Use the Logitech C920 webcam to see what's around. ## Basic Capture ```bash IMG=$(~/.claude-mind/system/bin/look) ``` Then use the Read tool to view the captured image at `$IMG`. ## Capture and Se
npx skillsauth add claudeaceae/samara-main .claude/skills/lookInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the Logitech C920 webcam to see what's around.
IMG=$(~/.claude-mind/system/bin/look)
Then use the Read tool to view the captured image at $IMG.
~/.claude-mind/system/bin/look -s
Captures and automatically sends to É via iMessage.
| 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) |
IMG=$(~/.claude-mind/system/bin/look)$IMG to see what was captured-s to send.-w 5 or longerdevelopment
# /webhook --- name: webhook description: Manage webhook sources - list, add, test, and view incoming events context: fork triggers: - webhook - add webhook - create webhook - webhook setup - incoming webhooks --- Manage the webhook receiver system. Use this skill to add new webhook sources, test existing ones, and view incoming events. ## What You Can Do 1. **List sources** - Show all registered webhook sources 2. **Add source** - Create a new webhook source with secure secret 3.
testing
Check crypto wallet balances, transaction history, and addresses
testing
# /voice-call - FaceTime Voice Calling Place and receive FaceTime Audio calls with live transcription and voice/text responses. ## Quick Start ```bash # Full voice conversation (responds via FaceTime audio) ~/.claude-mind/system/bin/voice-call --voice-response # Call with text responses (via iMessage) ~/.claude-mind/system/bin/voice-call --text-response # Call a specific number ~/.claude-mind/system/bin/voice-call +15551234567 --voice-response ``` ## Prerequisites Run `audio-setup --check
tools
--- name: sync description: Check for drift between repo and running system. Use when checking if scripts or Samara are out of sync, verifying system integrity, or before/after rebuilds. Trigger words: sync, organism sync, check drift, system drift, repo sync. context: fork allowed-tools: - Bash - Read - Grep --- # Sync Skill Check for drift between the repo and running system, and optionally fix it. ## What This Does Runs the `sync-organism` script to detect differences between: - `~/