← 返回 Skills 市场
kingfish1949101-wq

URL Preview

作者 kingfish1949101-wq · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
228
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install url-preview
功能描述
Automatically extract and display titles, descriptions, and favicons for shared HTTP/HTTPS URLs to preview webpage content without visiting.
安全使用建议
This skill is coherent for previewing links, but be aware it will cause your agent to fetch arbitrary URLs you or others provide. Before installing, confirm: (1) where the `extract_content_from_websites` tool runs (locally vs a remote third party) — remote fetches expose page content to that service; (2) whether the agent is prevented from requesting internal addresses (localhost, intranet ranges) to avoid SSRF/exposure; (3) whether there is an allowlist/blocklist or explicit user consent before fetching; and (4) how rate limits and sensitive-content handling are enforced. If you rely on this in a security-sensitive environment, ask the publisher to add domain allowlist checks and explicit validation of URLs before fetching.
功能分析
Type: OpenClaw Skill Name: url-preview Version: 1.0.0 The url-preview skill is a standard utility designed to extract and display metadata (title, description, favicon) from user-provided URLs. It uses a legitimate tool (extract_content_from_websites) with reasonable constraints such as rate limiting and character limits, and contains no evidence of malicious intent, data exfiltration, or prompt injection in SKILL.md.
能力评估
Purpose & Capability
Name/description (URL preview) align with the instructions: fetch a web page and extract title/description/favicon/summary. The skill requests no unrelated binaries, credentials, or configs.
Instruction Scope
Instructions explicitly tell the agent to use an `extract_content_from_websites` tool to fetch any HTTP/HTTPS URL and summarize it. That stays within the purpose but lacks guardrails: there is no enforcement of 'public-only' domains, no explicit validation or allowlist/blocklist, and no handling guidance for private/internal (localhost, 169.254.*, intranet) or authenticated endpoints. This raises possible SSRF/internal-network exposure and data-leakage risks depending on where and how the extraction tool runs.
Install Mechanism
Instruction-only skill with no install steps and no code files — nothing is written to disk or fetched at install time.
Credentials
The skill declares no environment variables, credentials, or config paths. That matches the claimed functionality.
Persistence & Privilege
Skill is not always-enabled and does not request special privileges or to modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install url-preview
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /url-preview 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release providing URL preview functionality. - Automatically extracts and displays page title, description (max 200 chars), favicon, and domain. - Activates when a user shares an HTTP/HTTPS link or requests a preview using supported trigger phrases. - Works only for public URLs and respects rate limits (max 5 URLs per minute).
元数据
Slug url-preview
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

URL Preview 是什么?

Automatically extract and display titles, descriptions, and favicons for shared HTTP/HTTPS URLs to preview webpage content without visiting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 228 次。

如何安装 URL Preview?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install url-preview」即可一键安装,无需额外配置。

URL Preview 是免费的吗?

是的,URL Preview 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

URL Preview 支持哪些平台?

URL Preview 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 URL Preview?

由 kingfish1949101-wq(@kingfish1949101-wq)开发并维护,当前版本 v1.0.0。

💬 留言讨论