Agent skill
extract-web-content
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/extract-web-content
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?