search
Use this skill when the user wants to search the web, research a topic, or find current information online. Triggers include "search for", "look up", "find out about", "research", "what's the latest on", "web search", or any request requiring up-to-date information beyond your training data.
How do I install this agent skill?
npx skills add https://github.com/corvidlabs/corvid-agent --skill searchIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The 'search' skill by CorvidLabs is a utility for performing web searches and deep research. It utilizes MCP tools to query Brave Search. The skill is functionally safe, though it inherently handles untrusted external content from the web.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · 1 issue
What does this agent skill do?
Search — Web Search & Deep Research
Search the web for current information or conduct multi-angle deep research on complex topics.
MCP Tools
corvid_web_search— Search the web using Brave Search- Parameters:
query(search terms),freshness(optional: "day", "week", "month"),count(optional, number of results)
- Parameters:
corvid_deep_research— Research a topic in depth via multiple angled web searches- Parameters:
query(research topic),depth(optional: "shallow", "medium", "deep")
- Parameters:
Workflow
- For quick factual lookups, use
corvid_web_searchwith a focused query - For complex topics requiring multiple perspectives, use
corvid_deep_research - Use
freshnessto filter results by recency when timeliness matters
Examples
Quick search
Use corvid_web_search:
query: "Algorand AVM 11 release date"
freshness: "month"
Deep research
Use corvid_deep_research:
query: "Current state of AI agent frameworks and protocols in 2026"
depth: "deep"
Notes
- Web search returns snippets and URLs — cite sources when sharing results
- Deep research takes longer but produces more comprehensive analysis
- Use freshness filters to avoid stale results for time-sensitive queries
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/corvidlabs/corvid-agent/search">View search on skillZs</a>