Loading...
Loading...
Search and retrieve context from Airweave collections. Use when users ask about their data in connected apps (Slack, GitHub, Notion, Jira, Confluence, Google Drive, Salesforce, databases, etc.), need to find documents or information from their workspace, want answers based on their company data, or need you to check app data for context to complete a task.
npx skill4agent add airweave-ai/skills airweave-searchairweave-setup| User Says | Search Query |
|---|---|
| "What did Sarah say about the launch?" | "Sarah product launch" |
| "Find the API documentation" | "API documentation" |
| "Any bugs reported this week?" | "bug report issues" |
| "What's our refund policy?" | "refund policy customer" |
| User Intent | Parameters |
|---|---|
| Recent updates/conversations | |
| Finding a specific document | |
| General topic exploration | |
| High-quality results only | |
| Quick direct answer | |
| Browse/see all matches | |
| Parameter | Values | When to Use |
|---|---|---|
| 0-1 | Higher = favor recent. Use 0.7+ for "recent", "latest", "this week" |
| hybrid/neural/keyword | |
| raw/completion | |
| 1-1000 | Lower (5-10) for quick answers, higher (20-50) for exploration |
| boolean | |
| auto/llm/no_expansion | |
| Score | Meaning | Action |
|---|---|---|
| 0.85+ | Highly relevant | Use confidently |
| 0.70-0.85 | Likely relevant | Use with context |
| 0.50-0.70 | Possibly relevant | Mention uncertainty |
| Below 0.50 | Weak match | Consider rephrasing query |
search-{collection-name}search-acmes-slack-k8v2x1search-acmes-notion-p3m9q7search-acmes-jira-w5n4r2airweave-setupsearch-*search-{collection}search-acmes-slack-k8v2x1({
query: "customer feedback pricing",
recency_bias: 0.7,
limit: 10
})search-acmes-notion-p3m9q7({
query: "API authentication docs",
search_method: "hybrid",
enable_reranking: true
})search-acmes-jira-w5n4r2({
query: "What is our refund policy?",
response_type: "completion"
})