بنقرة واحدة
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.