← 返回
效率工具 Key

Turing Baidu Web Search

Search the web via the Turing Baidu proxy. Use when the user asks to search the web in Chinese, look up real-time information from Chinese sources, research...
通过图灵百度代理搜索网页。适用于中文搜索、查询中文实时信息或研究等场景。
capreaaa
效率工具 clawhub v1.0.0 1 版本 99811.3 Key: 需要
★ 0
Stars
📥 529
下载
💾 8
安装
1
版本
#latest

概述

Baidu Web Search

Search the web via the Turing Baidu proxy API.

Usage

python3 ~/.openclaw/skills/turing-baidu-web-search/scripts.py '<JSON>'

Request Parameters

ParamTypeRequiredDefaultDescription
---------------
qstryesSearch query
countintno10Number of results to return
search_recency_filterstrnoRecency filter: week (7d), month (30d), semiyear (180d), year (365d)

Response Fields

FieldTypeDescription
---------
results[].idintRank of the result
results[].titlestrPage title
results[].urlstrPage URL
results[].websitestrSource website name
results[].contentstrContent snippet
results[].datestrPublication date
results[].typestrContent type (e.g. web, news)

Examples

# Basic search
python3 ~/.openclaw/skills/turing-baidu-web-search/scripts.py '{"q": "今日A股行情"}'

# Limit results
python3 ~/.openclaw/skills/turing-baidu-web-search/scripts.py '{"q": "今日A股行情", "count": 5}'

# Recent results only (last 7 days)
python3 ~/.openclaw/skills/turing-baidu-web-search/scripts.py '{"q": "中证A50最新消息", "count": 10, "search_recency_filter": "week"}'

Configuration

Set in openclaw.json under skills.entries.turing-skills.env:

VariableRequiredDescription
---------
TURING_API_KEYyesBearer token (sk-...)
TURING_CLIENTyesClient identifier
TURING_ENVIRONMENTyesEnvironment name
TURING_API_BASEnoAPI base URL (default: https://live-turing.cn.llm.tcljd.com)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 15:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,285
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,835
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 432 📥 103,781