Tools & Automation

Web Search and Fetch

Search the open web and read any URL, with citations.

Two foundational tools every chat has access to. Web Search runs a real search query and returns ranked results. Fetch loads any URL and reads it cleanly. Combined, they let MoClaw answer questions about live information — news, prices, docs, code repos — without leaving the chat.

工作方式

3 步接入 Web Search and Fetch,无需工程配置。

  1. 1

    Ask a question that needs the web

    'What's the latest pricing for AWS RDS?', 'Read this docs page and summarize it', 'What did they announce at the Apple event today?'

  2. 2

    MoClaw runs search and fetch as needed

    It might search to find candidate URLs, fetch a few of them, then synthesize. Citations are inline so you can verify the source of every claim.

  3. 3

    For multi-source investigations, use Deep Research

    Search and Fetch are good for 1 to 3 sources. For 10+ sources or a structured report with cross-checking, Deep Research is the right tool.

可以这样说

可以直接复制到 Web Search and Fetch 的真实 prompts。

  • What's the current price of a 2TB SSD on Amazon, and is it cheaper than 6 months ago?
  • Read the Anthropic API pricing page and tell me the cached vs uncached input rate for Sonnet 4.6.
  • Find the GitHub repo for langchain's Postgres vector store and read the README to me.

分步演示

发送 prompt 后实际会发生什么。

Prompt 01 3 步

“Read the Anthropic API pricing page and tell me the cached vs uncached input rate for Sonnet 4.6.”

MoClaw 会做什么

  1. 1 Searches for 'Anthropic API pricing site:anthropic.com'.
  2. 2 Fetches the top result (anthropic.com/pricing) and reads the model table.
  3. 3 Extracts the Sonnet 4.6 row: input $3 per 1M tokens, cached input $0.30 per 1M (90% off).
结果

Replies: 'Sonnet 4.6 is $3 per million input tokens uncached, $0.30 per million when cached — a 90% discount. Cache writes are billed at $3.75 per million (a 25% premium over uncached). Source: anthropic.com/pricing.'

FAQ

关于价格、隐私和限制的快速回答。

What search provider do you use?
We rotate between providers (Brave, SerpAPI, Tavily) for resilience and quality. Results are normalized to a single schema before the model sees them.
Can it read sites behind login?
Not Fetch — that uses an unauthenticated HTTP client. For login-gated sites, use Browser Control, which spins up a real Chromium with your saved session.
How fresh is the data?
Search results are real-time. Fetched pages are loaded live, not cached, so what you see is what's currently on the page.
What about paywalled sites?
Fetch reads what the publisher serves; some paywalled sites only return a teaser. We don't bypass paywalls. For research-grade access, point at open-access mirrors or use Deep Research with academic source pinning.

免费试用 MoClaw。

每月 1,000 credits,或者 自带 API Key 获得无限用量。

随时取消