💧
AutomationPython

Add Text Watermark

by CoderWanFeng

Add Text Watermark is an Automation skill for Claude Code, published by CoderWanFeng in python-office.

1.3K stars301 forkson CoderWanFeng/python-officeAdded 2026/08/12Repository updated 2026/08/04
officepippypipythonweixin
Install in seconds
Install Add Text Watermark
Copy Add Text Watermark into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/CoderWanFeng/python-office/tree/develop/skills/pdf/add_text_watermark ~/.claude/skills/add_text_watermark

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/CoderWanFeng/python-office.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/pdf/add_text_watermark/SKILL.md in CoderWanFeng/python-office
Installs to
~/.claude/skills/add_text_watermark
Collection
One of 50 skills cataloged from this repository
Category
Automation1523 skills

What Add Text Watermark does

Add Text Watermark adds text watermarks to PDF files with custom font, size, color, and position. Use it when you need to mark a PDF with labels like confidential or draft.

Add Text Watermark is cataloged under Automation on DirSkills. Add Text Watermark comes from a repository tagged office, pip, pypi, python and weixin.

Documentation

README

add_text_watermark Skill

在 PDF 文档中添加文本水印

功能描述

向 PDF 文档添加文本水印,可自定义位置、字体、字号、颜色等参数。

所属分类

office/skills/pdf/add_text_watermark/

调用方式

from skills.pdf import add_text_watermark

add_text_watermark(
    input_file='./test.pdf',
    point=(100, 200),
    text='python-office',
    output_file='./with_watermark.pdf',
    fontname='Helvetica',
    fontsize=12,
    color=(1, 0, 0)
)

参数说明

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Add Text Watermark

  • What else does CoderWanFeng publish alongside Add Text Watermark?

    Add Text Watermark is one of 50 skills that DirSkills catalogs from CoderWanFeng/python-office, the repository it ships in. Its siblings there include Add Image Watermark, Add Line by Type and Add Watermark. Each one is a separate skill with its own page in this directory, installs the same way Add Text Watermark does, and is maintained by CoderWanFeng in that same repository. The rest of the collection is listed on the CoderWanFeng/python-office page.

  • How does Add Text Watermark compare to other Automation skills?

    Add Text Watermark ranks #633 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Add Text Watermark against them. Open each page to compare what they document and how they install.