web-fetch-as-markdown

安装方式
CLI
npx skills add https://github.com/wuruofan/agent-skills --skill web-fetch-as-markdown

使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。

最后更新于 4/22/2026

agent-skills

Universal AI Agent skills collection, compatible with Claude Code, OpenCode, and other major Agent frameworks.

Installation

npx skills add wuruofan/agent-skills -g -y

Included Skills

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.

Use Cases:

  • Bypass domain safety restrictions in Agents
  • Convert webpages to clean markdown for easier parsing
  • When encountering "Unable to verify if domain" errors

Conversion Services:

  1. https://markdown.new/ - Primary (Cloudflare, optimized for token reduction)
  2. https://r.jina.ai/<url> - Fallback 1 (Jina AI Reader API)
  3. https://markdownforagents.com/r?url=<url> - Fallback 2 (requires user consent)

Trigger Words: "fetch webpage", "look up", "search online", "parse data from"


More skills coming soon.