A smart PDF utility that automatically detects page orientation to apply perfectly centered, adjustable text watermarks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pdf-watermark
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pdf-watermark using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The PDF Watermark Tool is a sophisticated utility designed to automate the process of adding text overlays to PDF documents. Unlike static tools, it intelligently analyzes every page of a document to detect its orientation—whether portrait, landscape, or square—and adjusts the watermark angle and font size accordingly. This ensures that every page looks professional and consistent, making it a valuable addition to your collection of Openclaw Skills.
This skill is built with global compatibility in mind, offering full support for Chinese characters by automatically detecting available system fonts such as STHeiti or Songti. Whether you are dealing with local files or remote assets, this tool streamlines the branding and protection of your digital documents.
To use this tool within the Openclaw Skills environment, ensure you have Python 3 installed. You can execute the script using the following commands:
# Basic usage with automatic settings
python3 scripts/add_pdf_watermark.py <input_pdf_path> "<watermark_text>"
# Advanced usage with custom parameters
python3 scripts/add_pdf_watermark.py <input_pdf> "<watermark_text>" <output_pdf> <angle> <transparency> <font_size>
The skill manages data through the following parameters and file structures:
| Parameter | Description | Default Value |
|---|---|---|
| Input PDF | Local path or remote URL | Required |
| Watermark Text | The string to be displayed | Required |
| Transparency | Alpha channel (0.0 to 1.0) | 0.25 |
| Angle | Rotation degree | Auto (25°-35°) |
| Font Size | Text height in pixels | Auto (28-60px) |
| Output Path | Location for the saved file | {input}_watermarked.pdf |
Loading
A two-layer safety framework designed to protect AI agents from prompt injections and sensitive content violations.

An intelligent multi-model routing manager that optimizes AI performance and reduces costs through automated model selection and failover logic.

RTFM Testing is a methodology that spawns fresh AI agents with zero context to validate whether documentation is actually usable for its intended tasks.

Bagman is a comprehensive security framework for AI agents to manage private keys and API secrets without risking accidental exposure or theft.

A comprehensive developer tool for building .NET applications that process Excel, Word, PDF, and email files using GemBox components.

A decentralized governance framework on Base Sepolia that allows AI agents to follow rules, log actions, and prove compliance on-chain.








































