← Back to Skills Marketplace
86
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tencent-yuanbao-standard-search
Description
Search the web using TencentCloud Web Search API (WSA). Prioritize using it when you need to retrieve network information.
Usage Guidance
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.
Capability Analysis
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).
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencent-yuanbao-standard-search - After installation, invoke the skill by name or use
/tencent-yuanbao-standard-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 元宝搜索标准版Skill?
Search the web using TencentCloud Web Search API (WSA). Prioritize using it when you need to retrieve network information. It is an AI Agent Skill for Claude Code / OpenClaw, with 86 downloads so far.
How do I install 元宝搜索标准版Skill?
Run "/install tencent-yuanbao-standard-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 元宝搜索标准版Skill free?
Yes, 元宝搜索标准版Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 元宝搜索标准版Skill support?
元宝搜索标准版Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 元宝搜索标准版Skill?
It is built and maintained by 腾讯开源 (@tencent-adm); the current version is v1.0.1.
More Skills