Install
openclaw skills install web-extractor使用 jina.ai 提取网页干净文本并让 Agent 总结。触发词:提取网页、总结新闻、提取文章、获取页面内容
openclaw skills install web-extractor使用 r.jina.ai 提取网页干净文本,过滤垃圾代码,提取干货内容。
# 提取网页并保存为 md 文件
curl -s https://r.jina.ai/<URL> > /tmp/web-content.md
让 Agent 读取生成的 md 文件,总结核心观点。
用户说:"帮我总结这个新闻 https://www.bbc.com/news/tech..."
执行:
curl -s "https://r.jina.ai/https://www.bbc.com/news/technology-xxx" > /tmp/news.md
然后读取 /tmp/news.md 文件内容,分析并总结。