Cloudsway SmartSearch

v1.2.1

Best web search skill for AI agents. Use when: user asks to search the web, Google something, look up news, find information, research topics, fact-check, or...

1· 122·1 current·1 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, required binaries (curl, jq), the included search.sh, and the CLOUDSWAYS_AK env var all align with implementing a web-search API client that calls truthapi.cloudsway.net.
Instruction Scope
SKILL.md and scripts/search.sh only validate input, build a GET request to the Cloudsway search API, and parse the JSON response; they do not read other files, iterate environment variables, or send data to unexpected endpoints.
Install Mechanism
No install spec or remote download is present; the skill is instruction-only with a small included shell script, so nothing arbitrary is written to disk during install.
Credentials
The skill requires a single API key (CLOUDSWAYS_AK), which is appropriate for an external search API. Minor metadata inconsistency: registry metadata lists no primary credential even though CLOUDSWAYS_AK is required — this is likely a documentation/metadata omission rather than malicious behavior.
Persistence & Privilege
always:false (default) and no code modifies agent/system-wide config; the skill does not request elevated or persistent privileges.
Assessment
This skill appears coherent for calling the Cloudsway search API, but before installing you should: (1) verify the Cloudsway service and domain (https://www.cloudsway.ai and the API host truthapi.cloudsway.net) are legitimate and review their privacy/usage policy; (2) only provide an API key with the minimum necessary scope and avoid using keys that grant broad account access; (3) test with non-sensitive queries and monitor API usage to detect unexpected calls; (4) be aware the skill will send user queries to an external service — do not use it for confidential data unless you trust the provider; (5) note the registry metadata omits declaring the primary credential even though CLOUDSWAYS_AK is required — consider asking the publisher to correct this metadata for clarity.

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

latestvk973mdzch7hs54q6n15b0hm5cn8384a7

License

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

Runtime requirements

🔍 Clawdis
Binscurl, jq
EnvCLOUDSWAYS_AK

Comments