← Back to Skills Marketplace
Pdf Watermark Chinese
by
pwcy1978-boop
· GitHub ↗
· v1.0.0
· MIT-0
227
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install pdf-watermark-chinese
Description
PDF 水印添加和移除功能,支持文本和图像水印
Usage Guidance
This skill appears to do what it says: add/remove text and image watermarks and support Chinese fonts. Before installing, note: (1) you must have PyPDF2 and reportlab available (the skill doesn't auto-install them); (2) the code reads and writes files you provide and probes local font files (it runs fc-list and checks common font paths) — this is normal for Chinese font support but means it will access your filesystem; (3) there are no network calls or credential requirements in the provided files; (4) review pdf_watermark.py (the larger file) if you want to confirm the 'remove watermark' and batch-processing implementations and to ensure it matches your expectations. Run the tool on non-sensitive files first and ensure file permissions/paths are what you expect.
Capability Analysis
Type: OpenClaw Skill
Name: pdf-watermark-chinese
Version: 1.0.0
The skill bundle provides legitimate functionality for adding text and image watermarks to PDF files, with specific support for Chinese fonts. It uses standard libraries like PyPDF2 and reportlab. While it utilizes subprocess.run to call 'fc-list' for font detection in pdf_watermark.py, the command is static and does not pose a shell injection risk. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The skill name/description (PDF watermark add/remove, text and image, Chinese support) matches the included code and SKILL.md. The code implements text/image watermarking, has Chinese font detection/registration logic, and a CLI in pdf_watermark_chinese.py — all coherent with the declared purpose.
Instruction Scope
SKILL.md and the source instruct the agent to read and write PDF and image files and to detect/register local fonts. The code reads local font files and calls fc-list for font discovery; these are in-scope for supporting Chinese text rendering. There are no instructions to send data to external endpoints or to read unrelated credentials or system secrets.
Install Mechanism
There is no install spec (instruction-only installation). Included are plain Python files with standard library usage and dependencies on PyPDF2/reportlab. No external archives, unknown download URLs, or extract steps are present.
Credentials
The skill requests no environment variables or credentials. It accesses local filesystem paths (PDFs, images, font files) and runs a benign subprocess call to fc-list to discover fonts — behavior consistent with supporting Chinese font rendering. No unrelated secrets or services are requested.
Persistence & Privilege
always:false and default invocation settings are used. The skill does not request permanent platform-wide privileges, nor does it modify other skills' configurations in the provided code.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pdf-watermark-chinese - After installation, invoke the skill by name or use
/pdf-watermark-chinese - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 初始发布,提供 PDF 水印添加和移除功能。
- 支持添加文本和图像水印。
- 可以批量处理 PDF 文件。
- 支持移除现有 PDF 水印。
- 可自定义水印样式、位置、透明度和页面范围。
Metadata
Frequently Asked Questions
What is Pdf Watermark Chinese?
PDF 水印添加和移除功能,支持文本和图像水印. It is an AI Agent Skill for Claude Code / OpenClaw, with 227 downloads so far.
How do I install Pdf Watermark Chinese?
Run "/install pdf-watermark-chinese" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pdf Watermark Chinese free?
Yes, Pdf Watermark Chinese is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pdf Watermark Chinese support?
Pdf Watermark Chinese is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pdf Watermark Chinese?
It is built and maintained by pwcy1978-boop (@pwcy1978-boop); the current version is v1.0.0.
More Skills