Install
openclaw skills install array-url-extractorExtract valid downloadable URLs from Array[String] structures, clean and standardize them, then output directly.
openclaw skills install array-url-extractorExtract valid URLs from Array[String] structures, output directly without any additional text.
Use when users need to "extract URLs from array", "extract download links", or "parse URLs in array".
Receive user-provided Array[String] structures (JSON arrays, code snippets, etc.).
https:// or http://)Output URLs directly, one per line, without any additional text:
https://example.com/file1.jpg
https://example.com/file2.png