skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
corvidlabs/corvid-agent2 installs

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 search
view source ↗

Is 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)
  • corvid_deep_research — Research a topic in depth via multiple angled web searches
    • Parameters: query (research topic), depth (optional: "shallow", "medium", "deep")

Workflow

  1. For quick factual lookups, use corvid_web_search with a focused query
  2. For complex topics requiring multiple perspectives, use corvid_deep_research
  3. Use freshness to 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

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>