← Back to Skills Marketplace
5108
Downloads
29
Stars
53
Active Installs
1
Versions
Install in OpenClaw
/install smart-web-fetch
Description
智能网页抓取技能 - 替代内置 web_fetch,自动使用 Jina Reader / markdown.new / defuddle.md 清洗服务获取干净 Markdown。支持多级降级策略,大幅降低 Token 消耗。当 Agent 需要获取网页内容时使用本技能替代 web_fetch。
Usage Guidance
Install only if you intend to use it for public web pages and are comfortable sending requested URLs and fetched content through Jina Reader, markdown.new, and defuddle.md. Avoid private dashboards, intranet or localhost URLs, cloud metadata endpoints, signed links, and URLs containing tokens until the skill adds URL restrictions, explicit consent controls, and normal HTTPS verification.
Capability Assessment
Purpose & Capability
Fetching and cleaning web pages is coherent with the stated purpose, and the third-party services are named, but the scripts accept arbitrary URLs with no private-network, localhost, metadata-host, signed-link, or tokenized-URL safeguards.
Instruction Scope
The instructions recommend replacing the built-in web_fetch and configuring agents to deny it, which broadly shifts web retrieval to this skill and its external processors without clear user consent or scope controls.
Install Mechanism
The package consists of SKILL.md and two Python scripts with no hidden installer or dependency setup. However, the metadata does not declare explicit network permissions despite outbound network behavior.
Credentials
Outbound network access is expected for this skill, but both scripts disable TLS certificate validation and hostname verification, which is not necessary for ordinary fetching and is not disclosed in the user-facing instructions.
Persistence & Privilege
The artifact does not request credentials, privilege escalation, background execution, scheduled persistence, or local data storage. The only persistent change described is an optional user-applied OpenClaw configuration change.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install smart-web-fetch - After installation, invoke the skill by name or use
/smart-web-fetch - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - 智能网页抓取技能,支持 Jina/markdown.new/defuddle.md 多级降级
Metadata
Frequently Asked Questions
What is Smart Web Fetch?
智能网页抓取技能 - 替代内置 web_fetch,自动使用 Jina Reader / markdown.new / defuddle.md 清洗服务获取干净 Markdown。支持多级降级策略,大幅降低 Token 消耗。当 Agent 需要获取网页内容时使用本技能替代 web_fetch。 It is an AI Agent Skill for Claude Code / OpenClaw, with 5108 downloads so far.
How do I install Smart Web Fetch?
Run "/install smart-web-fetch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Smart Web Fetch free?
Yes, Smart Web Fetch is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Smart Web Fetch support?
Smart Web Fetch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Smart Web Fetch?
It is built and maintained by Leochens (@leochens); the current version is v1.0.0.
More Skills