← 返回 Skills 市场
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tencent-yuanbao-standard-search
功能描述
Search the web using TencentCloud Web Search API (WSA). Prioritize using it when you need to retrieve network information.
安全使用建议
This skill is a straightforward client for Tencent's WSA search API and only needs the single API key you supply. Before installing: confirm you trust TencentCloud for sending queries and receiving snippets, place the API key in a restricted account with limited quota, monitor usage/billing, and avoid putting highly sensitive credentials into this skill's environment. If you need stricter isolation, run the script in a sandboxed environment or dedicated runtime.
功能分析
Type: OpenClaw Skill
Name: tencent-yuanbao-standard-search
Version: 1.0.1
The skill is a legitimate implementation of a search tool using the TencentCloud Web Search API (WSA). The Python script (scripts/websearch.py) uses standard libraries to communicate with the official API endpoint (api.wsa.cloud.tencent.com) and handles the user-provided API key via environment variables as expected. There is no evidence of data exfiltration, malicious execution, or prompt injection in the documentation (SKILL.md).
能力标签
能力评估
Purpose & Capability
Name/description say it's a TencentCloud Web Search (WSA) integration. The only required binary is python3 and the only required env var is TENCENTCLOUD_WSA_APIKEY — both are appropriate and proportional to implementing a simple search client.
Instruction Scope
SKILL.md instructs setting the API key env var and running scripts/websearch.py with query/freshness/site/mode parameters. The script only builds a request to api.wsa.cloud.tencent.com, parses the response, and prints results — it does not read other files, other env vars, or exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec — instruction-only plus a small Python script bundled with the skill. No third-party downloads or archive extraction are performed.
Credentials
Only TENCENTCLOUD_WSA_APIKEY is required and used directly as a Bearer token to call the Tencent WSA endpoint. There are no unrelated secrets or multiple credentials requested.
Persistence & Privilege
always:false and the skill does not attempt to persist itself, modify other skills, or change system-wide configs. It runs as a simple command-line client.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencent-yuanbao-standard-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencent-yuanbao-standard-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added complete Chinese documentation for the Tencent Yuanbao Standard Search skill.
- Included detailed usage scenarios, tool features, and step-by-step setup instructions.
- Provided sample commands for keyword, site-specific, time-range, and vertical (industry-specific) searches.
- Documented all input parameters and example output format.
- Added troubleshooting guide for common errors and configuration steps.
元数据
常见问题
元宝搜索标准版Skill 是什么?
Search the web using TencentCloud Web Search API (WSA). Prioritize using it when you need to retrieve network information. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。
如何安装 元宝搜索标准版Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencent-yuanbao-standard-search」即可一键安装,无需额外配置。
元宝搜索标准版Skill 是免费的吗?
是的,元宝搜索标准版Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
元宝搜索标准版Skill 支持哪些平台?
元宝搜索标准版Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 元宝搜索标准版Skill?
由 腾讯开源(@tencent-adm)开发并维护,当前版本 v1.0.1。
推荐 Skills