skills/clawhub.ai/deepseek-web-search

deepseek-web-search

Installation
SKILL.md

DeepSeek Web Search

Searches the web server-side via DeepSeek's Responses API web_search tool and returns a synthesized answer with the source URLs the model consulted.

When to Use

  • User asks about current events, recent news, or time-sensitive facts.
  • You want a ready answer where someone reads pages and summarizes (vs. getting raw results).
  • Chinese or English web coverage needed.
  • When NOT to use: if you need a raw, structured list of search results (titles/URLs/snippets) to extract or analyze yourself, this skill is not the right fit — DeepSeek only returns its synthesis + consulted URLs.

Usage

Run the bundled script from this skill's directory (where this SKILL.md lives):

node ./search.mjs "<query>" [maxOutputTokens]
Installs
1
First Seen
Aug 8, 2026
deepseek-web-search from clawhub.ai