What problem does it solve?
This Skill automates the process of finding and embedding relevant images for articles, presentations, research, or Obsidian notes, saving time and improving visual quality.
Core Features & Use Cases
- Simple Query: Fetches images for a single topic using Google Custom Search API with AI-assisted selection.
- Batch Processing: Executes image searches for multiple terms from a JSON config.
- Config from Terms: Generates JSON search configs from plain terms using an LLM, reducing manual setup.
- Obsidian Enrichment: Inserts image embeds below headings in Obsidian notes and manages attachments.
- Use Case: Enrich a technical article with visuals by automatically sourcing, scoring, and embedding top images.
Quick Start
Run a simple query to fetch 5 images and save them to a local directory:
python3 ~/.claude/skills/google-image-search/scripts/google_image_search.py --query "neural interface wearable" --output-dir ./images --num-results 5