WebSearchEnricher

Query public web search APIs to resolve missing or ambiguous record fields.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/TrevorMann/AIDataCleansing --skill websearchenricher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: WebSearchEnricher
Source: https://github.com/TrevorMann/AIDataCleansing/tree/main/skills/_common/web_search_enricher
Command: npx skills add https://github.com/TrevorMann/AIDataCleansing --skill websearchenricher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill resolves missing or ambiguous fields in records by leveraging public web search data, ensuring a more accurate and comprehensive dataset.

Core Features & Use Cases

  • Web Data Resolution: Automatically fills in missing information using public web search results.
  • Domain-Agnostic: Works across various domains without modification.
  • Use Case: When dealing with records with incomplete addresses or other fields, this Skill can use web search to fill in the gaps, improving the overall quality of the data.

Quick Start

Run the WebSearchEnricher skill on the record to enrich missing information.

Frequently Asked Questions about WebSearchEnricher

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

FAQPage Schema
How do I resolve missing fields in a dataset using web search data?

Web search data resolves missing fields by querying public web search APIs to find and extract relevant information for your records. It parses search results to automatically fill in incomplete data.

Can I use web search to clean data records across different domains?

Yes, web search data cleaning works across various domains without modification. It resolves ambiguous fields in any dataset by querying public APIs to retrieve missing information.

How do I enrich incomplete address records with web search results?

Enriching incomplete address records involves running a web search query on the partial data. The tool parses public search results to extract and fill in the missing address fields accurately.

What is the best way to automate record cleaning for incomplete datasets?

Automating record cleaning for incomplete datasets is best handled by querying public web search APIs. This approach parses search results to resolve missing or ambiguous fields, improving overall data accuracy.

Does data enrichment with web search require specific parsing logic?

Data enrichment with web search requires parsing and interpreting search results to extract relevant information. This logic resolves missing or ambiguous fields by querying public APIs.

Are there limitations to using public web search APIs for data accuracy?

Limitations of using public web search APIs for data accuracy include the need to parse and interpret search results correctly. It resolves missing fields but relies on public data availability.