Lifestyle & Tools
#web
search-web
使用内置 search_web.py 脚本进行联网搜索问答,准备清晰具体的问题。
DeepseekModel
Curated skill
Quality Excellent · 90
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=huangruiteng-cs-notes-trae-openclaw-skills-search-web-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name search-web description 使用内置 search_web.py 脚本进行联网搜索问答,准备清晰具体的问题。 Search Web 适用场景 当需要联网搜索信息并获取智能体回答时使用该技能。支持搜索网络、获取参考资料、富媒体卡片数据,实现追问、引用角标、图文混排、百科划线词等高级功能。 使用步骤 准备清晰具体的问题。 运行脚本 python scripts/search_web.py "<question>" 。运行之前cd到对应的目录。 脚本将返回智能体的回答内容,包括参考来源、追问建议等。 输出格式 输出智能体的回答内容。 显示参考来源(URL、标题、发布时间等)。 显示追问建议(如有)。 显示 Token 使用情况。 若调用失败,将打印错误信息。 示例 python scripts/search_web.py "荣耀手机的最新动态" 高级功能 该技能支持以下高级功能(需在控制台开启): 引用角标 :在回答中插入引用标记 [ref_x] 指示文本来源 图文/视频混排 :在输出中穿插图片或视频 百科划线词 :自动将百科词条以下划线超链接形式呈现 追问建议 :提供相关追问建议 深度思考模式 :通过设置 model=thinking 开启
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.