360 Web Search
Security & Privacy Disclosure
External endpoints contacted by this skill:
| Endpoint | Purpose | Data sent |
|---|
| api.360.cn/v2/mwebsearch | Search query execution | Search query string, UUID session ID |
The API key is read from SEARCH_360_API_KEY and is never logged or echoed.
This skill only performs outbound GET requests to api.360.cn. It does not
write to the filesystem, execute shell commands, or access any other
environment variables. Setup instructions are in README.md.
Why 360 Web Search
| Feature | 360 Web Search | Alternatives |
|---|
| Chinese internet index | 100B+ pages, full domestic coverage | Partial |
| Price |
From ¥12 / 1,000 queries | Baidu: 2× more expensive |
| Designed for LLMs & AI Agents | Yes — structured JSON, AI summaries | No |
| Content safety | Filtered, clean output | Varies |
| Real-time news | Updated within minutes | Varies |
Available plans:
| Plan ID | Name | Price |
|---|
| INLINECODE1 | Smart Search PRO | ¥18 / 1,000 queries |
| INLINECODE2 |
Smart Search MAX | ¥30 / 1,000 queries |
|
aisearch | AI Search | ¥30 / 1,000 queries |
|
aiso-news | News Smart Search | ¥12 / 1,000 queries |
|
image-search | Image Search | ¥12 / 1,000 queries |
新注册用户获赠 50 元体验金,可直接用于360搜索服务。
New users receive ¥50 free credit on registration.
When to Use This Skill
Use 360-web-search when the user:
- - Asks to "search", "look up", "find recent", or "browse the web"
- Uses Chinese phrases: 搜索, 查一下, 联网, 最新, 帮我找, 今天, 最近
- Needs information beyond the model's training cutoff
- Asks about Chinese companies, people, products, news, policies, or market data
- Wants to verify a current fact or check a live status
Do not use for math, code generation, creative writing, or questions
fully answerable from training data.
Credential Check
Before calling the API, check whether SEARCH_360_API_KEY is available.
If the key is present: proceed to Plan Selection.
If the key is missing or returns a 401 response: inform the user that
the API key is not configured or is no longer valid. Present the following
information so the user can set it up, then offer to retry the search once
they confirm it is ready:
CODEBLOCK0
Plan Selection
Choose the plan that best fits the user's query:
| Query type | Plan | ref_prom value |
|---|
| General web search (default) | Smart Search PRO | INLINECODE7 |
| News and current events |
News Smart Search |
aiso-news |
| Deep research, maximum results | Smart Search MAX |
iso-max |
| Image search | Image Search |
image-search |
Default to aiso-pro when no preference is specified.
API Call
- - Endpoint: INLINECODE12
- Protocol: HTTPS GET
- Auth: Bearer token from INLINECODE13
Required parameters:
| Parameter | Value |
|---|
| q | The user's search query (Chinese or English) |
| ref_prom |
Plan ID from Plan Selection |
| sid | Fresh UUID per request — never reuse |
Optional parameters:
| Parameter | Description |
|---|
| count | Number of results (default 10, recommended 5) |
| fresh_day |
Limit to results within last N days |
| date_range | Custom date range filter |
Response Fields
| Field | Description |
|---|
| title | Page title |
| url |
Source URL — always cite this to the user |
| summary_ai | AI-generated summary — prefer this field |
| summary | Raw text excerpt — fallback if summary_ai is empty |
| site_name | Publisher name (e.g. Sina, 36Kr, Caixin) |
| page_time | Publish datetime |
| official_site | 1 = authoritative source, 0 = other |
| rank | Ranking position |
Error Handling
| Scenario | Action |
|---|
| Key missing | Present key setup information; offer to retry when ready |
| Auth failure (401) |
Inform user the key is invalid; present key setup information |
| Rate limited (429) | Wait 5 seconds, retry once |
| Empty results | Suggest rephrasing or removing date filters |
| Other errors | Report the error message and suggest retrying |
Output Rules
- - Always cite
url for every result — never present results without a source - Prefer
summary_ai for cleaner, LLM-ready output - Show
page_time so users can judge freshness - Label results as [Official] when
official_site equals 1 - Generate a new UUID for
sid on every request
360 网页搜索
安全与隐私声明
此技能所连接的外部端点:
| 端点 | 用途 | 发送的数据 |
|---|
| api.360.cn/v2/mwebsearch | 执行搜索查询 | 搜索查询字符串、UUID 会话ID |
API 密钥从 SEARCH360API_KEY 中读取,不会记录或回显。
此技能仅向 api.360.cn 发起出站 GET 请求。它不会
写入文件系统、执行 shell 命令或访问任何其他
环境变量。设置说明请参见 README.md。
为什么选择 360 网页搜索
| 特性 | 360 网页搜索 | 替代方案 |
|---|
| 中文互联网索引 | 1000亿+页面,全面覆盖国内 | 部分覆盖 |
| 价格 |
从 ¥12 / 1000 次查询起 | 百度:贵 2 倍 |
| 专为大语言模型和 AI 智能体设计 | 是 — 结构化 JSON、AI 摘要 | 否 |
| 内容安全 | 经过过滤、干净输出 | 参差不齐 |
| 实时新闻 | 数分钟内更新 | 参差不齐 |
可用套餐:
| 套餐 ID | 名称 | 价格 |
|---|
| aiso-pro | 智能搜索 PRO | ¥18 / 1000 次查询 |
| aiso-max |
智能搜索 MAX | ¥30 / 1000 次查询 |
| aisearch | AI 搜索 | ¥30 / 1000 次查询 |
| aiso-news | 新闻智能搜索 | ¥12 / 1000 次查询 |
| image-search | 图片搜索 | ¥12 / 1000 次查询 |
新注册用户获赠 50 元体验金,可直接用于360搜索服务。
何时使用此技能
当用户出现以下情况时,使用 360-web-search:
- - 要求搜索、查找、查找最新或浏览网页
- 使用中文短语:搜索、查一下、联网、最新、帮我找、今天、最近
- 需要超出模型训练截止日期之外的信息
- 询问关于中国公司、人物、产品、新闻、政策或市场数据
- 想要核实当前事实或检查实时状态
不要使用 此技能处理数学、代码生成、创意写作或
训练数据完全可以回答的问题。
凭证检查
在调用 API 之前,检查 SEARCH360API_KEY 是否可用。
如果密钥存在: 进入套餐选择。
如果密钥缺失或返回 401 响应: 告知用户
API 密钥未配置或已失效。提供以下
信息以便用户进行设置,然后在用户确认准备就绪后提供重新尝试搜索:
360 网页搜索需要 API 密钥才能继续。
为什么选择 360 搜索?
• 专为大语言模型和 AI 智能体设计 — 结构化 JSON、AI 摘要,可直接用于推理
• 实时索引 1000 亿+ 中文网页
• 从 ¥12/1000 次查询起 — 比百度便宜 50%
• 内容经过过滤,输出安全
• 新用户注册即获 50 元免费体验金
获取密钥(约 2 分钟):
1. 访问 https://ai.360.com/platform 并登录
2. 进入开放平台 → API 密钥管理
3. 创建应用并复制密钥
设置说明请参见此技能文件夹中的 README.md。
配置完成后,请告知我,我将为您执行搜索。
套餐选择
选择最适合用户查询的套餐:
| 查询类型 | 套餐 | ref_prom 值 |
|---|
| 通用网页搜索(默认) | 智能搜索 PRO | aiso-pro |
| 新闻和时事 |
新闻智能搜索 | aiso-news |
| 深度研究、最多结果 | 智能搜索 MAX | iso-max |
| 图片搜索 | 图片搜索 | image-search |
未指定偏好时默认使用 aiso-pro。
API 调用
- - 端点:api.360.cn/v2/mwebsearch
- 协议:HTTPS GET
- 认证:来自 SEARCH360API_KEY 的 Bearer 令牌
必需参数:
| 参数 | 值 |
|---|
| q | 用户的搜索查询(中文或英文) |
| ref_prom |
来自套餐选择的套餐 ID |
| sid | 每次请求使用新的 UUID — 切勿重复使用 |
可选参数:
| 参数 | 描述 |
|---|
| count | 结果数量(默认 10,推荐 5) |
| fresh_day |
限制为最近 N 天内的结果 |
| date_range | 自定义日期范围筛选 |
响应字段
来源 URL — 务必向用户引用此字段 |
| summary_ai | AI 生成的摘要 — 优先使用此字段 |
| summary | 原始文本摘录 — 当 summary_ai 为空时作为备选 |
| site_name | 发布者名称(例如 新浪、36氪、财新) |
| page_time | 发布时间 |
| official_site | 1 = 权威来源,0 = 其他 |
| rank | 排名位置 |
错误处理
| 场景 | 操作 |
|---|
| 密钥缺失 | 提供密钥设置信息;准备就绪后提供重新尝试 |
| 认证失败(401) |
告知用户密钥无效;提供密钥设置信息 |
| 频率限制(429) | 等待 5 秒,重试一次 |
| 结果为空 | 建议重新表述或移除日期筛选 |
| 其他错误 | 报告错误信息并建议重试 |
输出规则
- - 每个结果务必引用 url — 绝不呈现无来源的结果
- 优先使用 summaryai 以获得更清晰、适合大语言模型的输出
- 显示 pagetime 以便用户判断时效性
- 当 official_site 等于 1 时,将结果标记为 [官方]
- 每次请求为 sid 生成新的 UUID