
extract-web-content
by gupsammy
SKILL.md
name: extract-web-content description: > Extract clean web content as markdown using ezycopy CLI. Use when user asks to "extract this webpage", "save this article", "copy clean content from URL", "get markdown from this link", "convert webpage to markdown", provides a URL to extract content from, or wants to save web content to clipboard or file without ads and clutter. model: claude-sonnet-4-5 allowed-tools:
- Bash
- AskUserQuestion
- WebFetch
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
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です