noteplan

Search NotePlan notes, calendar notes, and Spaces SQLite data with date filtering.

Updated Oct 11, 2025
One-click install
npx skills add https://github.com/ninthspace/claude-code-marketplace --skill noteplan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: noteplan
Source: https://github.com/ninthspace/claude-code-marketplace/tree/main/noteplan
Command: npx skills add https://github.com/ninthspace/claude-code-marketplace --skill noteplan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

NotePlan users need to search across multiple NotePlan sources quickly to find, list, or fetch notes.

Core Features & Use Cases

  • Full-text search across all NotePlan sources (Notes, Calendar, Spaces, iCloud)
  • Date filtering and fast retrieval of matching notes
  • Get or list notes with clickable NotePlan URLs for quick opening

Quick Start

Run the npq.py script with a search term to query all NotePlan sources and view results in JSON or human-readable format.

Frequently Asked Questions about noteplan

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

FAQPage Schema
How do I search across all NotePlan notes and calendar entries?

Search NotePlan notes by running the included script to query standalone Markdown files, calendar notes, and Spaces SQLite data, retrieving matching results with direct opening URLs.

Can I filter NotePlan search results by specific dates?

You can filter NotePlan search results by specific dates using the optional date filtering parameter, narrowing matched Markdown notes and Spaces data to a defined timeframe.

Does NotePlan search work with SQLite Spaces data?

NotePlan search queries the Spaces SQLite database directly, extracting matched records while applying robust error handling to manage database access issues.

How do I get clickable URLs to open NotePlan notes directly?

Retrieve clickable NotePlan URLs by running the search script, which outputs matched notes alongside direct opening links for immediate access within the NotePlan app.

What is the best way to query NotePlan iCloud notes locally?

Query NotePlan iCloud notes locally by executing the deterministic script, performing full-text search across local Markdown files and Spaces data to locate specific terms.

Are there limitations when searching NotePlan Spaces data?

Search NotePlan Spaces data limitations involve SQLite database query failures, mitigated by robust error handling to maintain deterministic execution across Markdown and text files.