返回 Skill 列表
extension
分类: 开发与工程无需 API Key

extract-web-content

使用ezycopy CLI将干净的网页内容提取为markdown格式。当用户要求“提取这个网页”、“保存这篇文章”、“从URL复制干净的内容”、“从这个链接获取markdown”、“将网页转换为markdown”,提供一个要从中提取内容的URL,或者希望在没有广告和杂乱的情况下将网页内容保存到剪贴板或文件中时,请使用此功能。

person作者: jakexiaohubgithub

EzyCopy CLI

Extracts clean markdown from URLs. Default: fast HTTP fetch. Use --browser for Chrome when needed.

Usage

ezycopy <URL> [flags]

Flags:

  • --browser — Use Chrome (for JS-heavy or authenticated sites)
  • -o <path> — Save to file/directory (default: clipboard)
  • --no-images — Strip image links
  • -t <duration> — Timeout (default: 30s)

When to use --browser

  • Twitter/X, SPAs, or JS-rendered sites
  • Authenticated/paywalled content
  • If default returns empty or suspiciously short content

Install

If not installed: go install github.com/gupsammy/EzyCopyCLI/cmd/ezycopy@latest