web-search
General-purpose web search for facts, documentation, and current information.
npx skills add majiayu000/claude-skill-registry --skill web-search-niraven-pokee-deep-research --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Web Search General-purpose web search for facts, documentation, and current information. ## Basic Usage ``` web_search(query="...", count=5) ``` ## Parameters | Parameter | Type | Description | |-----------|------|-------------| | `query` | string | Search query | | `count` | number | Results (1-10) | | `country` | string | Region code (US, DE, ALL) | | `freshness` | string | `pd` (day), `pw` (week), `pm` (month), `py` (year) | | `search_lang` | string | ISO language code | ## When to Use | Scenario | Example | |----------|---------| | **Quick facts** | "Python 3.12 release date" | | **Documentation** | "Docker compose syntax volumes" | | **Current events** | "OpenAI news this week" | | **Troubleshooting** | "Error: connection refused port 5432" | | **Comparisons** | "Ubuntu 22.04 vs 24.04" | ## Advanced Queries ### Time-Bound ```python # Last week only freshness="pw" # Specific date range freshness="2026-01-01to2026-02-01" ``` ### Site-Specific Add to query: ``` "query" site:github.com "query" site:stackoverflow.com "query" site:docs.python.org ``` ### Region-Specific ```python country="DE" # German results search_lang="de" # German language ``` ## Integration with Research Use
- Basic Usage
- Parameters
- When to Use
- Advanced Queries
- Time-Bound
- Site-Specific
- Region-Specific
- Integration with Research
- Best Practices
What does the web-search skill do?
General-purpose web search for facts, documentation, and current information.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill web-search-niraven-pokee-deep-research --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
