From download
Download all pages from a Scribd document as images. Use when the user shares a scribd.com URL and wants to save, download, archive, or extract the pages/images of a Scribd document.
How this skill is triggered — by the user, by Claude, or both
Slash command
/download:scribd-documentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Download all page images from a Scribd document via its embed view.
Download all page images from a Scribd document via its embed view.
$ARGUMENTS should contain: <url> [output_dir]Run the Scribd extractor script with a 10-minute timeout (large documents can take several minutes to scroll and download):
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/scribd_extractor.py $ARGUMENTS
IMPORTANT: When running this via the Bash tool, set timeout: 600000 (10 minutes).
If httpx or playwright are not installed, install them first:
pip3 install httpx playwright
python3 -m playwright install chromium
The script handles everything:
/embeds/{id}/content).jpg filesAfter the script finishes:
.jpg files in the output directorypage_0001.jpg) for correct sort order./scribd_output if not specified# Download with default output directory
/download:scribd-document https://www.scribd.com/document/123456789/Sample-Document-Title
# Download to a specific directory
/download:scribd-document https://www.scribd.com/document/123456789/Sample-Document-Title ./my-book
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub mayank-io/mstack --plugin download