search-content

Search multiple URLs for phrases and generate an Excel report with screenshots.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/jesusalainmm/ilumno_automatizaciones --skill search-content-jesusalainmm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-content
Source: https://github.com/jesusalainmm/ilumno_automatizaciones/tree/main/.claude/skills/search-content
Command: npx skills add https://github.com/jesusalainmm/ilumno_automatizaciones --skill search-content-jesusalainmm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps content teams verify that key phrases appear across multiple URLs, ensuring consistency and evidence through automated screenshots and a structured Excel report.

Core Features & Use Cases

  • Case-insensitive search across one or more URLs
  • Visual highlighting of matched phrases on pages with capture of screenshots
  • Consolidated reporting: per-URL and per-phrase statuses in an Excel file, plus detailed drill-down per search

Quick Start

Run the script with your URLs and phrases to generate the report and screenshots.

Frequently Asked Questions about search-content

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

FAQPage Schema
How do I verify that specific phrases appear across multiple URLs?

To verify phrases across multiple URLs, you can use browser automation to search each page, highlight matches, and capture screenshots. This generates a consolidated Excel report detailing per-URL and per-phrase statuses.

Can I capture screenshots of found phrases on live web pages?

Yes, you can capture screenshots of found phrases on live web pages. Using Playwright for browser automation, the tool visually highlights each matched occurrence and saves optional screenshots alongside the text results.

Does Playwright work with openpyxl for content validation reporting?

Yes, Playwright works with openpyxl for content validation reporting. Playwright handles the browser automation to locate and highlight phrases, while openpyxl generates the structured Excel report containing the drill-down validation results.

What is the best way to check multiple URLs for text and export the results to Excel?

The best way to check multiple URLs for text and export to Excel is using an automated script that processes a list of URLs, searches for target phrases case-insensitively, and writes a structured report with per-URL statuses.

How do I handle errors when validating phrases across a large list of URLs?

To handle errors when validating phrases across a large list of URLs, the process is designed to manage failures gracefully. If one URL encounters an error, the script continues processing remaining URLs to ensure a complete report.