dom-analyzer
v0.1.3HTML/XML DOM structure analysis toolkit with hierarchy visualization and CSS selector discovery
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
codex plugin marketplace add studykit/studykit-plugins
codex plugin marketplace upgrade studykit-plugins
codex plugin add dom-analyzer@studykit-pluginsPaste 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-marketplace→dom-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-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dom-analyzer/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/html-tree/SKILL.md
Included Skills1
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
{
"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/"
}{
"name": "dom-analyzer",
"version": "0.1.3",
"description": "HTML/XML DOM structure analysis toolkit with hierarchy visualization",
"author": {
"name": "myungo"
}
}For maintainers
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)