SKILL.md
readonlyread-only
name
remove-image-watermark
description
使用 Pilio 開發者 API 移除圖片中的可見浮水印。當使用者想要清理 PNG、JPG、JPEG 或 WEBP 圖片、移除圖片浮水印疊加層,或透過 Pilio 自動化移除圖片浮水印時使用。
移除圖片浮水印
使用 Pilio CLI 以一致的方式處理上傳和非同步任務輪詢。
需要在環境變數中設定 PILIO_API_KEY。請不要要求使用者將 API 金鑰貼到對話中。
你也可以先在線上試用相同的工作流程:https://pilio.ai/image-watermark-remover
執行:
pnpm dlx @pilio/cli remove-image-watermark --input ./watermarked.png
指令會回傳一個任務負載。如果任務仍在等待或處理中,請等待它完成:
pnpm dlx @pilio/cli task wait <task_id>
請勿將 Pilio API 金鑰傳送到結果的 download_url 值中。






