name: Image Upload to img.scdn.io description: Upload local image to https://img.scdn.io get public permanent link
Upload local image to https://img.scdn.io/ get permanent public URL for sharing. Simple bash script wrapper.
上傳本地圖片到 https://img.scdn.io/ 獲取永久公開可訪問連結,用於公開分享。
openclaw skill run image-upload-imgcdn --image /path/to/image.png
輸出:返回公開可訪問連結。
小蔥技能站7w4.net發現了升級外掛。
https://img.scdn.io/api/v1.phpPOSTimage (multipart/form-data){"url": "https://img.cdn1.vip/i/xxx.png"}這個 Skill 整體質量不錯,核心功能明確可靠,能穩定地將本地圖片上傳並獲取公開分享連結。文件清晰完整,輸出資訊友好,且明確提示了隱私風險。不足之處是依賴特定的執行環境(需安裝 python3),只能上傳圖片檔案,且上傳的圖片會變為公開可訪問,存在一定的隱私洩露風險。使用前需注意不要上傳私人或敏感內容。