with one click
search
Response formatting + query construction for DuckDuckGo search.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Response formatting + query construction for DuckDuckGo search.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Timezone input conventions + response formatting for current_time.
Response formatting for the news tool (RSS aggregation).
Response formatting for the translate tool (Tencent TMT).
Supported units + response formatting for unit_convert.
Response formatting guide for weather tool results.
max_chars 选择 + 响应风格 for web_fetch.
| name | search |
| description | Response formatting + query construction for DuckDuckGo search. |
| always | true |
This file covers query 构造 + 结果呈现。
"2026 AI news" > "AI news"{query, results: [{title, url, snippet}, ...]}
失败: {query, error} — 告诉用户并建议重试。
引用时带源,避免用户以为是你编的:
根据搜索结果,FastAPI 最新版本是 0.110.0(2024-03 发布):
- 主要变化:...
- 参考:https://github.com/tiangolo/fastapi/releases
search 只给摘要。用户想看"全文"时,用 search 找 URL → 再 web_fetch(url) 抓正文。