Docsend To Pdf Skill banner
yaniv-golan yaniv-golan

Docsend To Pdf Skill

Development community

Description

Convert DocSend links to PDF files — Python CLI + Claude Code skill

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

DocSend to PDF

[![Install in Claude Desktop](https://img.shields.io/badge/Install_in_Claude_Desktop-D97757?style=for-the-badge&logo=claude&logoColor=white)](https://yaniv-golan.github.io/docsend-to-pdf-skill/static/install-claude-desktop.html)

[![PyPI version](https://img.shields.io/pypi/v/docsend-to-pdf.svg)](https://pypi.org/project/docsend-to-pdf/) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Agent Skills Compatible](https://img.shields.io/badge/Agent_Skills-compatible-4A90D9)](https://agentskills.io) [![Claude Code Plugin](https://img.shields.io/badge/Claude_Code-plugin-F97316)](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/plugins) [![Cursor Plugin](https://img.shields.io/badge/Cursor-plugin-00D886)](https://cursor.com/docs/plugins)

Convert any DocSend shared link into a downloadable PDF — handling all access gates automatically.

Uses the open [Agent Skills](https://agentskills.io) standard. Works with Claude Desktop, Claude Code, Cursor, Codex CLI, Manus, and other compatible agents.

What It Does

  • Accepts any DocSend URL (docsend.com/view/, /v/ short links, custom subdomains)
  • Handles all access gates: email, passcode, NDA acceptance, email verification
  • Downloads page images via DocSend's internal API and composites them into a multi-page PDF
  • Two-phase resumable design for programmatic use (session blob or state file)
  • Detects and rejects non-document links (Spaces/folders, video documents)

Installation

Claude Desktop

[![Install in Claude Desktop](https://img.shields.io/badge/Install_in_Claude_Desktop-D97757?style=for-the-badge&logo=claude&logoColor=white)](https://yaniv-golan.github.io/docsend-to-pdf-skill/static/install-claude-desktop.html)

*— or install manually —*

  1. Click Customize in the sidebar
  2. Click Browse Plugins
  3. Go to the Personal tab and click +
  4. Choose Add marketplace
  5. Type `yaniv-golan/docsend-to-pdf-ski