linkfox-tsearch-web-search

Search the web and extract unstructured content for summarization.

69|14|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/linkfox-ai/linkfox-skills --skill linkfox-tsearch-web-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linkfox-tsearch-web-search
Source: https://github.com/linkfox-ai/linkfox-skills/tree/main/skills/linkfox-tsearch-web-search
Command: npx skills add https://github.com/linkfox-ai/linkfox-skills --skill linkfox-tsearch-web-search

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Real-time information needs often require quickly gathering and reading content from the open web; this skill bundles search and content extraction into a single step to save time and reduce manual work.

Core Features & Use Cases

  • Web search plus automatic content extraction in one call, returning unstructured text ready for summaraization.
  • Use cases include real-time information gathering, breaking news checks, topic research, Reddit discussions, and monitoring external sites for trending posts.

Quick Start

Search the latest information on a topic and return a concise extracted summary from the top results.

Frequently Asked Questions about linkfox-tsearch-web-search

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

FAQPage Schema
How do I perform real-time web search and content extraction in a single step?

Real-time web search and content extraction are bundled into a single call that posts a keyword payload to the search endpoint, returning unstructured text fields including title, url, content, and score ready for summarization.

Can I retrieve Reddit discussions and breaking news using a web search API?

Yes, retrieving Reddit discussions and breaking news is supported by the web search API, which targets social platforms and search engines to deliver real-time information and extracted content from external sites.

What's the best way to gather topic research results for summarization?

The best way to gather topic research results is using a combined search and extraction tool that returns unstructured text content directly from top search results, eliminating manual copying before summarization.

Does this web search skill require any external dependencies or API keys?

This web search skill requires no external dependencies, but it does use an Authorization header with an API key to post JSON payloads to the tsearch search endpoint for retrieving results.

What fields are included in the search results returned for real-time information gathering?

The search results returned for real-time information gathering include specific fields: score, title, url, content, and costToken, providing all necessary data for immediate content analysis and summarization.