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

  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)

小蔥技能站7w4.net發現了升級外掛。

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