pdf

Export conversation content into a styled PDF document.

23|4|Updated Sep 5, 2013
One-click install
npx skills add https://github.com/drn/dots --skill pdf-drn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/drn/dots/tree/main/agents/skills/pdf
Command: npx skills add https://github.com/drn/dots --skill pdf-drn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mistune, fpdf2, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to export important conversation content into a professionally formatted PDF document, making it easy to share and archive.

Core Features & Use Cases

  • Content Export: Convert summaries, research, or specific text from a conversation into a PDF.
  • Customizable Filenames: Specify a filename or let the skill generate one based on the content.
  • Use Case: After a detailed research session, export the findings to a PDF to share with your team or for future reference.

Quick Start

Export the last assistant message to a PDF file.

Frequently Asked Questions about pdf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export a conversation to a PDF document?

To export a conversation to a PDF, this skill converts markdown content into a styled PDF document. It selects content based on your arguments or defaults to the last assistant message, then saves the file to your Downloads directory.

Can I convert specific markdown messages instead of the whole conversation?

Yes, you can convert specific markdown messages by providing user arguments to define the content selection. If no arguments are specified, the skill defaults to exporting only the last assistant message.

How do I generate a professional filename for a PDF export?

The skill automatically generates a professional filename and title for your PDF export based on the conversation content. You can also specify a custom filename if you prefer a specific naming convention.

Does the markdown to PDF conversion require any external Python libraries?

The markdown to PDF conversion requires the mistune and fpdf2 Python libraries. These dependencies are used by the colocated Python script to process the markdown content and generate the styled PDF document.

Where are the generated PDF files saved on my computer?

Generated PDF files are saved directly to your user Downloads directory. This ensures that your exported conversation documents are easy to locate for future reference or immediate sharing.

What is the best way to share conversation summaries as a document?

The best way to share conversation summaries as a document is exporting the markdown content to a styled PDF. This makes the research findings easily readable and professionally formatted for team distribution or archiving.