🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ 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.

Versionv1.0.0
Downloads641
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

  • Only works on public HTTP/HTTPS URLs
  • Respects rate limits - don't extract more than 5 URLs per minute
  • Use 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

  • Only works on public HTTP/HTTPS URLs
  • Respects rate limits - don't extract more than 5 URLs per minute
  • Use maxChars: 200 in extract_content to limit description length