一键导入
web-fetch
Search the web and fetch webpage content. Use when user asks to search for information, read a webpage, or summarize online content.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search the web and fetch webpage content. Use when user asks to search for information, read a webpage, or summarize online content.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
本地离线 OCR 文字识别,基于 tesseract.js。当用户发图片/截图/扫描件要求提取文字时使用,支持中英文。纯本地运行,无需联网。
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when implementing any feature or bugfix, before writing implementation code
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
| name | web-fetch |
| description | Search the web and fetch webpage content. Use when user asks to search for information, read a webpage, or summarize online content. |
| version | 1.0.0 |
| author | deskwand |
| license | MIT |
| metadata | {"tags":["Web","Search","Scraping","Content","Research"]} |
| allowed-tools | web_search,web_fetch,read |
Search for information and extract content from web pages.
web_search(query="<query>") — returns ranked results with URLs and snippetsweb_fetch(url="<url>", max_chars=8000) — extracts clean Markdownweb_fetch returns has_more=true with persisted content. Use read with pagination to continue.web_fetch(
url="https://example.com/article",
max_chars=8000 # default 8000, max 20000
)
Returns:
has_more flag if content truncatedpersisted flag for paginated accessFor in-depth research:
web_search(query="...") — broad searchweb_fetch(url=...) for each