Developer Tools⭐ Featured Skill
Web Search & Content Fetch
网络搜索与内容抓取
Powerful web search and content extraction tool with domain filtering, keyword search and structured data extraction.
搜索爬虫web抓取api
Install Command
npx openclaw skills install web-searchVersion
2.1.0
Author
openclaw
Updated
Fri Feb 20 2026 00:00:00 GMT+0000 (Coordinated Universal Time)
Source
ClawHub →Features
Use Cases
Installation
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
Energy Industry Examples
# 获取EIA原油库存数据
fetch https://www.eia.gov/petroleum/ --pattern "*inventory*"
# 收集行业分析报告
search "地热发电行业报告 2026" --filetype pdf