Install
openclaw skills install @maxcoder11/image-watermark-removerRemove image watermarks with the Nowatermark.info API, request polling, request_id resume, and public image URL validation.
openclaw skills install @maxcoder11/image-watermark-removerRemove watermarks from public image URLs through the Nowatermark.info API.
Use this skill when the user wants to remove a watermark from an image they are authorized to edit, resume an existing request_id, or check the status of a prior cleanup job.
| Topic | File |
|---|---|
| API key setup, input rules, and commands | setup.md |
| Endpoints, payloads, responses, and error codes | references/api.md |
| Submit-and-poll helper script | scripts/remove_watermark.py |
| Method | Endpoint | Purpose | Data sent |
|---|---|---|---|
POST | https://nowatermark.info/api/image/remove-watermark | Submit watermark-removal job | file_url |
POST | https://nowatermark.info/api/jobs/query | Query job status | request_id |
Do not create, download, or overwrite local files unless the user asks first. Ask the user before saving API responses or downloading the cleaned image.
nowatermark.info for processing.NOWATERMARK_API_KEY in logs or replies.NOWATERMARK_API_KEY is available before sending requests.scripts/remove_watermark.py for submit-plus-poll workflows.completed or failed, then return the final url or the failure details.request_id for status checks instead of creating a duplicate job.