28 lines
665 B
Markdown
28 lines
665 B
Markdown
---
|
|
name: search
|
|
description: Use when user asks to search the web for information, research a topic, find latest news, or get AI-powered search results with summaries.
|
|
---
|
|
|
|
# Search - AI-Powered Web Search
|
|
|
|
## Overview
|
|
|
|
Advanced search using AI (Gemini) for intelligent results.
|
|
|
|
## When to Use
|
|
|
|
- Search the web for information
|
|
- Research a topic
|
|
- Find latest news/information
|
|
- Get AI-curated search results
|
|
|
|
## Available Actions
|
|
|
|
| Action | Description |
|
|
|--------|-------------|
|
|
| `skill_search` | Advanced search by using Gemini AI search |
|
|
|
|
## How It Works
|
|
|
|
Call VibeSurf API with `skill_search` and search query. Returns AI-generated summary with sources.
|