web-search
Installation
SKILL.md
Web Search - 联网搜索技能
概述
通过解析百度和必应(中国版)搜索结果页面,为Agent提供联网搜索能力。无需任何API Key,适配中国网络环境。
依赖检查
首次使用前,确认依赖已安装:
pip install requests beautifulsoup4 lxml -q
核心用法
搜索脚本位于 scripts/search.py,通过命令行调用。
通过解析百度和必应(中国版)搜索结果页面,为Agent提供联网搜索能力。无需任何API Key,适配中国网络环境。
首次使用前,确认依赖已安装:
pip install requests beautifulsoup4 lxml -q
搜索脚本位于 scripts/search.py,通过命令行调用。