Install
openclaw skills install url-extractorExtract and validate URLs from text, presenting results in a clear format with brief descriptions and image previews.
openclaw skills install url-extractorQuickly extract all URLs from text, validate them, and present results in a structured format.
Use when users need to "extract links", "extract URLs", "find web addresses", or "extract links from text".
Quickly identify and extract all possible URLs from user-provided text:
https:// or http://)example.com/path)Validate extracted URLs:
web_fetch tool to access each URL and confirm accessibilityContent-Type: image/*), mark it as previewable❌ UnreachableOutput in a structured format:
## Extraction Results
N URLs extracted (M accessible, K unreachable)
| # | URL | Status | Title/Description |
|---|-----|--------|-------------------|
| 1 | https://example.com | ✅ | Example Domain |
| 2 | https://example.com/img.png | ✅ 🖼️ | Image Preview |
| 3 | https://broken.link | ❌ | Unreachable |
### Image Previews
[For image URLs, use the image tool to show previews]