identify-page-structure

Identify section boundaries and content sequences from scraped webpage data.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/Royincog/cpedia --skill identify-page-structure-royincog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: identify-page-structure
Source: https://github.com/Royincog/cpedia/tree/main/.agents/skills/identify-page-structure
Command: npx skills add https://github.com/Royincog/cpedia --skill identify-page-structure-royincog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify page structure from scraped webpages to enable structured authoring by producing a clear map of sections and content sequences.

Core Features & Use Cases

  • Two-level analysis: identify sections (Level 1) and content sequences within each section (Level 2).
  • Outputs neutral, descriptive descriptions suitable for downstream authoring tools.
  • Prepares inputs for orchestration with related skills like page-import, scrape-webpage, page-decomposition, block-inventory, and authoring-analysis.

Quick Start

Provide a scraped page’s screenshot (screenshot.png), cleaned HTML (cleaned.html), and metadata.json (metadata.json); the skill will identify section boundaries and analyze content sequences for each section.

Frequently Asked Questions about identify-page-structure

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

FAQPage Schema
How do I identify page structure from scraped webpage data for content planning?

To identify page structure from scraped webpage data, you provide a screenshot, cleaned HTML, and metadata JSON. The skill maps section boundaries and analyzes content sequences within each section to support structured authoring.

What is the best way to map content sequences within individual page sections?

The best way to map content sequences is through a two-level analysis: first identifying broad page sections, then breaking down the content sequences within each section to produce neutral descriptions for downstream authoring.

Can I use this skill to prepare inputs for downstream authoring and governance tasks?

Yes, you can use this skill to prepare inputs for downstream authoring and governance tasks. It outputs section boundaries, per-section sequence descriptions, and block inventory context specifically designed for orchestration with related authoring tools.

What inputs do I need to analyze webpage sections and block inventory context?

You need three specific inputs to analyze webpage sections: a scraped page screenshot (screenshot.png), cleaned HTML (cleaned.html), and metadata.json. These files allow the skill to determine section boundaries and map the block inventory.

Does page structure identification work with HTML from any web scrape?

Page structure identification works with cleaned HTML from any web scrape. You must supply the cleaned HTML file alongside a screenshot and metadata JSON to successfully extract section boundaries and content sequences.

Why does page structure analysis separate sections from content sequences?

Page structure analysis separates sections from content sequences to provide a structured two-level map. This separation outputs neutral, descriptive boundaries for each block, enabling precise downstream orchestration with page decomposition and authoring tools.