Agent skill · Documentation

web-search

General-purpose web search for facts, documentation, and current information.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/web-search-niraven-pokee-deep-research/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Basic Usage
  2. Parameters
  3. When to Use
  4. Advanced Queries
  5. Time-Bound
  6. Site-Specific
  7. Region-Specific
  8. Integration with Research
  9. Best Practices
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going