xream/scripts · Archived

google-search

Use this tool when you need up-to-date information from the internet. It grounds the model with real-time Google Search results across languages, improving factual accuracy and enabling responses with verifiable citations beyond the model's knowledge cutoff.

First seen Apr 11, 2026

Installation

$ npx skills add xream/scripts --skill google-search

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from xream/scripts.

npx skills add xream/scripts

Browse all from xream/scripts

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 250
License LICENSE
Default branch main
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 846 B
  • docs SUMMARY.md 279 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Google Search

Web search using pure.md proxy to convert Google search pages to clean Markdown. No API key required.

Search

node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" --timeout 60000

Options

  • --timeout <ms>: Request timeout in milliseconds (default: 30000)

Notes:

  • Uses pure.md as proxy for clean Markdown output
  • No API key required
  • Supports multilingual searches
  • Node.js 18+ required (native fetch)