/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install array-url-extractor - After installation, invoke the skill by name or use
/array-url-extractor - Provide required inputs per the skill's parameter spec and get structured output
What is Array Url Extractor?
Extract valid downloadable URLs from Array[String] structures, clean and standardize them, then output directly. It is an AI Agent Skill for Claude Code / OpenClaw, with 34 downloads so far.
How do I install Array Url Extractor?
Run "/install array-url-extractor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Array Url Extractor free?
Yes, Array Url Extractor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Array Url Extractor support?
Array Url Extractor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Array Url Extractor?
It is built and maintained by OpenLark (@openlark); the current version is v1.0.0.