/install image-watermark-remover
Image Watermark Remover
Remove watermarks from public image URLs through the Nowatermark.info API.
When to Use
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.
Quick Reference
| 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 |
External Endpoints
| 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 |
Data Storage
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.
Security & Privacy
- Ask the user to confirm they are allowed to edit the image when ownership or permission is unclear.
- Tell the user that the public image URL is sent to
nowatermark.infofor processing. - Request the API key through environment or skill settings; do not expose
NOWATERMARK_API_KEYin logs or replies. - Prefer public image URLs over local file handling to minimize local data movement.
Core Rules
- If ownership or permission is unclear, ask the user to confirm they are allowed to edit the image before sending requests.
- Verify
NOWATERMARK_API_KEYis available before sending requests. - Require a direct public image URL; reject local paths, page URLs, and expiring signed URLs.
- Prefer
scripts/remove_watermark.pyfor submit-plus-poll workflows. - Poll every 3-5 seconds until
completedorfailed, then return the finalurlor the failure details. - Reuse a supplied
request_idfor status checks instead of creating a duplicate job.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install image-watermark-remover - 安装完成后,直接呼叫该 Skill 的名称或使用
/image-watermark-remover触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Image Watermark Remover 是什么?
Remove image watermarks with the Nowatermark.info API, request polling, request_id resume, and public image URL validation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 Image Watermark Remover?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install image-watermark-remover」即可一键安装,无需额外配置。
Image Watermark Remover 是免费的吗?
是的,Image Watermark Remover 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Image Watermark Remover 支持哪些平台?
Image Watermark Remover 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Image Watermark Remover?
由 ai(@maxcoder11)开发并维护,当前版本 v1.0.0。