360-web-search

v1.0.6

Real-time Chinese web search powered by 360's search engine API. Use this skill when the user asks to search the web, look up recent news, find current infor...

1· 121·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Chinese web search via 360 API) matches the declared requirements: a single API key (SEARCH_360_API_KEY) and curl. Required binaries and env var are appropriate and expected for a simple HTTP-based search integration.
Instruction Scope
SKILL.md confines runtime behavior to checking the SEARCH_360_API_KEY and performing HTTPS GET requests to api.360.cn/v2/mwebsearch with query parameters; it explicitly disclaims filesystem writes and other env access. Setup steps that modify shell profiles are only in README (installation guidance), not runtime instructions.
Install Mechanism
There is no install spec and no code files to write or execute; this is an instruction-only skill that relies on existing curl. That is the lowest-risk install profile.
Credentials
Only one credential is requested (SEARCH_360_API_KEY) which is appropriate for the API. Note: providing the key allows the skill to make arbitrarily many queries (billing/usage risk) and sends the user's search queries and a per-request UUID to api.360.cn; avoid sending sensitive personal data in search queries and monitor API usage/billing.
Persistence & Privilege
The skill is not always-on (always:false) and does not request elevated agent-wide privileges or modify other skills. Autonomous invocation is allowed (platform default) and appropriate for a web-search skill.
Assessment
This skill appears to be what it claims: a thin wrapper that sends search queries to api.360.cn using your SEARCH_360_API_KEY. Before installing, verify the homepage (https://ai.360.com/platform) is the official provider, and be prepared for billing/usage: queries consume your account quota and may incur charges. Only provide a key with the minimum necessary permissions, enable any available usage limits on the provider side, and avoid sending sensitive personal or secret data in search queries (anything you search will be transmitted to the 360 endpoint). Review the README and config.json, and monitor the key's activity and billing after enabling the skill.

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

latestvk97ej11fb19k739z0qm72gvm6183x0as

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binscurl
EnvSEARCH_360_API_KEY
Primary envSEARCH_360_API_KEY

Comments