CtrlK
BlogDocsLog inGet started
Tessl Logo

search-web

使用内置 search_web.py 脚本进行联网搜索问答,准备清晰具体的问题。

59

Quality

67%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./.trae/openclaw-skills/search-web/SKILL.md
SKILL.md
Quality
Evals
Security

Search Web

适用场景

当需要联网搜索信息并获取智能体回答时使用该技能。支持搜索网络、获取参考资料、富媒体卡片数据,实现追问、引用角标、图文混排、百科划线词等高级功能。

使用步骤

  1. 准备清晰具体的问题。
  2. 运行脚本 python scripts/search_web.py "<question>"。运行之前cd到对应的目录。
  3. 脚本将返回智能体的回答内容,包括参考来源、追问建议等。

输出格式

  • 输出智能体的回答内容。
  • 显示参考来源(URL、标题、发布时间等)。
  • 显示追问建议(如有)。
  • 显示 Token 使用情况。
  • 若调用失败,将打印错误信息。

示例

python scripts/search_web.py "荣耀手机的最新动态"

高级功能

该技能支持以下高级功能(需在控制台开启):

  • 引用角标:在回答中插入引用标记 [ref_x] 指示文本来源
  • 图文/视频混排:在输出中穿插图片或视频
  • 百科划线词:自动将百科词条以下划线超链接形式呈现
  • 追问建议:提供相关追问建议
  • 深度思考模式:通过设置 model=thinking 开启
Repository
huangruiteng/CS-Notes
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.