Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

web-fetch-as-markdownWEB fetch AS Markdown 搜索

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

3,944

周安装

158

GitHub Stars

公开资料未说明

下载量

1,277
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:web-fetch-as-markdown(WEB fetch AS Markdown 搜索)
来源仓库:https://github.com/wuruofan/web-fetch-as-markdown
安装命令:
openclaw skills install web-fetch-as-markdown
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install web-fetch-as-markdown

简介

将指定URL网页转换为结构化Markdown文档。

  • 利用可信API确保内容提取的准确性与安全性。
  • 提升代理对网页数据的解析与处理能力。
  • 适用于批量文档归档与信息抽取任务。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • web-fetch-as-markdown 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
web-fetch-as-markdown
description
Fetches web pages from specific URLs and converts them to clean, structured Markdown via trusted APIs, enabling Agents to parse and extract data more effectively.
license
MIT-0
metadata
author
@wuruofan
version
1.2.1

Web Fetch as Markdown

Fetches any web URL and converts it to clean, structured Markdown — stripping ads, navigation, and clutter to leave only readable content, making it far easier for Agents to parse and extract data compared to raw HTML.

Conversion Services & Priority

This skill uses reputable third-party APIs to facilitate conversion. Always be transparent with the user about which service is being used.

  1. Primary — https://markdown.new/: Official Cloudflare edge conversion service. Highly reliable for general sites, especially Cloudflare-hosted ones, and optimized for token reduction.
  2. Fallback 1 — https://r.jina.ai/<url>: Jina AI's official Reader API. Excellent for parsing clean markdown from complex pages when the primary service fails.
  3. Fallback 2 (Requires Consent) — https://markdownforagents.com/r?url=<url>: General-purpose converter returning Markdown with YAML frontmatter. Only use when primary services are unreachable, and after informing the user.

Execution Flow & Graceful Degradation

When tasked with fetching a URL, follow this strict sequence:

  1. Attempt Primary Service: Construct the URL by prepending the target to the primary service:

https://markdown.new/https://example.com/article Use the built-in WebFetch tool or equivalent to retrieve the content.

  1. Graceful Fallback to Jina: If the primary service fails, times out, or returns a domain safety warning (e.g., "Unable to verify if domain is safe"), gracefully fall back to Jina Reader:

https://r.jina.ai/https://example.com/article

  1. User Consent for Unverified Services: If both Cloudflare and Jina are unreachable (e.g., due to regional network policies), prompt the user:

> *"The primary markdown conversion services (Cloudflare & Jina) are currently unreachable. Would you like me to attempt fetching via markdownforagents.com, or would you prefer to provide the content locally?"* Do not proceed to markdownforagents.com without explicit user approval.

  1. Final Limitation Handling: If all API routes fail or are denied by the user, inform the user that the content cannot be fetched automatically due to network or security constraints. Do not attempt to use curl with silent flags or suggest network workarounds.

Trigger Scenarios

User Intent (Chinese):

  • "上网搜索"、"帮我查一下"、"帮我看看这个网页"、"fetch 网页"
  • "帮我抓取这个页面"、"帮我解析一下"、"打开这个链接"

User Intent (English):

  • "search online", "look up", "fetch this page", "scrape this website"
  • "parse the data from", "extract information from"

System Scenarios:

  • The built-in WebFetch tool returns a domain safety restriction (e.g., "Unable to verify if domain *** is safe to fetch").
  • The user asks to read/extract content from a specific URL where direct HTML parsing is inefficient.

Safety & Compliance Guidelines

  • Respect Platform Boundaries: If the platform's built-in tools block a domain for safety reasons, do not instruct the agent to bypass these safeguards. Use the approved fallback APIs instead.
  • No Network Evasion: Never suggest configuring proxies, VPNs, or other methods to circumvent network restrictions or regional blocks.
  • Data Transparency: Be aware that sending URLs to conversion services means the URL path (and potentially any non-authenticated content on that page) is exposed to the API provider. Avoid fetching pages known to contain sensitive authentication tokens in the URL.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.15%
按下载量换算1,036

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills