con un clic
web-search
Provides capabilities to search the web and read online articles.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Provides capabilities to search the web and read online articles.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Build-focused skill for creating, updating, and installing standard Agent Skills.
Manage SOP templates, scheduled automation tasks, and run history through AI-callable tools.
提供独立的命令执行与 skill 脚本执行能力。
Query chat history by keywords and date ranges.
Provides interaction capabilities with the user.
Meta skill for AI self-evolution. Invoke when recording lessons learned and improving skill guidance from execution feedback.
| name | web-search |
| description | Provides capabilities to search the web and read online articles. |
| description_cn | 提供搜索互联网内容和读取网络文章的能力。 |
| license | Apache-2.0 |
| type | bundled_plugin |
| source_type | bundled_plugin |
| default_enabled | false |
| metadata | {"author":"deepseek-cowork team","version":"2.0"} |
| security_level | medium |
| allowed-tools | search_web read_web_article |
This skill provides a structured free web search pipeline and a markdown-first article extraction pipeline.
ok, error, metadata, and normalized content.read_web_article extracts internet article text with fixed fallback order: markdown.new -> defuddle.md -> r.jina.ai -> Scrapling.read_web_article returns cleaned text content only and does not return raw HTML by default.search_web supports allowed_domains and blocked_domains, but they are mutually exclusive.read_web_article never treats raw HTML as a successful default response.ok, error, provider_used / extractor_used, results, and content.markdown.new → defuddle.md → r.jina.ai → Scrapling.parallel_tools when querying several independent pages or sources.