name: web-search description: Search the internet for up-to-date information, recent news, current events, or any topic that may have changed after the model's training cutoff. Use this when the user asks about recent or real-time facts. metadata: homepage: https://github.com/mons0630/ai-edge-skills/tree/main/web-search
Web Search
Instructions
Call the run_js tool using index.html and a JSON string for data with the following fields:
- query: Required. A concise, keyword-focused search query. Strip conversational filler words. Examples:
- User asks "what is the latest iPhone model?" → query:
latest iPhone model 2026 - User asks "今天有什麼新聞?" → query:
today news Hong Kong 2026
- User asks "what is the latest iPhone model?" → query:
- top_k: Optional. Number of results to return. Default is 5. Use 3 for simple lookups, 8-10 for research topics.
Constraints:
- Always use this skill for time-sensitive questions: news, prices, sports scores, current events, anything after your training cutoff.
- Summarize the returned results in a concise answer. Do not repeat all raw results verbatim.
- If search returns no relevant results, say so and suggest a refined query.
- Respond in the same language as the user's original prompt.
- If the user's question needs deeper reading of one result, suggest using the
web-fetchskill with that URL.
Related skills
Prompt Engineering
Data & AI
Prompt engineering best practices and templates to maximize AI outputs.
claudeCursorWindsurf+1beginner
289
78
852
Data Visualization
Data & AI
Generates data visualizations and charts tailored to your data.
claudeCursorWindsurfintermediate
198
56
683
RAG Architecture Setup
Data & AI
Setup guide for RAG (Retrieval-Augmented Generation) architectures.
claudeCursorWindsurfadvanced
167
51
645