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.
小葱技能7w4.net有完整的技能分类。
This skill allows OpenClaw agents to perform web searches via Google's Custom Search API (PSE).
.env file in your workspace:
GOOGLE_API_KEY=your_key_here
GOOGLE_CSE_ID=your_cx_id_here... (rest of file)
GOOGLE_API_KEY=xxx GOOGLE_CSE_ID=yyy python3 skills/google-search/scripts/search.py "OpenClaw documentation"
这个搜索工具的文档内容基本完整,包含配置说明和使用指南,但细节处理不够完善。主要优点是文档结构清晰、包含了安全注意事项;不足之处是文档中有缺失的链接和格式错误,实用性受到影响。整体质量属于中等偏下水平,适合作为参考文档使用,但距离成为一个完善的AI技能还有改进空间。