zclaw-web-keywords-searcher

Search Bing with derived keywords and extract article content into Markdown.

1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/zeerd/zClaw-Skills --skill zclaw-web-keywords-searcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zclaw-web-keywords-searcher
Source: https://github.com/zeerd/zClaw-Skills/tree/main/skills/zclaw-web-keywords-searcher
Command: npx skills add https://github.com/zeerd/zClaw-Skills --skill zclaw-web-keywords-searcher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires scrapling[fetchers], html2text, and includes scripts (resource) components.

What problem does it solve?

Web research is time-consuming when locating relevant online information and sources. The Skill automatically derives keywords from user input, performs a Bing search, and retrieves clean content for quick analysis.

Core Features & Use Cases

  • Keyword extraction from user input and construction of a Bing search URL
  • Content extraction from search results into Markdown using a deterministic fetch workflow
  • Use cases include topic exploration, fact verification, and source gathering for reports

Quick Start

Provide a keyword prompt to search the web and I will return the relevant content in clean Markdown.

Frequently Asked Questions about zclaw-web-keywords-searcher

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

FAQPage Schema
How do I search Bing and extract web content into Markdown automatically?

To search Bing and extract web content into Markdown, this Skill automatically derives keywords from your prompt, constructs a Bing search URL, and fetches clean article text using the fetch_web_content workflow for structured results.

What is the best way to gather online sources for research using keyword queries?

The best way to gather online sources using keyword queries is to provide a topic prompt, allowing the system to automatically perform a Bing search and return relevant content in clean Markdown for quick analysis.

Can I use this for fact verification and topic exploration online?

Yes, you can use this for fact verification and topic exploration online by inputting a keyword prompt, which triggers a Bing search and extracts the discovered web content into structured Markdown output.

Does this web content extraction tool require specifying search keywords manually?

No, manual keyword specification is not required because the web content extraction tool automatically derives keywords from your natural language input to construct and execute the Bing search query.

How do I get clean Markdown output from raw Bing search results?

You get clean Markdown output from Bing search results by leveraging the fetch_web_content workflow, which scrapes the discovered websites and converts the extracted HTML article content into structured Markdown.

Why does web content extraction return formatted Markdown instead of raw HTML?

Web content extraction returns formatted Markdown instead of raw HTML to provide clean, readable text for quick analysis, stripping away irrelevant page elements and structuring the article content for immediate use.