📦 zt-web-fetcher — 网页转Markdown
v1.0.0将任意网页URL一键转换为易读Markdown文本,适用于搜索结果、博客、文档等场景,方便后续AI理解与处理。
0· 236·0 当前·0 累计
下载技能包
最后更新
2026/3/20
安全扫描
OpenClaw
安全
high confidenceThe skill's instructions and requirements align with its stated purpose (convert webpages to Markdown via third‑party URL-to-Markdown services, with an optional crawler fallback); nothing requested appears disproportionate, but the instructions rely on external services and an optional pip install which have expected privacy/execution implications.
评估建议
This skill is coherent for fetching and converting webpages, but be aware of two practical risks before using it: (1) The URL-to-Markdown services (r.jina.ai, markdown.new, defuddle.md) will fetch the given URL themselves, so do not send private, authenticated, or sensitive URLs you don't want a third party to see. (2) The suggested fallback ('pip install scrapling' from GitHub) would run third-party code in your environment—review that repository and prefer installing only vetted packages. If y...详细分析 ▾
✓ 用途与能力
Name/description match the SKILL.md: the skill converts webpages to Markdown using r.jina.ai, markdown.new, defuddle.md and—if those fail—suggests a Scraping fallback. It requests no credentials, binaries, or config paths, which is consistent with its stated purpose.
ℹ 指令范围
Instructions stay within the scraping/formatting scope, but they direct the agent to fetch webpages via third-party URL-to-Markdown services (r.jina.ai, markdown.new, defuddle.md). Those services will receive the target URL (and will fetch page content), so private pages or sensitive URLs would be exposed to third parties. The SKILL.md also suggests 'pip install scrapling' as a fallback—this would cause code to be installed/executed in the runtime environment and should be vetted before use. There is a minor internal inconsistency in which service is 'preferred' vs the ordered try sequence.
ℹ 安装机制
There is no formal install spec (instruction-only), which is low risk. The fallback recommendation to 'pip install scrapling' points to a GitHub project; installing that package would execute third-party code from a repo (moderate risk) and should be reviewed before installation. The primary flows (using URL-to-Markdown endpoints) do not require installing code.
✓ 凭证需求
No environment variables, credentials, or config paths are requested. The skill does not ask for unrelated secrets or high-privilege access.
✓ 持久化与权限
always is false and there is no install-time modification or persistent configuration. The skill does not request elevated or permanent presence beyond normal invocation.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/19
Version 1.0.0 of zt-web-fetcher - Initial release with detailed instructions for fetching web content using URL-to-Markdown services. - Describes preferred services (markdown.new, r.jina.ai, defuddle.md) and fallback options. - Outlines step-by-step usage process and fallback to Scrapling tool if needed. - Includes usage scenarios and important notes for compatibility and limitations. - No requirement for search API configuration.
● 无害
安装命令
点击复制官方npx clawhub@latest install zt-web-fetcher
镜像加速npx clawhub@latest install zt-web-fetcher --registry https://cn.longxiaskill.com镜像同步中