read_page_by_title

Read the most recently updated page matching a title case-insensitively.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/mufarosean/Parallx --skill read-page-by-title
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read_page_by_title
Source: https://github.com/mufarosean/Parallx/tree/main/.parallx/skills/read_page_by_title
Command: npx skills add https://github.com/mufarosean/Parallx --skill read-page-by-title

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly locating and loading a specific page when you only know its title, handling variations in capitalization and duplicate titles, so users get the most relevant and up-to-date content without manual searching.

Core Features & Use Cases

  • Case-insensitive title matching: Find pages regardless of capitalization differences.
  • Most-recent match selection: When multiple pages match a title, return the most recently updated page.
  • Use Case: Retrieve a collaborative Canvas or documentation page named "Project Plan" even if contributors used differing capitalization and multiple revisions exist.

Quick Start

Find and return the most recently updated page that matches the title Project Plan using case-insensitive matching.

Frequently Asked Questions about read_page_by_title

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

FAQPage Schema
How do I retrieve a Canvas page when I only know the title and the capitalization might be wrong?

To retrieve a Canvas page by title, use case-insensitive matching to locate the content without worrying about capitalization differences. The system finds the page regardless of letter case and returns the content for downstream use.

What happens when multiple pages share the same title during a content retrieval search?

When multiple pages share the same title during content retrieval, the system resolves duplicate matches by modification timestamp. It compares the pages and returns the most recently updated version for display or processing.

How do I get the latest version of a page when duplicate revisions exist in the repository?

To get the latest version of a page when duplicate revisions exist, the system resolves multiple matches by modification timestamp. It selects the most recently updated page and returns its content for display.

Can I search for a page by title without matching the exact capitalization of the original document?

Yes, you can search for a page by title without matching exact capitalization. The case-insensitive matching mechanism finds pages regardless of capitalization differences, returning the most recently updated content.

What is the best way to fetch documentation content when contributors used differing capitalization across multiple revisions?

The best way to fetch documentation content with differing capitalization and multiple revisions is case-insensitive title matching combined with most-recent match selection. This returns the latest page content without manual searching.

Why does my page title search return an older version instead of the most recently updated content?

A page title search might return an older version if the retrieval method does not resolve multiple matches by modification timestamp. This Skill specifically prioritizes the most recently updated page when titles match case-insensitively.