read_current_page

Retrieve the full text of the user's active editor page without parameters.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly obtaining the full text of the page the user currently has open without requiring any parameters or manual selection, removing friction when an AI needs the current document context.

Core Features & Use Cases

  • Single-step retrieval: Capture the entire visible page content in one operation with no inputs required.
  • Context provider for AI workflows: Supply the active page text for summarization, editing suggestions, or content analysis.
  • Use Case: When a user asks for a summary of their current canvas page, the Skill fetches the active page text so the assistant can generate a concise summary.

Quick Start

Read the content of the page I currently have open and return the full text.

Frequently Asked Questions about read_current_page

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

FAQPage Schema
How do I read active page content in a canvas editor without manual selection?

To read active page content in a canvas editor without manual selection, use a single-step retrieval operation to capture the entire visible document text instantly, requiring no additional parameters or inputs.

Can I get current document text for AI summarization automatically?

Yes, you can get current document text for AI summarization automatically by fetching the active page context, supplying the full text directly to the assistant to generate a concise summary without manual copying.

Does reading the active editor page require any input parameters?

Reading the active editor page requires no input parameters. The operation retrieves the full text of the currently open document directly by accessing the editor's active document context, needing only permission to function.

What is the best way to extract full text from a currently open document for analysis?

The best way to extract full text from a currently open document for analysis is to use a context provider that retrieves the active page content in a single operation, removing friction for AI workflows.

Why does retrieving active page text require editor permissions?

Retrieving active page text requires editor permissions because the operation must access the editor's active document context directly to obtain the page content safely and accurately without additional user parameters.

When should I not use single-step active page content retrieval?

You should not use single-step active page content retrieval when operating outside a canvas or document editor, as it relies entirely on accessing the editor's active document context to function correctly.