返回 Skill 列表
extension
分类: 数据与分析无需 API Key

URL Preview

自动提取并显示共享HTTP/HTTPS链接的标题、描述和图标,无需访问即可预览网页内容。

person作者: kingfish1949101-wqhubclawhub

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](URL)
📝 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