技能 google-image-api-skill
🖼️

google-image-api-skill

低风险 ⚡ 包含脚本🌐 网络访问🔑 环境变量

使用国家和语言过滤功能提取 Google 图片数据

手动进行图片研究效率低且结果不一致。此技能可自动从 Google 图片提取结构化元数据,包括标题、缩略图、来源 Logo 和点击链接,并按国家和语言进行过滤。

支持: Claude Codex Code(CC)
📊 69 充足
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“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

安全审计

低风险
v1 • 4/28/2026

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.

2
已扫描文件
213
分析行数
7
发现项
1
审计总数

高风险问题 (1)

Environment Variable Access Pattern
The skill reads BROWSERACT_API_KEY from environment. This is legitimate credential handling for API authentication - the key is only used to authenticate with BrowserAct service, not exfiltrated.
中风险问题 (2)
Documentation Contains Command Examples
SKILL.md contains bash command examples with backtick syntax for formatting. The static analyzer detects backticks as shell execution patterns, but these are markdown formatting, not actual code execution.
Network Requests to External API
The skill makes HTTP requests to api.browseract.com. This is legitimate API integration for Google Images data extraction - the network access is necessary for the skill's core functionality.
低风险问题 (1)
Hardcoded API URLs
The script contains hardcoded API base URL and workflow template ID. These are configuration constants for the BrowserAct service, not sensitive credentials.
审计者: claude

质量评分

45
架构
100
可维护性
87
内容
50
社区
68
安全
83
规范符合性

你能构建什么

市场研究与竞品分析

从不同国家提取产品图片和视觉趋势,了解竞品在各本地市场中的呈现方式。

创意团队视觉内容采集

在多个地区按特定关键词查找和收集图片,支持设计和内容创作工作流程。

SEO 关键词可视化追踪

检查不同国家目标关键词的图片排名情况,为 SEO 和内容策略提供参考。

试试这些提示

基础图片搜索
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.

最佳实践

  • 运行技能前将 BROWSERACT_API_KEY 设置为环境变量
  • 先使用默认参数(5 次滚动,50 个结果),再根据需要调整以处理更大数据集
  • 首先检查'无效授权'错误 - 这表示 API 密钥已过期或无效

避免

  • 不要同时运行多个图片提取任务 - 脚本会轮询完成状态,可能产生冲突
  • 不要忽略超时错误 - 如果任务耗时超过 5 分钟,请检查 BrowserAct 仪表板
  • 不要跳过 API 密钥验证 - 技能在未进行正确身份验证时会静默失败

常见问题

如何获取 BrowserAct API 密钥?
访问 https://www.browseract.com/reception/integrations 并复制您的 API 密钥。运行技能前将其设置为 BROWSERACT_API_KEY 环境变量。
为什么任务耗时这么久?
脚本使用自动化浏览器操作,可能需要几分钟。执行期间脚本将持续输出状态日志,如'[14:30:05] 任务状态:运行中'。
支持哪些国家?
支持的国家代码包括 us、gb、ca、au、de、fr、es、jp 和 kr。使用 country 参数按地区过滤结果。
支持哪些语言?
支持的语言包括 en(英语)、zh-CN(简体中文)、zh-TW(繁体中文)、ja(日语)、ko(韩语)、fr(法语)、de(德语)和 es(西班牙语)。
提取会返回哪些数据?
结果包含 is_product 标志、点击链接、标题、source_logo URL、来源网站名称、thumbnail URL、related_content_id 和结果索引。
如何处理 API 密钥错误?
如果输出中出现'无效授权',请勿重试。请引导用户前往 https://www.browseract.com/reception/integrations 检查其 BrowserAct API 密钥。