Coding

deepseek-web-search

Try it

DeepSeek's latest official web search tool, now built right into the server — powered by DeepSeek's own powerful reasoning engine. Crush your knowledge cutoff: ask about breaking news, live events, or anything happening right now, and DeepSeek's sharp understanding turns raw web results into a crisp, synthesized answer backed by real source URLs. No link dumps, no noise — just DeepSeek's intelligence doing the heavy lifting. Fresh, fast, and authoritative. Not for structured result lists.

What it does

Use when you need up-to-date information, current events, or answers beyond your knowledge cutoff and want a synthesized answer with source URLs rather than a raw result list. Server-side web search via DeepSeek's built-in web_search tool (handles Chinese and English web). Not for structured result lists.

The skill document

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 "" [maxOutputTokens]
  • query (required): The search query or question.
  • maxOutputTokens (optional): Cap on answer length (default 8000, max 16384).

Output

Returns a JSON object:

{
  "answer": "Synthesized answer text",
  "sources": ["https://page-the-model-opened.example", "..."],
  "query": "original query",
  "model": "deepseek-v4-flash",
  "usage": { "input_tokens": 0, "output_tokens": 0, "total_tokens": 0 },
  "engine": "deepseek-web-search"
}

Notes

  • The model performs multi-round search (search → open pages → re-search) server-side, so calls take 15–70 seconds. Don't treat a delay as failure; the script allows up to 120s.
  • API key comes from config.json (next to search.mjs) or the DEEPSEEK_API_KEY env var. If both are missing, the script reports an error.
  • sources are the URLs the model opened while researching — a "pages consulted" list, not per-claim citations. Treat the answer as model synthesis; verify critical facts against the sources before trusting them.
  • The model may notice and correct false premises in the query (e.g. "2026 Paris Olympics" → Milan-Cortina 2026 Winter Olympics).
  • Always cite source URLs when presenting information to the user.

Related skills

Web search and research skill. Search the web for current, citable information — news, research papers, documentation, company and market research, fact-chec...

3 installs

Real-time web search and URL reading with structured results backed by Aliyun IQS.

17 installs

Opens Brave browser and navigates to DeepSeek website. Use when user says 'open deepseek' or 'go to deepseek'.

1 stars

Search the live web through Moonshot's builtin $web_search tool and return a concise answer. Prefer this skill for OpenClaw live web search instead of callin...

22 installs

Deepseek 联网搜索工具。一键调用 AI 联网搜索能力,快速获取实时信息。当用户需要使用 Deepseek 搜索、联网搜索、AI 搜索获取实时信息时使用。触发词:Deepseek搜索、deepseek websearch、联网搜索、AI搜索、ds搜索。

1 installs

Use when you need fresh web results through Volcengine ARK Responses API, especially for today's news, recent updates, fact checks, topic monitoring, or Chin...

25 installs