.claude/skills/photos/SKILL.md
Search, summarize, and analyze Apple Photos metadata through local scripts in this repo. Use when requests include phrases like "show me photos from...", "find photos with...", "what photos...", "photos today", "recent photos", "photo stats", or similar queries about people, places, dates, favorites, and photo library summaries.
npx skillsauth add claudeaceae/samara-main photos-integrationInstall 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 this skill to fetch Apple Photos metadata through osxphotos wrappers.
bin/photo-search for targeted searches.bin/photos-today for a short recent-activity summary.bin/photos-stats for whole-library overview metrics.bin/photo-search when the user asks for filtered results.bin/photos-today when the user asks what they photographed today or over the last N days.bin/photos-stats when the user asks for totals, date range, top keywords/people/places, or recent additions.bin/photo-search --keyword "beach" --person "Erik" --from 2026-02-01 --to 2026-02-21 --place "Brooklyn" --favorite --limit 20 --format json
bin/photos-today --days 7
bin/photos-stats
photo-search output in JSON unless the user asks for table-style output.development
# /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: - `~/