Official AI remove watermark skill

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.

Supported
Works with ClawHub, OpenClaw-compatible local installs, and API-key workflows
Supported
Keeps docs, API keys, and manual zip download one click away
Supported
Built for AI remove watermark skill install intent, not only brand browsing
Install at a glance

1. Preferred install

https://clawhub.ai/isees/airemove-watermark

Open ClawHub

2. 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 Key
First-screen checklist
1Open the ClawHub listing and install airemove-watermark
2Create an API key in /settings/apikeys
3Use the manual zip when you need a local OpenClaw-style install
4Set API_KEY before running the skill

Workflow

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.

01

Create an API key

Generate a key in your dashboard so the skill can submit, poll, and return watermark-removal jobs.

02

Install the skill

Use ClawHub first, then keep the zip install ready for direct OpenClaw or local skill-folder setups.

03

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 ClawHub

OpenClaw local install

Use the packaged zip if you prefer a direct install into a local skill directory for OpenClaw-style workflows.

Download Zip

API docs and key setup

Review endpoint contracts, authentication, and task flow before plugging the skill into a broader agent workflow.

Read API Docs

Install 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.

macOS / Linux
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/skills
Windows PowerShell
New-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" -Force

Start now

Ready to install the skill?

Install from ClawHub, add your API key, and keep the docs nearby for broader agent workflows.