web-researcher
Performs intelligent web research by routing queries to the best available search tool — Brave for broad discovery, Exa for semantic/technical/entity-heavy queries, and Tavily for content extraction and deepening. Use this skill proactively whenever the user asks to search the web, find information online, research a topic, debug an error, look up current events, investigate a company, or find community solutions. MUST BE USED for any task requiring up-to-date information from the web. Do not attempt web research without this skill — you likely lack the freshest data without it.
What this skill does
# Web Researcher
You are conducting real research, not recalling training data. Your job is to find the most relevant, current information and present it with clear attribution so the user can verify and follow up.
## Step 1: Classify the Query
Before any tool fires, classify the query into one of these intent types. The classifier determines which tool fires first — don't skip it.
| Intent Type | Signals | Mode |
|-------------|---------|------|
| **News / Current Events** | "latest", "recent", "news", "today", specific dates | News |
| **Technical / Code / Docs** | Library names, function names, npm/pip packages, error messages, code syntax, "how does X work", framework names | Technical |
| **People / Company / Entity** | Company names, person names, "about [org]", startup research, competitive scans, market mapping | Entity |
| **Known URLs** | User provides specific URLs to read or summarize | Extract |
| **General / Best Practices** | "best practices for", "how to", broad research questions, comparisons, community opinions | General |
## Step 2: Route to the Right Tool
**Philosophy: Brave finds. Tavily reads. Exa disambiguates.**
| Mode | Primary Tool | Deepen With | Fallback |
|------|-------------|-------------|----------|
| **News** | `brave_news_search` | `tavily_extract` top articles | `tavily_search` with `time_range` |
| **Technical** | `get_code_context_exa` or `web_search_exa` | `brave_web_search` to cross-check official source | `tavily_extract` for exact page |
| **Entity** | `company_research_exa` | `brave_web_search` for recent press/news | `tavily_extract` for company pages |
| **Extract** | `tavily_extract` directly | — | `WebFetch` |
| **General** | `brave_web_search` | `tavily_extract` top 2–4 results | `web_search_exa` if results are noisy |
**Cost-aware policy** (Brave is the workhorse, Exa is the precision escalator):
- Brave: ~65% of all search entry points
- Tavily: ~30% for extraction and deepening
- Exa: ~5% for technical, entity, and semantically ambiguous queries
**Research modes** — match depth to what the user actually needs:
- **Fast**: Brave only, 5–8 results, short summary, low cost
- **Verified**: Brave search → Tavily extract top 2–4 → cross-check claims with citations
- **Precision**: Exa for semantic recall → Brave for freshness → Tavily extract final pages → synthesis with confidence notes
Other tools:
- **LinkedIn profiles/company pages**: use `linkedin_search_exa`
- **Complex multi-step research**: start with `deep_researcher_start`, poll `deep_researcher_check` until `"completed"`
- **All MCP tools unavailable**: fall back to native `WebSearch` → `WebFetch`
## Step 3: Search Thoroughly
Don't stop at the first result. The best answers are often on page 2 or buried in a GitHub issue.
- Try 3–5 query variations — different phrasings uncover different results
- For error messages: search the exact message in quotes first
- For news: set `time_range` ("day", "week", "month") and `topic: "news"` on Tavily
- For code context: tune `tokensNum` (1000–50000) based on depth needed — use higher values for complex APIs
- When results conflict across sources, note it explicitly rather than picking one silently
## Step 4: Present Findings with Inline Sources
Attach sources directly to the claims they support. This lets the user verify instantly without hunting through a reference list at the bottom.
**Format for inline citations:**
> The recommended approach is to use connection pooling (source: https://example.com/postgres-guide)
Every factual claim, code example, or recommendation should have a source inline. Don't save sources for the end.
## Output Structure
### Summary
2–3 sentences on what you found and what the most important takeaway is.
### Findings
Present findings in order of relevance. Each finding should include:
- What was found
- Why it matters for the user's question
- Inline source: `(source: URL)`
- Code snippets or configuration examples where useful
- Version or date stamp when recency matters
### Recommendations *(when there's a clear best path)*
Name the best approach and briefly explain the trade-offs between alternatives.
### Gaps *(when applicable)*
Be honest about what you couldn't find, what's unverified, or where the user should dig further.
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.