online-search

Fetch real-time web results via the ProSearch gateway with optional time filtering.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/novolei/if2Ai --skill online-search-novolei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: online-search
Source: https://github.com/novolei/if2Ai/tree/main/src-tauri/resources/bundled-skills/online-search
Command: npx skills add https://github.com/novolei/if2Ai --skill online-search-novolei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Real-time internet information is essential for up-to-date decision making; this Skill provides direct access to current web results via the ProSearch gateway.

Core Features & Use Cases

  • Real-time web search results with titles, snippets, URLs, and sources via a local gateway.
  • Time-range filtering support through from_time/to_time for recency-sensitive queries.
  • Returns a pre-rendered message field containing the results to ensure source integrity and prevent hallucinated links.
  • Use case: retrieve the latest updates on a breaking topic and present clickable sources to the user.

Quick Start

Ask a question that requires current information and let ProSearch retrieve real-time results.

Frequently Asked Questions about online-search

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

FAQPage Schema
How do I fetch real-time internet search results for a breaking topic?

Real-time internet search is achieved by using this Skill to query a local ProSearch proxy, which returns structured JSON containing live web results with titles, snippets, URLs, and sources. This prevents hallucinated links and provides verbatim source data.

Can I filter web search results by a specific time range?

Yes, you can filter web search results by a specific time range using the from_time and to_time parameters. This feature supports recency-sensitive queries to ensure the returned live web results fall within your required timeframe.

Do I need a local proxy to retrieve live web results?

Yes, you need a local proxy to retrieve live web results. The Skill relies on a lightweight, self-contained workflow that uses a local Node.js script to post queries to the ProSearch gateway and return structured JSON output.

How does this approach prevent hallucinated links in web search results?

It prevents hallucinated links by returning a pre-rendered message field containing the actual web search results. This ensures source integrity by providing verbatim titles, snippets, and URLs directly fetched from the ProSearch gateway.

What is the best way to get structured JSON from an internet search?

The best way to get structured JSON from an internet search is using this Skill's local Node.js script. It posts your query to the ProSearch gateway and returns structured JSON with a verbatim message field containing titles, snippets, and source URLs.