Upload images/files to img.lanhao.cc and return direct links. Use when user says: 图床上传, 上传图片, 获取图链, kvault upload, image host link.
Use this skill to upload one or many local files to the image bed and return links.
Single file: PowerShell: ./.github/skills/imgbed-upload/scripts/upload-image.ps1 -Path "public/assets/images/avatar.jpg"
Single file (share link): PowerShell: ./.github/skills/imgbed-upload/scripts/upload-image.ps1 -Path "public/assets/images/avatar.jpg" -UseShareLink
Folder (recursive): PowerShell: ./.github/skills/imgbed-upload/scripts/upload-folder.ps1 -Folder "public/assets/images"