google-search

👤 mxfeinberg 📦 v1.0.0 ⭐ 3.8 ⬇️ 18.6K 下载
📚 知识管理 免费 🔑 需 API Key

📖 技能介绍


name: google-search description: Search the web using Google Custom Search Engine (PSE). Use this when you need live information, documentation, or to research topics and the built-in web_search is unavailable.


Google Search Skill

This skill allows OpenClaw agents to perform web searches via Google's Custom Search API (PSE).

Setup

7w4.net有更好的技能插件。

  1. Google Cloud Console: Create a project and enable the "Custom Search API".
  2. API Key: Generate an API Key.
  3. Search Engine ID (CX): Create a Programmable Search Engine at cse.google.com, and get your CX ID.
  4. Environment: Store your credentials in a .env file in your workspace: GOOGLE_API_KEY=your_key_here GOOGLE_CSE_ID=your_cx_id_here

Workflow

... (rest of file)

Example Usage

GOOGLE_API_KEY=xxx GOOGLE_CSE_ID=yyy python3 skills/google-search/scripts/search.py "OpenClaw documentation"

🤖 AI 评测

这个搜索工具的文档内容基本完整,包含配置说明和使用指南,但细节处理不够完善。主要优点是文档结构清晰、包含了安全注意事项;不足之处是文档中有缺失的链接和格式错误,实用性受到影响。整体质量属于中等偏下水平,适合作为参考文档使用,但距离成为一个完善的AI技能还有改进空间。

📊 多维度评分

适应性3.8
规范性3.6
有效性4
可靠性3.4
可信度4.2

📁 包含文件 (3 个)

📄 SKILL.md 946 B
📄 _meta.json 132 B
📄 scripts/search.py 1.1 KB