← 返回
AI智能 Key 中文

search1api

Powerful web search, content crawling, news, sitemap, trending topics, and deep reasoning via the search1api CLI (s1). This is far more capable than basic fe...
强大的网页搜索、内容抓取、新闻、站点地图、热门话题及深度推理功能,通过 search1api CLI (s1) 实现。
fatwang2
AI智能 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 509
下载
💾 10
安装
1
版本
#latest

概述

Search1API CLI

Web search and content retrieval via the s1 command-line tool (search1api-cli).

Prerequisites

Before using any command, check if s1 is available. If not, guide the user to install it:

npm install -g search1api-cli

An API key is also required. Get one at https://search1api.com, then configure:

s1 config set-key <your-api-key>

Or set the environment variable SEARCH1API_KEY.

If a command fails with "command not found" or an auth error, remind the user to complete these setup steps before retrying.

When to use

User intentCommand
------
Shares a URL / link → read and summarizes1 crawl
Wants to search the webs1 search ""
Wants newss1 news ""
Wants to explore a site's linkss1 sitemap
Wants trending topicss1 trending
Wants deep thinking on a problems1 reasoning ""
Wants to check remaining creditss1 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 → consider -s baidu for better results

Commands

search

s1 search "<query>" [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 "<query>" [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 <url>

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

sitemap

s1 sitemap <url>

Returns all discovered links on a URL/domain.

reasoning

s1 reasoning "<content>"
# or
s1 reason "<content>"

Deep thinking powered by DeepSeek R1. Use for complex analytical questions.

trending

s1 trending <service> [-n <N>]

Services: github, hackernews.

balance

s1 balance

Shows remaining API credits.

Workflows

Deep research

  1. s1 search "" -n 15 → get broad results
  2. s1 crawl → crawl the top 3–5 most relevant URLs from results
  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

Trending deep dive

  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

  • By default, commands produce human-readable formatted output
  • Add --json to any command for raw JSON (useful for programmatic processing)
  • After retrieving results, always summarize and synthesize the information for the user — don't just dump raw output

References

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-30 00:51 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 836 📥 213,118
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,341
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,815