← 返回 Skills 市场
openlark

Array Url Extractor

作者 OpenLark · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
34
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install array-url-extractor
功能描述
Extract valid downloadable URLs from Array[String] structures, clean and standardize them, then output directly.
使用说明 (SKILL.md)

Array URL Extractor

Extract valid URLs from Array[String] structures, output directly without any additional text.

Use Cases

Use when users need to "extract URLs from array", "extract download links", or "parse URLs in array".

Workflow

1. Parse Array

Receive user-provided Array[String] structures (JSON arrays, code snippets, etc.).

2. Extract URLs

  • Identify all valid URL addresses in the array (starting with https:// or http://)
  • Filter out invalid or non-URL strings
  • Clean up encoding issues and special characters
  • Standardize URL format

3. Output

Output URLs directly, one per line, without any additional text:

https://example.com/file1.jpg
https://example.com/file2.png

Constraints

  • Return URL addresses directly; do not add any other text
  • Output should be concise and clear, ready for direct use
  • Do not ask the user questions; process directly
  • Only output valid, downloadable URLs
安全使用建议
This appears safe to install for extracting URLs from text arrays. Review outputs before using them as downloads, since the skill formats URLs but does not prove that a link is trustworthy or safe to fetch.
能力评估
Purpose & Capability
The stated purpose and artifact content match: it tells the agent to parse Array[String] inputs, identify http/https URLs, clean them, and output one URL per line.
Instruction Scope
Instructions are narrow and user-directed; the only notable constraint is formatting the response without extra text, which is coherent with the extraction task.
Install Mechanism
The package contains only a single non-executable SKILL.md file, with no scripts, dependencies, binaries, or install-time commands.
Credentials
The skill does not request filesystem, credential, browser profile, shell, network, or external API access; its behavior is proportionate to parsing supplied text.
Persistence & Privilege
No persistence, background execution, privilege escalation, local indexing, mutation authority, or credential/session handling is present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install array-url-extractor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /array-url-extractor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of array-url-extractor: - Extracts valid downloadable URLs from Array[String] structures. - Cleans and standardizes URLs, filtering out invalid entries. - Outputs URLs directly, one per line, with no extra text. - Handles JSON arrays and code snippets with string arrays. - Ensures output is concise, clear, and ready for direct use.
元数据
Slug array-url-extractor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Array Url Extractor 是什么?

Extract valid downloadable URLs from Array[String] structures, clean and standardize them, then output directly. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 34 次。

如何安装 Array Url Extractor?

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

Array Url Extractor 是免费的吗?

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

Array Url Extractor 支持哪些平台?

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

谁开发了 Array Url Extractor?

由 OpenLark(@openlark)开发并维护,当前版本 v1.0.0。

💬 留言讨论