← Back to Skills Marketplace
shcw0405

Cstcloud Web Search

by shcw0405 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
118
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install cstcloud-web-search
Description
使用中国科技云(CSTCloud)Web Search API 进行网络搜索。无需 Brave/Perplexity 等国外 API key,适合国内用户,直接通过"帮我搜 xxx"调用。
README (SKILL.md)

CSTCloud Web Search

基于中国科技云(Uni-API)Web Search API 的网络搜索技能。适合 OpenClaw AI 助手使用,直接说"帮我搜 xxx"即可触发。

功能特性

  • 🔍 基于中国科技云搜索服务,国内访问稳定
  • 🌐 无需国外 API key,适合国内用户
  • 📊 返回标题、URL、来源、摘要
  • ⚡ 配置简单,一个环境变量即可

安装

# 通过 ClawHub 安装(推荐)
npx clawhub install cstcloud-web-search

# 或手动安装到 ~/.openclaw/workspace/skills/

配置

1. 设置环境变量

编辑 ~/.openclaw/.env 文件,添加:

CSTCLOUD_API_KEY=你的API密钥

或通过命令行:

export CSTCLOUD_API_KEY=你的API密钥

2. 重启 OpenClaw Gateway

openclaw gateway restart

使用方法

在 OpenClaw 对话中直接说:

帮我搜一下 xxx

或通过命令行直接调用:

# 默认 5 条结果
cstcloud-web-search "搜索关键词"

# 指定结果数量(最多 10 条)
cstcloud-web-search "搜索关键词" 10

API 信息

  • Base URL: https://uni-api.cstcloud.cn
  • Endpoint: POST /v1/web-search
  • 认证方式: Bearer Token
  • 模型名: web-search

结果示例

找到 10 条结果(显示前 3 条):

1. OpenClaw 进入"日更级"狂飙模式:刚刚、2026.3.12 版本发布
   URL: https://www.163.com/dy/article/KNUJILQP0511D6RL.html
   来源: 网易
   摘要: 刚刚,OpenClaw发布了2026.3.12版本...

2. OpenClaw推出新版本 89项更新重磅来袭
   URL: https://news.china.com/socialgd/10000169/20260310/49307835.html
   来源: 中华网新闻频道
   摘要: OpenClaw推出新版本...

=== 搜索完成 ===

参考与致谢

本 skill 参考了以下项目:

改动说明:

  • bailian-web-search 使用阿里云 MCP 协议(Streamable HTTP + JSON-RPC),需要 4 个请求才能完成一次搜索
  • 本 skill 改为直接调用 CSTCloud REST API,一个请求即可完成搜索,逻辑更简单直接
  • API 格式、认证方式、返回结构均基于 CSTCloud Uni-API 文档实现

License

MIT-0

Usage Guidance
This skill appears coherent and limited to querying CSTCloud's web-search API. Before installing: (1) Verify you trust the CSTCloud endpoint (https://uni-api.cstcloud.cn) and the publisher (check the linked GitHub repo and homepage); (2) Keep your CSTCLOUD_API_KEY secret — the key will be sent to the declared API host as a Bearer token; (3) If you install via third-party tools (npx clawhub), review those tools' behavior; (4) Note a minor metadata mismatch (included _meta.json differs in owner/version from registry metadata) — this is likely benign but you may want to confirm the published package/version on the repository prior to use.
Capability Analysis
Type: OpenClaw Skill Name: cstcloud-web-search Version: 1.0.2 The skill is a legitimate implementation of a web search tool using the CSTCloud API. The shell script (scripts/cstcloud-web-search.sh) correctly uses jq to sanitize user input and prevent injection, and it only communicates with the documented API endpoint (uni-api.cstcloud.cn). No malicious behaviors such as data exfiltration, persistence, or unauthorized execution were found.
Capability Assessment
Purpose & Capability
Name/description say it uses CSTCloud Web Search and the packaged script and SKILL.md only require curl/jq/bash and CSTCLOUD_API_KEY — all of which are appropriate and expected for a simple REST API client.
Instruction Scope
SKILL.md and the shell script limit actions to forming a POST to the declared endpoint, validating JSON, and printing results. The instructions do not read unrelated files or environment variables, nor do they exfiltrate data to unknown endpoints.
Install Mechanism
This is instruction-only (no install spec). The included shell script is benign and uses standard curl/jq. No remote downloads or archive extraction are performed by the skill itself.
Credentials
The skill requires a single API key (CSTCLOUD_API_KEY) which is used only to set the Bearer Authorization header for requests to the declared CSTCloud endpoint. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It only expects the user to set an environment variable and optionally install the script.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cstcloud-web-search
  3. After installation, invoke the skill by name or use /cstcloud-web-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
更新 README:补充参考来源 bailian-web-search、说明改动内容、完善配置说明
v1.0.1
修正 API Key 获取说明,不再描述为公开注册获取;明确该 Key 为内部授权使用
v1.0.0
cstcloud-web-search v1.0.0 - Initial release of a web search skill using CSTCloud (中国科技云) Web Search API. - No need for overseas API keys; designed for stable access within China. - Returns results with title, URL, source, and summary. - Easy setup with a single CSTCLOUD_API_KEY environment variable. - Usable by both OpenClaw dialogue and command line.
Metadata
Slug cstcloud-web-search
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Cstcloud Web Search?

使用中国科技云(CSTCloud)Web Search API 进行网络搜索。无需 Brave/Perplexity 等国外 API key,适合国内用户,直接通过"帮我搜 xxx"调用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.

How do I install Cstcloud Web Search?

Run "/install cstcloud-web-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cstcloud Web Search free?

Yes, Cstcloud Web Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cstcloud Web Search support?

Cstcloud Web Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cstcloud Web Search?

It is built and maintained by shcw0405 (@shcw0405); the current version is v1.0.2.

💬 Comments