extracting-metadata

Extract titles, descriptions, language, and Open Graph tags from HTML documents.

26|2|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/xberg-io/plugins --skill extracting-metadata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extracting-metadata
Source: https://github.com/xberg-io/plugins/tree/main/plugins/html-to-markdown/.cursor-plugin/skills/extracting-metadata
Command: npx skills add https://github.com/xberg-io/plugins --skill extracting-metadata

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires html-to-markdown, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Extracting metadata from HTML documents can be time-consuming and error-prone. This Skill simplifies the process, allowing you to quickly and accurately extract critical information from HTML files.

Core Features & Use Cases

  • Metadata Extraction: Retrieve page titles, descriptions, language, Open Graph tags, and structured data.
  • JSON Output: Provides a structured JSON output for further processing.
  • Use Case: Use this Skill to gather metadata from a website's HTML and prepare it for a database or analytics platform.

Quick Start

Use the extracting-metadata skill to get metadata from the 'index.html' file.

Frequently Asked Questions about extracting-metadata

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

FAQPage Schema
How do I extract metadata from HTML documents?

To extract metadata from HTML documents, use this Skill to retrieve page titles, descriptions, language, and Open Graph tags. It parses HTML content and outputs structured JSON data for further processing in analytics or database workflows.

What is the best way to get Open Graph tags from web pages?

The best way to get Open Graph tags from web pages is using an automated extraction tool. This Skill specifically targets Open Graph tags along with other document properties and returns them in a structured JSON format.

Do I need html-to-markdown to parse HTML for content analysis?

Yes, you need the html-to-markdown dependency to parse and transform HTML content into structured data. This Skill relies on it to accurately process the HTML documents before extracting the metadata.

Can I use extracted web scraping metadata for data aggregation?

Yes, you can use extracted web scraping metadata for data aggregation. This Skill provides structured JSON output containing titles, descriptions, and language tags, making it ready for ingestion into analytics platforms.

What structured data does this Skill extract from HTML files?

The structured data extracted from HTML files includes document properties like page titles, descriptions, language settings, and Open Graph tags. It outputs this information as JSON for web content management workflows.