Cstcloud Web Search

v1.0.2

使用中国科技云(CSTCloud)Web Search API 进行网络搜索。无需 Brave/Perplexity 等国外 API key,适合国内用户,直接通过"帮我搜 xxx"调用。

0· 123·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for shcw0405/cstcloud-web-search.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Cstcloud Web Search" (shcw0405/cstcloud-web-search) from ClawHub.
Skill page: https://clawhub.ai/shcw0405/cstcloud-web-search
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: CSTCLOUD_API_KEY
Required binaries: bash, curl, jq
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install cstcloud-web-search

ClawHub CLI

Package manager switcher

npx clawhub@latest install cstcloud-web-search
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🔍 Clawdis
Binsbash, curl, jq
EnvCSTCLOUD_API_KEY
Primary envCSTCLOUD_API_KEY
latestvk978c77qbh6s315ecgzr5wfkvx840s9m
123downloads
0stars
3versions
Updated 3w ago
v1.0.2
MIT-0

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

Comments

Loading comments...