list_pages

List all pages in a workspace with titles and IDs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams quickly discover all pages in a workspace by listing each page's title and unique identifier, reducing manual inventory tasks.

Core Features & Use Cases

  • Page enumeration: Retrieve a complete or limited list of pages with their titles and IDs.
  • Workspace inventory: Build an at-a-glance map of page references for audits and documentation.
  • Use Case: When onboarding a new project, generate an index of workspace pages to guide contributors.

Quick Start

List all pages in the workspace and return each page's title and ID.

Frequently Asked Questions about list_pages

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

FAQPage Schema
How do I list all workspace pages with their titles and IDs?

To list all workspace pages with their titles and IDs, you can use this Skill to retrieve a structured inventory of your content. It performs deterministic data retrieval to output a complete map of page references for auditing or documentation.

What is the best way to generate an inventory of pages across projects?

Generating an inventory of pages across projects is achieved by enumerating every page in the workspace. This Skill outputs a structured list of titles and unique identifiers, reducing manual mapping tasks and providing an at-a-glance overview.

Can I limit the number of workspace pages returned when mapping page references?

Yes, you can limit the number of workspace pages returned. The Skill supports optional limit control alongside deterministic data retrieval, allowing you to restrict the output size when auditing a large workspace.

Does workspace page enumeration support structured output for onboarding documentation?

Workspace page enumeration supports structured output for onboarding documentation by returning titles and IDs. This allows teams to generate an index of workspace pages, guiding new contributors through project content.

When do I need to map page references using unique identifiers?

You need to map page references using unique identifiers when auditing workspace content or building documentation overviews. The Skill retrieves deterministic title and ID pairs to ensure accurate page mapping across projects.