remove-image-watermark
The remove-image-watermark skill provides an interface for removing visible watermarks from PNG, JPG, JPEG, and WEBP images using the Pilio developer API.
Is remove-image-watermark safe to install?
Review the source first: our audit of remove-image-watermark's source files found 2 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via the Pilio CLI and reads local image files for processing.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and users who need to automate the removal of image watermark overlays.
What can you do with it?
- Cleaning watermarked PNG, JPG, JPEG, or WEBP images
- Removing image watermark overlays
- Automating image watermark removal workflows
How good is this skill?
Quality score: 5/10. The skill documentation is clear and provides specific CLI commands for implementation.
What does the skill file contain?
# Remove Image Watermark Use the Pilio CLI so upload and asynchronous task polling are handled consistently. Require `PILIO_API_KEY` in the environment. Do not ask the user to paste API keys into the conversation. Try the same workflow online first: https://pilio.ai/image-watermark-remover Run: ```bash pnpm dlx @pilio/cli remove-image-watermark --input ./watermarked.png ``` The command returns a task payload. If the task is still pending or processing, wait for it: ```bash pnpm dlx @pilio/cli task wait <task_id> ``` Do not send the Pilio API key to result `download_url` values.
Frequently asked questions
What image formats does this skill support?
The skill supports PNG, JPG, JPEG, and WEBP images.
How does the skill handle authentication?
The skill requires the PILIO_API_KEY environment variable. It does not accept API keys provided directly in the conversation.
How do I check the status of a watermark removal task?
Use the command pnpm dlx @pilio/cli task wait <task_id> to poll for task completion.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.