秘塔搜索

v1.0.0

Search the web using Metaso AI Search API. Use for live information, documentation, or research topics.

0· 89·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 match the behavior. The script POSTs to https://metaso.cn/api/v1/search and returns results. Requested binary (python) and primary env var (METASO_API_KEY) are appropriate for a search API wrapper.
Instruction Scope
SKILL.md instructs running the included Python script with a JSON argument. The runtime instructions only require the API key and do not attempt to read other files, system state, or unrelated environment variables. The 'includeRawContent' option may return full source content from the provider (expected for a search API).
Install Mechanism
This is an instruction-only skill with no install spec, which is low risk. Minor note: the script imports the Python 'requests' library but the SKILL metadata does not declare or install that dependency; the runtime environment must have requests available or the script will fail.
Credentials
Only METASO_API_KEY is required and is justified by the claimed purpose. No other secrets, unrelated credentials, or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or modify other skills or system configs. It runs only when invoked.
Assessment
This skill is a straightforward wrapper around Metaso's search API. Before installing: (1) Confirm you trust the Metaso provider (https://metaso.cn) because all queries and returned content go to that external service; (2) Store METASO_API_KEY securely (avoid exposing it to shared environments); (3) Ensure the agent runtime has Python and the 'requests' library installed; (4) Be aware that enabling includeRawContent may return large or sensitive text from remote sites; and (5) review provider limits, billing, and privacy policy so you know how query data is handled.

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

latestvk978vqm1b7y12eeptmzv2wde1x83dgh9

License

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

Runtime requirements

🔍 Clawdis
Binspython
EnvMETASO_API_KEY
Primary envMETASO_API_KEY

Comments