Install
openclaw skills install adaptive-web-analyzerClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
通过指定接口获取网页内容,自适应抓取解析关键文本,并使用大模型进行智能梳理总结
openclaw skills install adaptive-web-analyzer当用户需要获取网页内容并进行智能分析时,本技能将:
用户输入包含以下意图时触发:
使用以下策略提取关键文本:
提取的文本按以下维度组织:
将结构化文本发送给LLM,执行以下分析:
返回包含以下字段的JSON/Markdown报告:
{
"source_url": "原始链接",
"fetch_time": "抓取时间",
"content_stats": {
"total_chars": "总字符数",
"extracted_chars": "提取字符数",
"confidence_score": "抓取置信度"
},
"analysis": {
"summary": "AI生成的摘要",
"key_points": ["要点1", "要点2", "要点3"],
"category": "内容分类",
"sentiment": "情感倾向",
"entities": {
"persons": ["人物名"],
"organizations": ["组织名"],
"products": ["产品名"]
},
"suggested_actions": ["建议操作1", "建议操作2"]
},
"raw_content_preview": "原始内容前500字(可选)"
}