add-pdf-reader

Extract text from PDFs using pdftotext for NanoClaw agents.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/LIMITLESS-LONGEVITY/limitless --skill add-pdf-reader-limitless-longevity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-pdf-reader
Source: https://github.com/LIMITLESS-LONGEVITY/limitless/tree/main/apps/nanoclaw/.claude/skills/add-pdf-reader
Command: npx skills add https://github.com/LIMITLESS-LONGEVITY/limitless --skill add-pdf-reader-limitless-longevity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically enables PDF text extraction for NanoClaw agents by converting PDF content into searchable text using the pdftotext CLI, supporting PDFs from WhatsApp attachments, URLs, and local files.

Core Features & Use Cases

  • PDF Text Extraction: Extracts readable text from PDFs using pdftotext and pdfinfo for verification.
  • Attachment, URL & Local File Handling: Automatically downloads PDFs from WhatsApp attachments, fetches PDFs from URLs, and reads PDFs stored locally within the workspace for on-demand processing.
  • Use Case: When a user sends a PDF, the agent can extract and return the text, or summarize the document content.

Quick Start

Enable the add-pdf-reader skill and extract text from a provided PDF using pdftotext.

Frequently Asked Questions about add-pdf-reader

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

FAQPage Schema
How do I extract text from PDF attachments in WhatsApp?

To extract text from PDF attachments in WhatsApp, you can use the add-pdf-reader skill to automate downloading the file and running the pdftotext CLI to convert the content into readable text.

Can I use pdftotext to read PDFs from URLs and local files?

Yes, pdftotext can read PDFs from URLs and local files by fetching remote documents and processing workspace files to extract searchable text for NanoClaw agents.

How do I add PDF reading capabilities to a NanoClaw agent?

You can add PDF reading capabilities to a NanoClaw agent by enabling the add-pdf-reader skill, which integrates the pdftotext CLI to automatically extract and return text from provided documents.

What is the best way to extract text from PDFs in a group workspace?

The best way to extract text from PDFs in a group workspace is using the add-pdf-reader skill, which handles local files and WhatsApp attachments by running pdfinfo for verification and pdftotext for extraction.

Does the add-pdf-reader skill require additional components to process PDFs?

The add-pdf-reader skill does not require additional components, as it operates independently using the pdftotext CLI to fetch, verify, and extract text from PDFs across supported inputs.

Why does my PDF text extraction return empty content?

PDF text extraction may return empty content if the document is image-based or corrupted, as the skill relies on the pdftotext CLI to parse text layers rather than performing OCR on scanned images.