google-image-api-skill
Extract Google Images data with country and language filtering
Manual image research is slow and inconsistent. This skill automates Google Images data extraction with structured metadata including titles, thumbnails, source logos, and click-through URLs, filtered by country and language.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“google-image-api-skill”。 Search for 'electric vehicles' in Japan and show me the top 20 results
预期结果:
Found 20 image results for 'electric vehicles' in Japan (country: jp, language: ja):
1. Tesla Model 3 Charging - thumbnail available, source: tesla.com
2. BYD Electric SUV - thumbnail available, source: byd.com
3. Nissan Leaf 2024 - thumbnail available, source: nissan.co.jp
Total results: 20 | Products detected: 12 | Click-through links: Available
正在使用“google-image-api-skill”。 Extract competitor product images for 'running shoes' from US and UK markets
预期结果:
Extracted competitor visual data for 'running shoes':
US Market (country: us):
- Nike Air Zoom (product listing detected)
- Adidas Ultraboost (product listing detected)
- New Balance Fresh Foam
UK Market (country: gb):
- Nike Air Max (product listing detected)
- Asics Gel-Kayano
- Under Armour HOVR
Total competitors tracked: 6 | Product listings: 4
安全审计
低风险Static analysis flagged 76 potential issues, but after semantic evaluation, all are false positives. The skill makes legitimate API calls to BrowserAct (api.browseract.com) to extract Google Images data. Environment access (BROWSERACT_API_KEY) is for authentication only, not exfiltration. External command detections in SKILL.md are markdown formatting syntax, not actual shell execution. No malicious intent detected.
高风险问题 (1)
中风险问题 (2)
低风险问题 (1)
风险因素
质量评分
你能构建什么
Market research and competitor analysis
Extract product images and visual trends from different countries to understand how competitors appear in local markets.
Visual content sourcing for creative teams
Find and gather images for specific keywords across multiple regions to support design and content creation workflows.
SEO keyword visualization tracking
Check what images rank for target keywords in different countries to inform SEO and content strategy.
试试这些提示
Search Google Images for [keyword] and give me the results with titles and source links
Find images for [keyword] in Japan (country: jp) and show me the results in Japanese
Extract image data for [brand name] products from US and UK markets. I want to see thumbnails, titles, and click-through links for product listings.
Search for [topic] images across US, Germany, France, and Japan. Return structured data with thumbnails, titles, and source logos. Extract up to 50 results per country.
最佳实践
- Set BROWSERACT_API_KEY as an environment variable before running the skill
- Start with default parameters (5 scrolls, 50 results) before adjusting for larger datasets
- Check for 'Invalid authorization' errors first - they indicate expired or invalid API keys
避免
- Do not run multiple image extraction tasks simultaneously - the script polls for completion and may conflict
- Do not ignore timeout errors - if the task takes longer than 5 minutes, check your BrowserAct dashboard
- Do not skip API key validation - the skill will fail silently without proper authentication