web_skill

Fetch text content from URLs or perform web searches via Serper.dev or Tavily.ai.

5|2|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/William2333ZZ/ParameciumU --skill web-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web_skill
Source: https://github.com/William2333ZZ/ParameciumU/tree/main/packages/agent-template/template/skills/web_skill
Command: npx skills add https://github.com/William2333ZZ/ParameciumU --skill web-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you retrieve information from the web, either by fetching content from a specific URL or by performing a general web search.

Core Features & Use Cases

  • Fetch URL Content: Retrieve and display the text content of a given webpage.
  • Web Search: Find current information on the internet using search queries.
  • Use Case: If you need to know the latest news on a topic, use web_search. If you have a specific article link and want its content, use web_fetch.

Quick Start

Use web_fetch to get the content from https://example.com.

Frequently Asked Questions about web_skill

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

FAQPage Schema
How do I fetch text content from a specific URL?

To fetch text content from a specific URL, use the web fetch function to retrieve the webpage, extract the HTML, and strip the tags to display only the readable text information.

Can I perform a web search to find current information?

Yes, you can perform a web search to find current information by integrating with Serper.dev or Tavily.ai, which requires a valid SERPER_API_KEY or TAVILY_API_KEY to execute search queries.

Do I need an API key to use web search functionality?

Yes, you need an API key to use web search functionality. The search feature requires a valid SERPER_API_KEY or TAVILY_API_KEY to authenticate and execute queries with the respective search providers.

What's the best way to retrieve the latest news on a specific topic?

The best way to retrieve the latest news on a specific topic is to use the web search function, which queries the internet via Serper.dev or Tavily.ai to find current information.

Does fetching URL content strip HTML tags automatically?

Yes, fetching URL content automatically strips HTML tags. The retrieval process extracts the underlying HTML content and removes the structural tags to provide clean text content from the webpage.