Remarkable Notebook Extraction

Extract dated entries from Remarkable PDF notebooks into Markdown files.

1|Updated Sep 17, 2025
One-click install
npx skills add https://github.com/mpazaryna/agentic-factory --skill remarkable-notebook-extraction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Remarkable Notebook Extraction
Source: https://github.com/mpazaryna/agentic-factory/tree/main/pm/pkm/skills/remarkable
Command: npx skills add https://github.com/mpazaryna/agentic-factory --skill remarkable-notebook-extraction

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of extracting dated entries from PDF notebooks created with a Remarkable tablet, converting them into organized interstitial notes.

Core Features & Use Cases

  • Automated Extraction: Identifies and extracts dated entries from specified PDF files.
  • Incremental Processing: Safely re-runs to add new entries without duplicating existing ones.
  • Tagging: Automatically applies project tags based on hashtags found on date lines in the PDF.
  • Use Case: Consolidate your daily or weekly notes from your Remarkable into your digital knowledge base, ensuring no entry is lost and all relevant projects are tagged.

Quick Start

Use the remarkable skill to extract dated entries from the PDF located at /path/to/your/remarkable-notes.pdf.

Frequently Asked Questions about Remarkable Notebook Extraction

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

FAQPage Schema
How do I extract dated entries from a Remarkable PDF notebook?

Extracting dated entries from a Remarkable PDF notebook is done by parsing the file to identify date patterns and converting them into organized interstitial Markdown notes. The process checks for existing notes to prevent duplication.

Can I import Remarkable notes into a Markdown knowledge base without creating duplicates?

Importing Remarkable notes into a Markdown knowledge base avoids duplicates through incremental processing. The extraction script checks for existing notes before creating new Markdown files, allowing safe re-runs to add new entries.

How do I automatically tag extracted Remarkable PDF notes by project?

Automatically tagging extracted Remarkable PDF notes by project occurs when the parser detects hashtags on date lines within the PDF. These identified hashtags are then applied as project tags to the newly created Markdown files.

What is the best way to handle undated content when extracting Remarkable PDFs?

Handling undated content when extracting Remarkable PDFs is managed by offering to update a designated summary file. This ensures content without recognizable date patterns is still captured rather than being skipped.

Does the Remarkable notebook extraction process support incremental updates?

The Remarkable notebook extraction process fully supports incremental updates. It safely re-runs on the same PDF file to add newly written entries while verifying existing notes to avoid duplicating previously extracted content.