html-content-analysis

Installation
SKILL.md
Contains Hooks

This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.

HTML Content Analysis Skill

Purpose

Parse HTML documents to extract technology signals from meta tags, generator comments, script URLs, CSS frameworks, and structural patterns.

Operations

1. extract_meta_generator

Find <meta name="generator"> tags.

Command (conceptual):

curl -s {url} | grep -oP '<meta[^>]*name=["\']generator["\'][^>]*content=["\'][^"\']+["\']'

Generator Patterns:

Related skills
Installs
11
GitHub Stars
258
First Seen
Mar 9, 2026