Claude-skill-registry extract-web-content

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/extract-web-content" ~/.claude/skills/majiayu000-claude-skill-registry-extract-web-content && rm -rf "$T"
manifest: skills/data/extract-web-content/SKILL.md
source content

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