install-epub-deps

Installation
SKILL.md

Install all Python packages needed by the epub-creator skill and verify they work.

$ARGUMENTS

If --pip is passed as an argument, use pip install instead of uv pip install.

Steps

  1. Determine installer: Use uv pip install by default. If $ARGUMENTS contains --pip, use pip install instead.

  2. Install dependencies:

    uv pip install ebooklib markdown Pillow beautifulsoup4 lxml PyYAML
    
  3. Verify imports:

    python3 -c "
    import ebooklib
    import markdown
    
Related skills

More from bluewaves-creations/bluewaves-skills

Installs
2
GitHub Stars
1
First Seen
Mar 28, 2026