Cloudsway Search
🌐 Fast web search for AI agents — Simple, reliable, with smart content extraction.
Brave/Tavily alternative with excellent Chinese language support.
When to Use
✅ USE this skill when:
- - "搜索 xxx" / "search xxx" / "Google xxx"
- "查一下 xxx" / "look up xxx"
- "有什么关于 xxx 的信息" / "find info about xxx"
- Real-time information needed
- News and current events
- Fact verification
❌ DON'T use this skill when:
- - AI already knows the answer
- Math calculations
- Code-only tasks
Setup
- 1. Get free API key: https://www.cloudsway.ai
- Set env: INLINECODE0
Usage
Simple search:
CODEBLOCK0
Recent news:
CODEBLOCK1
Deep research:
CODEBLOCK2
Parameters
| Param | Required | Default | Notes |
|---|
| q | ✅ | - | Search query |
| count |
❌ | 10 |
10/20/30/40/50 only |
| freshness | ❌ | - |
Day /
Week /
Month |
| enableContent | ❌ | false | Get full page content |
| mainText | ❌ | false | Smart excerpts (needs enableContent) |
Why Cloudsway?
- - ✅ Smart excerpts — AI-friendly content extraction
- ✅ Chinese optimized — Better than Brave/Tavily for 中文
- ✅ Free tier — Get started in 2 minutes
- ✅ Fast — Low latency responses
Links
- - 🔑 Get API Key: https://www.cloudsway.ai
- 📖 Docs: https://www.cloudsway.ai/docs
Cloudsway 搜索
🌐 面向AI代理的快速网页搜索 — 简单可靠,具备智能内容提取功能。
支持中文的Brave/Tavily替代方案。
使用场景
✅ 使用此技能的场景:
- - 搜索 xxx / search xxx / Google xxx
- 查一下 xxx / look up xxx
- 有什么关于 xxx 的信息 / find info about xxx
- 需要实时信息
- 新闻和时事
- 事实核查
❌ 不使用此技能的场景:
配置
- 1. 获取免费API密钥:https://www.cloudsway.ai
- 设置环境变量:export CLOUDSWAYS_AK=your-key
使用方法
简单搜索:
bash
./scripts/search.sh {q: your query}
最新新闻:
bash
./scripts/search.sh {q: topic, freshness: Week, count: 20}
深度研究:
bash
./scripts/search.sh {q: topic, enableContent: true, mainText: true, count: 20}
参数
❌ | 10 |
仅支持10/20/30/40/50 |
| freshness | ❌ | - | Day / Week / Month |
| enableContent | ❌ | false | 获取完整页面内容 |
| mainText | ❌ | false | 智能摘要(需启用enableContent) |
为什么选择Cloudsway?
- - ✅ 智能摘要 — 面向AI友好的内容提取
- ✅ 中文优化 — 中文搜索优于Brave/Tavily
- ✅ 免费套餐 — 2分钟即可开始使用
- ✅ 快速 — 低延迟响应
链接
- - 🔑 获取API密钥:https://www.cloudsway.ai
- 📖 文档:https://www.cloudsway.ai/docs