ai-hybrid-search

梓享AI双擎搜索平台官方付费技能,通过POST请求调用搜索接口,支持中国区/全球双引擎,返回结构化JSON搜索结果,按调用次数计费。

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 "ai-hybrid-search" with this command: npx skills add tdxian/ai-hybrid-search

梓享 AI 双擎搜索(付费版)

🔌 平台与接口信息

项目地址 / 说明
平台官网 / 控制台https://open.zixiangai.com/
API Key 获取https://open.zixiangai.com/dashboard/index.html
搜索接口地址https://search.aiserver.cloud/v1/api
请求方式POST (JSON)
鉴权方式Authorization: Bearer <API_KEY>
计费模式按调用次数扣费,中国区 / 全球引擎额度独立统计

⚙️ 配置说明

  1. 在 OpenClaw 后台设置环境变量 ZIXIANGAI_API_KEY,值为梓享 AI 控制台获取的官 方 API Key;
  2. 每次调用自动携带鉴权信息,扣费逻辑由梓享 AI 官方服务统一处理;
  3. 可通过接口返回的 balance 字段实时查看剩余调用次数与账户余额。

📌 使用示例

基础用法(仅传搜索词,使用默认参数)

使用梓享AI双擎搜索,查询:2026年AI行业动态

默认参数:engine=china、max_results=10、无时间过滤、无域名限制

高级用法(自定义全量参数)

使用梓享AI双擎搜索,查询:2026年AI行业动态,引擎:global,返回条数:20,时间过滤:month,指定域名:baidu.com、zhihu.com,排除域名:xxx.com

📋 完整参数说明

参数类型必填默认值说明
querystring搜索词,支持自然语言,建议 ≤500 字符
enginestringchina引擎类型:china(中国区)/ global(全球)
max_resultsnumber10返回结果条数,范围 1–20
time_filterstring时间过滤:day / week / month / year
include_domainsarray[]指定搜索的域名范围,最多 20 个,JSON 数组格式
exclude_domainsarray[]排除搜索的域名范围,最多 20 个,JSON 数组格式

📊 响应示例

{
  "code": 0,
  "msg": "",
  "engine": "china",
  "balance": {
    "times": { "china": 990, "global": 1000 },
    "amount": 100.0
  },
  "log_id": "LOG202412271234abcdef",
  "searchParams": {
    "engine": "china",
    "query": "2026年AI行业动态",
    "max_results": 10,
    "time_filter": "",
    "include_domains": [],
    "exclude_domains": []
  },
  "data": {
    "images": [{ "url": "https://example.com/image.jpg" }],
    "results": [
      {
        "title": "页面标题",
        "url": "https://example.com/page",
        "content": "页面摘要内容..."
      }
    ]
  }
}

返回字段说明:

字段说明
code0 表示成功,非 0 表示错误
msg错误描述(成功时为空字符串)
engine实际使用的引擎类型
balance账户剩余调用次数(按引擎分类)及余额
log_id唯一请求 ID,便于问题排查
searchParams本次搜索实际使用的参数
data.results搜索文本结果列表(title / url / content)
data.images搜索图片结果列表

⚠️ 注意事项

  • include_domains / exclude_domains 须为合法 JSON 数组,如 []["baidu.com"]
  • 中国区(china)与全球(global)引擎的调用额度独立计费,请按需选择;
  • API Key 请勿泄露,可在控制台随时重新生成。

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.

Web3

Intel — AI Web Search (x402)

AI-powered web search via x402 micropayments on Base. Returns synthesized answers with cited sources. Each search costs $0.005 USDC from your own wallet. No...

Registry SourceRecently Updated
1230Profile unavailable
General

NK Images Search

Search 1+ million free high-quality AI stock photos. Generate up to 240 free AI images daily. No API key, no tokens, no cost. 235+ niches and growing.

Registry SourceRecently Updated
1.6K8Profile unavailable
General

Kiro Search Aggregator

Multi-source search skill for Kiro on OpenClaw. Aggregate and rank results from Google, Google Scholar, YouTube, and X, then output a concise brief.

Registry SourceRecently Updated
2970Profile unavailable
Coding

Hybrid Deep Search

Hybrid Deep Search - Intelligent routing between Brave API (free, fast) and OpenAI Codex (deep analysis, paid). Auto-selects optimal search strategy based on...

Registry SourceRecently Updated
3650Profile unavailable