集成

search1api

试用

Live web search, page retrieval, news, sitemap discovery, and trending topics through Search1API. Use this skill whenever the user wants to search the web, look something up, research a topic, read or summarize a URL, check current news, explore a site's links, see trending topics, or check API balance. Trigger on phrases like "search for", "look up", "find out about", "what's happening with", "any news on", "what does this link say", "read this page", "summarize this URL", "trending on GitHub", or when the user shares a bare URL. Prefer the bundled Search1API MCP tools when available and fall back to the search1api CLI (`s1`).

它能做什么

Live web search, page retrieval, news, sitemap discovery, and trending topics through Search1API. Use this skill whenever the user wants to search the web, look something up, research a topic, read or summarize a URL, check current news, explore a site's links, see trending topics, or check API balance. Trigger on phrases like "search for", "look up", "find out about", "what's happening with", "any news on", "what does this link say", "read this page", "summarize this URL", "trending on GitHub", or when the user shares a bare URL. Prefer the bundled Search1API MCP tools when available and fall back to the search1api CLI (`s1`).

技能文档

Search1API

Live web research through the bundled Search1API MCP server or the s1 command-line tool.

Choose the available transport

  1. Prefer the connected Search1API MCP tools. They may be namespaced by the host, but their final tool names are search, fetch, news, crawl, sitemap, and trending.
  2. If the MCP tools are unavailable, check whether s1 is installed and use the matching CLI command.
  3. If neither transport is available, ask the user to connect the bundled MCP server or install the CLI:
curl -fsSL https://cli.search1api.com/install.sh | bash

Or via npm:

npm install -g search1api-cli

Do not install software or switch transports when a working Search1API tool is already available. To update an existing CLI install, the user can run s1 update. Only suggest this when a command fails in a version-related way.

The remote MCP server handles authentication through the host's connection flow. If the host reports that authentication is required, ask the user to connect or re-authenticate Search1API.

For CLI authentication, prefer browser login:

s1 login

Manual fallback:

s1 config set-key 

You can also set the environment variable SEARCH1API_KEY.

If a CLI command fails with "command not found" or an auth error, remind the user to install s1 and run s1 login before retrying.

When to use

User intentMCP toolCLI fallback
Shares a URL / link → read and summarizecrawls1 crawl
Wants to search the websearchs1 search ""
Wants the full page behind a search resultfetch with its result ids1 crawl
Wants newsnewss1 news ""
Wants to explore a site's linkssitemaps1 sitemap
Wants trending topicstrendings1 trending
Wants to check remaining creditsNot exposeds1 balance

Dynamic tuning

Adapt parameters to user intent — don't just use defaults:

  • Quick lookup ("search for X", "what is X") → -n 5, no crawl
  • Deep research ("research X thoroughly", "comprehensive analysis") → -n 15, then crawl top 3–5 results with separate s1 crawl calls
  • User specifies a number ("find 10 articles") → match it with -n
  • Recency signals ("latest", "recent", "this week") → -t day or -t month
  • Domain-specific ("search on Reddit", "find GitHub repos") → -s reddit, -s github, etc.
  • Site-scoped ("only from arxiv.org") → --include arxiv.org
  • Chinese queries → use google, bing, wechat, or bilibili according to intent

For MCP calls, map the CLI flags above to their schema equivalents: max_results, search_service, crawl_results, include_sites, exclude_sites, and time_range.

Commands

s1 search "" [options]
OptionDescriptionDefault
-n, --max-results Number of results (1–50)10
-s, --service Search enginegoogle
-c, --crawl Crawl N results for full content0
--include Only include these sites
--exclude Exclude these sites
-t, --time day, month, year
--jsonRaw JSON output

Search engines: google, bing, duckduckgo, yahoo, x, reddit, github, youtube, arxiv, wechat, bilibili, imdb, wikipedia

news

s1 news "" [options]

Same options as search. News services: google, bing, duckduckgo, yahoo, hackernews. Default service: bing.

When user asks for breaking/latest news, always add -t day.

crawl

s1 crawl 

Extracts clean content from a URL. Use this whenever the user shares a link.

sitemap

s1 sitemap 

Returns all discovered links on a URL/domain.

s1 trending  [-n ]

Services: github, hackernews.

balance

s1 balance

Shows remaining API credits.

Workflows

Deep research

  1. Use search (or s1 search "" -n 15) to get broad results
  2. Use fetch with result IDs (or s1 crawl ) for the top 3–5 relevant pages
  3. Synthesize all gathered content into a coherent answer with source citations

URL summarization

  1. s1 crawl → get the page content
  2. Summarize or answer questions based on the content
  1. s1 trending github -n 10 → discover hot topics
  2. s1 search "" -t day → search for details
  3. s1 crawl → read full article if needed

Output handling

  • CLI commands produce human-readable output by default; add --json for programmatic processing.
  • After retrieving results, summarize and synthesize the information instead of dumping raw output.
  • Preserve source URLs and cite the relevant pages in the final answer.
  • Distinguish facts found in sources from your own inference.

References

  • Usage examples — read for additional patterns

相关技能

Search the live web through Moonshot's builtin $web_search tool and return a concise answer. Prefer this skill for OpenClaw live web search instead of callin...

22 次安装

汇总过去 30 天 Reddit、X、YouTube 和网页上关于某个话题的真实讨论。

110 次安装

一个 CLI,同时搞定实时网页搜索、垂直领域检索、并行批量查询和网页正文提取。

作者 AnySearch

Search Google and get the full structured SERP as JSON — organic results, ads, knowledge graph, AI overview, related questions, and more. Use for any query n...

22 次安装1 星标

Use when you need fresh web results through Volcengine ARK Responses API, especially for today's news, recent updates, fact checks, topic monitoring, or Chin...

25 次安装

Search academic literature and return structured, source-grounded results for questions about methods, markers, findings, or representative figures. Use this...

23 次安装