read_page

Retrieve page title and body text by UUID or case-insensitive title.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly retrieving the complete text and title of a page when you only have a page UUID or an approximate title, avoiding manual navigation and copy-paste across content platforms.

Core Features & Use Cases

  • Full Content Retrieval: Returns the page title and the full text body for downstream processing.
  • Flexible Lookup: Accepts either a page UUID or a case-insensitive page title to locate the correct page.
  • Use Cases: Useful for documentation audits, content migration, search indexing, automated summarization, and QA workflows that require the raw page text.

Quick Start

Read the page with title Quarterly Roadmap and return the page title and full text content.

Frequently Asked Questions about read_page

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

FAQPage Schema
How do I retrieve full page content using only a title or UUID?

To retrieve page content, supply either a page UUID or a case-insensitive title string. The system matches the exact ID or performs a title lookup, returning the full page title and body text.

Can I fetch page text using a case-insensitive title match?

Yes, you can fetch page text using a case-insensitive title string. The lookup mechanism accepts approximate titles and returns the correctly matched page title and its complete text content.

Does page content retrieval work with both UUID and title inputs?

Page content retrieval works with both inputs by accepting either a page UUID for exact ID matching or a case-insensitive title string for flexible lookup, returning the full text body.

What is the best way to get raw page text for automated summarization?

The best way to get raw page text for automated summarization is querying by page UUID or title. This returns the complete page title and body text, ready for downstream processing and indexing.

How do I extract page body text for documentation audits?

You extract page body text for documentation audits by providing the page UUID or title. The system returns the full text content and title, avoiding manual navigation and copy-paste across content platforms.