开发者工具⭐ 精选技能
网络搜索与内容抓取
Web Search & Content Fetch
强大的网络搜索和网页内容抓取工具,支持指定域名、关键词过滤和结构化数据提取。
搜索爬虫web抓取api
安装命令
npx openclaw skills install web-search功能特点
适用场景
安装命令
npx openclaw skills install web-search
使用示例
# 搜索最新石油价格新闻
search "oil price 2026" --site reuters.com --limit 5
# 获取网页内容
fetch https://example.com/energy-report --format markdown
# 从页面提取表格数据
fetch https://example.com/prices --table --format json
能源行业应用示例
# 获取EIA原油库存数据
fetch https://www.eia.gov/petroleum/ --pattern "*inventory*"
# 收集行业分析报告
search "地热发电行业报告 2026" --filetype pdf