page-analysis

仓库创建 2025年12月19日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

快速理解复杂页面结构,利于后续信息抽取或自动化决策。

▸ 风险提示

会访问外部网页用于抓取与分析

这个 Skill 做什么

分析网页内容与结构,输出页面组成、要点与交互元素说明。

能把一个网页的内容、版块和交互点讲清楚,告诉你页面有哪些模块、核心要点和按钮/表单等元素。适合在做信息抽取、可用性评估或准备给开发/设计同事交接时用。特别之处是会结合页面结构把重点拆解,并能用 Python(通过 openbrowser-ai)跑脚本抓取更详细的数据和交互信息。

▸ 展开 SKILL.md 英文原文

Analyze web page content, structure, and layout to understand what a page contains and how it is organized. Trigger when the user asks to: analyze a page, understand page structure, inspect a website, summarize page content, examine page layout, review a web page, or describe what is on a page.

研究检索页面解析结构化摘要交互元素识别通用
235
Stars
20
Forks
7
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/billy-enrizky/openbrowser-ai/main/plugin/skills/page-analysis/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/billy-enrizky/openbrowser-ai/main/plugin/skills/page-analysis/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Page Analysis

Analyze and understand web page content, structure, and interactive elements using Python code execution. Produces a comprehensive breakdown of what is on the page and how it is organized.

All code runs via `openbrowser-ai -c`. The daemon starts automatically and persists variables across calls. All browser functions are async -- use `await`.

The CLI daemon also persists cookies and login state in `~/.config/openbrowser/profiles/daemon/storage_state.json`, so authenticated sessions can be reused across later runs.

## Setup

Before running, verify openbrowser-ai is installed:

```bash
openbrowser-ai --help
```

If not found, install:

```bash
# macOS/Linux
curl -fsSL https
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有