page-analysis

Analyze web page content, structure, and interactive elements into a structured report.

237|20|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/billy-enrizky/openbrowser-ai --skill page-analysis
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: page-analysis
Source: https://github.com/billy-enrizky/openbrowser-ai/tree/main/plugin/skills/page-analysis
Command: npx skills add https://github.com/billy-enrizky/openbrowser-ai --skill page-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze web page content, structure, and interactive elements to understand what a page contains and how it is organized.

Core Features & Use Cases

  • Analyze page content and extract metadata
  • Detect technologies and framework indicators
  • Generate a structured report of layout, headings, and interactive elements

Quick Start

Run the page-analysis workflow on a target webpage to generate a structured report detailing content, structure, and interactive elements.

Frequently Asked Questions about page-analysis

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

FAQPage Schema
How do I extract metadata and analyze webpage structure?▼

To extract metadata and analyze webpage structure, you can run the page-analysis workflow on a target webpage to generate a structured report detailing content, headings, and interactive elements.

Can I detect website technologies and framework indicators from a webpage?▼

Yes, you can detect website technologies and framework indicators by analyzing web page content and structure to generate a comprehensive report of what the page contains.

Do I need a Python execution environment to analyze webpage content?▼

Yes, webpage content analysis requires a Python execution environment via openbrowser-ai, using evaluate() to run scripts in a persistent namespace for extracting DOM and layout details.

What is the best way to audit multiple webpages for heading structure and layout?▼

The best way to audit multiple webpages is to use a page analysis workflow that supports single or multiple pages, extracting metadata, heading structure, and layout for a comprehensive review.

How does DOM analysis work for webpage content summarization?▼

DOM analysis for webpage content summarization works by executing Python scripts in a persistent namespace to parse interactive elements, headings, and metadata into a structured report.