web-search

Search the public web through Exa's hosted MCP endpoint without an API key. Use this whenever the user needs discovery rather than direct retrieval: finding relevant documentation, recent announcements, product pages, blog posts, comparisons, or current external context. Prefer this skill when the user does not already have a specific URL, or when you should first identify the best sources before using web-fetch on one of them.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "web-search" with this command: npx skills add shikamaru-cc/shikamaru-web-search

Web Search

Use this skill for web discovery.

Typical cases:

  • the user wants recent facts, news, releases, or announcements
  • you need to find the right docs page, blog post, repo, or product page
  • you need multiple external sources before summarizing or comparing them
  • the user asks vague things like “find the official docs”, “look up current pricing”, or “see what changed recently”

If the user already gave an exact URL and wants its contents, use web-fetch instead.

Command

Run:

node ./search.mjs --query "<query>"

Optional flags:

  • --numResults <n>
  • --type auto|fast|deep
  • --livecrawl fallback|preferred
  • --contextMaxCharacters <n>

Example:

node ./search.mjs \
  --query "Anthropic Model Context Protocol latest announcements" \
  --numResults 5 \
  --type fast

How to form good queries

Turn the user's request into a focused search query before running the tool.

Prefer queries that include:

  • the exact product, company, library, framework, or topic name
  • the aspect you need, such as pricing, release notes, docs, migration guide, API reference, benchmark, or comparison
  • time qualifiers when relevant, like 2026, latest, recent, or a version number
  • source hints when useful, such as site:docs.example.com or site:github.com

When needed, do multiple narrower searches instead of one broad search.

Examples:

  • next.js app router caching docs site:nextjs.org
  • openai responses api pricing 2026
  • cloudflare workers durable objects migration guide
  • site:github.com vercel ai sdk tool calling examples

Search strategy

  1. Start with a tight query.
  2. Review the returned sources and snippets.
  3. If results are weak, refine the query rather than repeating the same one.
  4. If you identify a promising URL that needs close inspection, follow up with web-fetch.
  5. For comparisons or research summaries, prefer gathering a few solid sources over many noisy ones.

Choosing options

Use the defaults unless the task clearly calls for something else.

  • --type auto: good default
  • --type fast: use for quick fact-finding and straightforward discovery
  • --type deep: use for harder research tasks where recall matters more than speed
  • --numResults: lower it for narrow queries, increase it when surveying a space
  • --contextMaxCharacters: increase only when you truly need more returned context
  • --livecrawl preferred: use when freshness matters and you want more live data

How to handle output

The CLI returns raw search context from Exa.

After searching:

  • summarize the findings instead of dumping the raw output unless the user asks for it
  • cite or mention the most relevant sources clearly
  • call out uncertainty, stale-looking results, or conflicts between sources
  • if the user asked a precise question and the search output is still ambiguous, fetch one or two authoritative pages and inspect them with web-fetch

Failure handling

If the search fails or returns weak results:

  • tighten or reframe the query
  • reduce scope to a specific vendor, site, product, or timeframe
  • split a compound question into separate searches
  • tell the user plainly if the source quality is weak or current information is hard to verify

Notes

  • No API key is required.
  • The endpoint mirrors opencode's Exa-backed search flow.
  • This skill is for discovery first; pair it with web-fetch for detailed page retrieval.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Gigo Lobster Resume

🦞 GIGO · gigo-lobster-resume: 续跑入口:v2 stable 当前会清理旧 checkpoint 并从头重跑;保留此 slug 作为旧 checkpoint 兼容入口。 Triggers: 继续试吃 / 恢复评测 / resume tasting / continue lobster...

Registry SourceRecently Updated
General

YiHui CONTEXT MODE

context-mode is an MCP server that saves 98% of your context window by sandboxing tool outputs. It routes large file reads, shell outputs, and web fetches th...

Registry SourceRecently Updated
General

xinyi-drink

Use when users ask about 新一好喝/新一咖啡 drinks, stores, menu, activities, Skill用户大礼包, today drink recommendations, afternoon tea, feeling sleepy, or personalized...

Registry SourceRecently Updated
General

vedic-destiny

吠陀命盘分析中文入口。用于完整命盘研判、命主盘 Rashi chart 与九分盘 Navamsha chart 联读、既往事件回看、出生时间稳定度判断、事业主题、婚姻主题、时空盘专题,以及基于 Jagannatha Hora PDF、星盘截图或文本命盘数据的系统拆盘。当用户提到完整星盘、事业方向、婚姻问题、关系窗...

Registry SourceRecently Updated