native-web-search

Perform native web searches and return source-backed summaries with URLs.

1|Updated Aug 29, 2023
One-click install
npx skills add https://github.com/alicanerdogan/dotfiles --skill native-web-search
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: native-web-search
Source: https://github.com/alicanerdogan/dotfiles/tree/main/pi/skills/native-web-search
Command: npx skills add https://github.com/alicanerdogan/dotfiles --skill native-web-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Trigger efficient internet research by running a native web search and returning a concise, source-backed summary with full canonical URLs.

Core Features & Use Cases

  • Concise findings with sources: Provides a short, readable summary and includes full URLs for each key finding.
  • Source comparison: Highlights disagreements between sources to help you assess reliability.
  • Provider flexibility: Works with OpenAI Codex or Anthropic backends, supports configurable model, timeout, and optional JSON output.

Quick Start

From this directory, run node search.mjs "<what to search>" --purpose "<why you need this>" to perform a native web search.

Frequently Asked Questions about native-web-search

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

FAQPage Schema
How do I get source-backed web search results with canonical URLs?▼

Run a native web search to return a concise summary of findings, where each key point includes a full canonical URL and highlights disagreements between sources to help assess reliability.

Does this web research tool work with OpenAI and Anthropic backends?▼

Yes, the native web search operates with OpenAI Codex or Anthropic backends, allowing you to configure the model, set a timeout, and optionally output the fetched results as JSON.

What is the best way to highlight source disagreements during web research?▼

Perform a native web search that explicitly compares retrieved data, highlighting disagreements between sources directly within the concise summary to help evaluate conflicting information.

Do I need API credentials to run a native web search for research?▼

Yes, you need valid API credentials for OpenAI Codex or Anthropic, along with a configurable timeout setting, to drive the search and return source-backed summaries.

Can I get JSON output from a native web search?▼

Yes, you can request JSON output when performing the native web search, returning structured data that includes concise findings, full canonical URLs, and source disagreements.