원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
本地离线 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.
SOC 직업 분류 기준
| 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