Agent Plugins Marketplace
All plugins

dom-analyzer

v0.1.3

HTML/XML DOM structure analysis toolkit with hierarchy visualization and CSS selector discovery

CodexClaude Code1 Skill

By studykitLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install dom-analyzer for Codex and Claude Code

Installs for the current user
codex plugin marketplace add studykit/studykit-plugins
codex plugin marketplace upgrade studykit-plugins
codex plugin add dom-analyzer@studykit-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the studykit-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “dom-analyzer” remain stable.

  • Codex: dom-analyzer@agent-plugin-marketplacedom-analyzer@studykit-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/studykit/studykit-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dom-analyzer/.

Plugin files

dom-analyzer/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/html-tree/SKILL.md

Included Skills1

html-treeskills/html-tree/SKILL.md

This skill should be used when analyzing HTML DOM structure, visualizing element hierarchies, exploring page layout level by level, discovering CSS selectors for scraping, debugging why a selector does not match, showing the HTML tree of a file, parsing HTML to inspect elements, or examining page structure. Provides the html-tree CLI tool for tree visualization with depth control, selector filtering, and parent context display.

Plugin manifests2

dom-analyzer/.codex-plugin/plugin.json
{
  "name": "dom-analyzer",
  "version": "0.1.3",
  "description": "HTML/XML DOM structure analysis toolkit with hierarchy visualization and CSS selector discovery",
  "author": {
    "name": "studykit"
  },
  "repository": "https://github.com/studykit/studykit-plugins",
  "license": "MIT",
  "keywords": [
    "html",
    "xml",
    "dom",
    "css-selector",
    "web-scraping",
    "structure-analysis"
  ],
  "interface": {
    "displayName": "DOM Analyzer",
    "shortDescription": "Inspect HTML/XML structure and discover selectors",
    "developerName": "studykit",
    "category": "Coding",
    "capabilities": [
      "Interactive",
      "Read"
    ]
  },
  "skills": "./skills/"
}
dom-analyzer/.claude-plugin/plugin.json
{
  "name": "dom-analyzer",
  "version": "0.1.3",
  "description": "HTML/XML DOM structure analysis toolkit with hierarchy visualization",
  "author": {
    "name": "myungo"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[dom-analyzer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dom-analyzer)