/install array-url-extractor
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://orhttp://) - 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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install array-url-extractor - 安装完成后,直接呼叫该 Skill 的名称或使用
/array-url-extractor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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。