web-scraper
スター12
フォーク0
更新日2026年7月2日 15:37
Fetch and extract text content from web pages
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
ファイルエクスプローラー
2 ファイルSKILL.md
readonlyメニュー
Fetch and extract text content from web pages
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Search the web for up-to-date information using Tavily API
Press a combination of keys simultaneously (e.g., Ctrl+C, Alt+Tab)
Press a single key on the keyboard
Perform a mouse left-click at specified screen coordinates
Perform a mouse double-click at specified screen coordinates
Perform a mouse right-click at specified screen coordinates
| name | web-scraper |
| description | Fetch and extract text content from web pages |
| context | same |
| args | [{"name":"url","description":"URL of the web page to fetch","required":true},{"name":"max_length","description":"Maximum characters to return","required":false},{"name":"include_images","description":"Include image URLs in the output","required":false}] |
| tags | ["web","fetch","scrape","extract"] |
| category | web |
| version | 1.0.0 |
| author | cognitrix |
| allowed-tools | ["WebFetch"] |
| safety | {"risk-level":"low"} |
Fetch and extract text content from web pages using the WebFetch tool.
WebFetch url="https://example.com"
WebFetch url="https://example.com" max_length=10000
WebFetch url="https://example.com" include_images=true