install-docs-deps
Install all Python packages needed by the pdf-factory skill and verify they work.
$ARGUMENTS
If --pip is passed as an argument, use pip install --break-system-packages instead of the default installer.
Steps
-
Run installer script:
python3 ${SKILL_ROOT}/../pdf-factory/scripts/install_deps.py -
Verify imports:
python3 -c " import xhtml2pdf import reportlab import pypdf import markdown import lxml from PIL import Image import html5lib import cssselect2 print('All 9 core dependencies verified successfully.') " -
Check optional packages:
python3 -c " try: import pyhanko print('pyhanko (PDF signing): available') except ImportError: print('pyhanko (PDF signing): not available (optional)') try: import bidi print('python-bidi (RTL text): available') except ImportError: print('python-bidi (RTL text): not available (optional)') " -
Report results with a summary of what was installed and verified.
More from bluewaves-creations/bluewaves-skills
photographer-testino
Generate images in Mario Testino's glamorous vibrant style. Use when users ask for Testino style, high fashion glamour, bold saturated colors, warm luxurious photography, dynamic sensual energy.
35photographer-lindbergh
Generate images in Peter Lindbergh's iconic black and white style. Use when users ask for Lindbergh style, raw authentic beauty, emotional B&W portraits, supermodel aesthetic, or unretouched natural photography.
30photographer-lachapelle
Generate images in David LaChapelle's surreal pop art style. Use when users ask for LaChapelle style, pop surrealism, hyper-saturated colors, theatrical staging, baroque maximalism, kitsch aesthetic.
24epub-creator
Create production-quality EPUB 3 ebooks from markdown and images with automated QA, formatting fixes, and validation. Use when creating ebooks, converting markdown to EPUB, or compiling chapters into a publishable book. Handles markdown quirks, generates TOC, adds covers, and validates output automatically.
22photographer-vonunwerth
Generate images in Ellen von Unwerth's playful vintage style. Use when users ask for von Unwerth style, playful sensuality, vintage film noir, whimsical feminine photography, retro glamour, narrative storytelling.
19photographer-ritts
Generate images in Herb Ritts' sculptural black and white style. Use when users ask for Ritts style, classical Greek aesthetic, sculptural body photography, California golden hour, minimalist athletic portraits.
18