一键导入
web-fetch
OpenClaw-style web fetch skill for reading a URL over HTTP from inside LocalClaw.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
OpenClaw-style web fetch skill for reading a URL over HTTP from inside LocalClaw.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
LocalClaw-native adaptation of web-access for real web tasks, search, logged-in browsing, dynamic pages, and browser interaction through the local Chrome session.
Summarize invoice amounts and purposes from PDF files in directories
Extract text content from PDF files
Read a file and summarize its content using the local model
Fetch a page or endpoint over HTTP when a lightweight browser-style read is enough.
Search bundled skills and ClawHub skills that match a user need.
| name | web.fetch |
| version | 1.0.0 |
| description | OpenClaw-style web fetch skill for reading a URL over HTTP from inside LocalClaw. |
| type | atomic |
| inputs | {"url":"string"} |
| tools | ["http_get"] |
| actions | [{"type":"tool_call","name":"fetch_url","tool":"http_get","params":{"url":"{{url}}"},"timeout":15}] |
| permissions | {"risk_level":"low"} |
| metadata | {"author":"LocalClaw","homepage":"https://github.com/openclaw/openclaw","repository":"https://github.com/openclaw/openclaw","category":"web","tags":["openclaw","web","http"],"catalog_id":"web.fetch","skill_key":"web.fetch","aliases":["fetch-url","http-read"],"openclaw":{"skillKey":"web.fetch","aliases":["fetch-url","http-read"],"homepage":"https://github.com/openclaw/openclaw"}} |
Use this skill when the user wants LocalClaw to retrieve the contents of a URL.
It is appropriate for simple HTTP reads and page fetches where a single URL is enough.