web-search

Original🇨🇳 Chinese
Translated

Web Search and Information Retrieval Skill. Used for web searching, querying real-time information, and obtaining news and information. Activated when users ask questions requiring online searches, the latest information, or real-time data.

11installs
Added on

NPX Install

npx skill4agent add xxiii8322766509/nagaagent web-search

SKILL.md Content (Chinese)

View Translation Comparison →

Web Search Skill

This skill provides web search and information retrieval capabilities.

Trigger Conditions

Activate this skill when users request the following types of information:
  • Latest news and information
  • Real-time data (stocks, weather, events, etc.)
  • Web content retrieval
  • Technical document lookup

Search Strategy

1. Keyword Extraction

Extract core search keywords from user questions:
  • Remove modal particles and irrelevant words
  • Retain proper nouns and technical terms
  • Add qualifiers (e.g., "2026" for the latest)

2. Search Execution

Call the system search tool:
Tool: online_search
Parameters: {"query": "extracted keywords"}

3. Result Organization

  • Filter highly relevant results
  • Extract key information summaries
  • Label information sources

Output Format

markdown
## Search Results

### Key Findings
- Finding 1
- Finding 2

### Detailed Information
[Organized detailed content]

### Sources
- [Source 1](url)
- [Source 2](url)

Notes

  • For time-sensitive questions, prioritize the latest results
  • For technical questions, prioritize official documents
  • Cross-verify important information from multiple sources