Install the AI Remove Watermark Skill
Install from ClawHub, connect your API key, and run watermark-removal workflows with the published Airemovewatermark skill. Manual zip install stays available for direct OpenClaw or local skill-folder setups.
Use the online watermark remover when you want to upload, preview, and download in the browser without installing the skill.
Open Web ToolReview free-credit availability, one-time packs, subscriptions, and refund links before setting up agent workflows.
View Pricing2. Fallback zip
https://assets.airemovewatermark.net/skills/remove-watermark-skill-0.1.7.zip
3. API key
Create or copy your API key from the dashboard before running the skill in OpenClaw or another local agent workflow.
Get API KeyWorkflow
A short path from install to watermark-removal results
This page is designed for install intent: get the skill, connect a key, and let your agent run against the published watermark API.
Create an API key
Generate a key in your dashboard so the skill can submit, poll, and return watermark-removal jobs.
Install the skill
Use ClawHub first, then keep the zip install ready for direct OpenClaw or local skill-folder setups.
Run agent workflows
Use the published skill to remove watermarks, check task status, and return cleaned images through the public API.
Setup options
Start with ClawHub, keep local install as the fallback
Searchers looking for a remove watermark skill usually need a setup path, supported workflow, and docs. This page keeps those answers visible and links to the next step immediately.
ClawHub install
Fastest path for most users who want the official skill with the least local setup work.
Open ClawHubOpenClaw local install
Use the packaged zip if you prefer a direct install into a local skill directory for OpenClaw-style workflows.
Download ZipAPI docs and key setup
Review endpoint contracts, authentication, and task flow before plugging the skill into a broader agent workflow.
Read API DocsInstall directly when you need a local skill folder
ClawHub is still the recommended path. If your environment needs a direct local install, use the OS-specific snippets below and keep the packaged zip plus API docs nearby for setup details.
mkdir -p ~/.openclaw/skills && \
curl -L https://assets.airemovewatermark.net/skills/remove-watermark-skill-0.1.7.zip -o /tmp/remove-watermark-skill-0.1.7.zip && \
unzip -o /tmp/remove-watermark-skill-0.1.7.zip -d ~/.openclaw/skillsNew-Item -ItemType Directory -Force "$HOME\.openclaw\skills" | Out-Null
Invoke-WebRequest -Uri "https://assets.airemovewatermark.net/skills/remove-watermark-skill-0.1.7.zip" -OutFile "$env:TEMP\remove-watermark-skill-0.1.7.zip"
Expand-Archive -Path "$env:TEMP\remove-watermark-skill-0.1.7.zip" -DestinationPath "$HOME\.openclaw\skills" -ForceStart now
Ready to install the skill?
Install from ClawHub, add your API key, and keep the docs nearby for broader agent workflows.