PD

PDF Brand Covers Automation

Automates the insertion of branding pages into PDF documents.

Install

mkdir -p .claude/skills/pdf-brand-covers-automation && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15641" && unzip -o skill.zip -d .claude/skills/pdf-brand-covers-automation && rm skill.zip

Installs to .claude/skills/pdf-brand-covers-automation

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Automates the addition of custom "Caligrafía Mágica" branding (introductory cover with logo and ending page) to any PDF documents.
130 charsno explicit “when” trigger
Beginner

Key capabilities

  • Append a brand-new title cover with the Caligrafía Mágica logo to PDFs
  • Add a final thank you page to existing PDF documents
  • Combine branding with page deletion functionality
  • Combine branding with text redaction functionality
  • Import and call core logic from other Python scripts

How it works

The skill uses a Python script to add a branded introductory cover and a thank you page to an existing PDF document. It can also perform text redaction and page deletion.

Inputs & outputs

You give it
An input PDF file path, an output PDF file path, and an option to add covers
You get back
A new PDF document with Caligrafía Mágica branding applied

When to use PDF Brand Covers Automation

  • Branding course materials
  • Adding covers to PDFs
  • Redacting sensitive text
  • Automating document formatting

About this skill

PDF Brand Covers Automation Skill

This skill explains how the agent can automatically brand a PDF document with the "Caligrafía Mágica" elements.

🎯 Purpose

To automatically append a brand-new title cover with the Caligrafía Mágica logo, and a final thank you page to existing PDF documents.

📥 Required Assets

The process relies on assets/caligrafia_magica_logo.png being present in the workspace root. Do not delete this file.

🧰 Usage Instructions

You can fulfill branding tasks from the command line interface using cli.py:

python cli.py --input path/to/document.pdf --output path/to/branded_document.pdf --add-covers

You can also combine this with logic to delete pages or redact text:

python cli.py --input math_test.pdf --output branded_math_test.pdf --add-covers --redact-text "Borrador"

⚙️ Core Logic

If operating within another python script, you can import and call:

from core.pdf_processor import add_covers

add_covers("source.pdf", "destination.pdf", logo_path="assets/caligrafia_magica_logo.png")

When not to use it

  • When the user does not want to add Caligrafía Mágica branding to PDFs
  • When the user needs to create a PDF from scratch
  • When the user wants to modify the content of the PDF beyond adding covers or redacting text

Prerequisites

assets/caligrafia_magica_logo.png

Limitations

  • The process relies on assets/caligrafia_magica_logo.png being present in the workspace root.

How it compares

This skill automates the process of adding specific branding elements to PDFs, saving time compared to manually editing each document.

Compared to similar skills

PDF Brand Covers Automation side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
PDF Brand Covers Automation (this skill)04moReviewBeginner
slack-gif-creator63moReviewIntermediate
nano-image-generator16moReviewBeginner
post-process-logo17moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

slack-gif-creator

anthropics

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."

698

nano-image-generator

solidSpoon

Generate images using Nano Banana Pro (Gemini 3 Pro Preview). Use when creating app icons, logos, UI graphics, marketing banners, social media images, illustrations, diagrams, or any visual assets. Triggers include phrases like 'generate an image', 'create a graphic', 'make an icon', 'design a logo', 'create a banner', or any request needing visual content.

110

post-process-logo

tradingstrategy-ai

Post-process original logos into standardised 256x256 PNG format

12

pdf

anthropics

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

64178

pdf-processing

Ming-Kai-LC

Comprehensive PDF processing techniques for handling large files that exceed Claude Code's reading limits, including chunking strategies, text/table extraction, and OCR for scanned documents. Use when working with PDFs larger than 10-15MB or more than 30-50 pages.

37171

pdf-processing-pro

davila7

Production-ready PDF processing with forms, tables, OCR, validation, and batch operations. Use when working with complex PDF workflows in production environments, processing large volumes of PDFs, or requiring robust error handling and validation.

17110

Search skills

Search the agent skills registry