π¦ ClawHub
URL Preview
by @kingfish1949101-wq
Automatically extract and display titles, descriptions, and favicons for shared HTTP/HTTPS URLs to preview webpage content without visiting.
TERMINAL
clawhub install url-previewπ About This Skill
name: url-preview description: Extract and display URL previews with title, description, and favicon. Use when user shares any HTTP/HTTPS link and wants to see what the page is about without visiting it. Triggers on: (1) User sends a URL/link, (2) User asks "θΏδΈͺιΎζ₯ζ―δ»δΉ", "ηηθΏδΈͺη½ι‘΅", "what's this link"
URL Preview Skill
When a user shares a URL, automatically extract and display a preview card.
How It Works
1. User sends any HTTP/HTTPS URL
2. Use extract_content_from_websites tool to fetch the page
3. Parse and display: title, description, favicon, and a brief summary
Output Format
π Page Title
π Description: ...
π Site: favicon + domain
Example
User sends: https://github.com/openclaw/openclaw
Output:
π OpenClaw/OpenClaw
π An open-source AI assistant platform...
π github.com
Notes
maxChars: 200 in extract_content to limit description lengthπ‘ Examples
User sends: https://github.com/openclaw/openclaw
Output:
π OpenClaw/OpenClaw
π An open-source AI assistant platform...
π github.com
π Tips & Best Practices
maxChars: 200 in extract_content to limit description length