baidu-search-auto

v1.0.0

This skill should be used when the user wants to perform automated searches on Baidu, extract search results, or mentions "百度搜索", "在百度上搜索", "baidu search", "...

0· 114·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 and description align with the instructions: the skill only needs browser automation to open baidu.com, enter queries, and extract results. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md instructs use of a browser_agent to navigate Baidu, interact with page elements, and extract results. It does not instruct reading local files, environment variables, or sending data to third-party endpoints outside of Baidu.
Install Mechanism
No install spec and no code files beyond documentation; nothing is written to disk by the skill itself (instruction-only), which minimizes installation risk.
Credentials
The skill declares no environment variables, secrets, or config paths. The lack of requested credentials matches the simple search/extraction functionality described.
Persistence & Privilege
always is false and the skill is user-invocable; autonomous invocation is allowed by platform default but the skill does not request elevated persistence or system-wide config changes.
Assessment
This skill is coherent and appears to do what it says (automated Baidu searches via a browser agent). Before installing, confirm what the platform's browser_agent tool is allowed to do in your environment (network access, access to local files, or other agent capabilities). Avoid submitting sensitive secrets as search queries and respect rate limits to reduce triggering Baidu's anti-bot measures. Because this is instruction-only, there is no additional code to inspect — if you need higher assurance, verify the platform's implementation of browser_agent and logging/telemetry for exported data.

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

latestvk973v7q06myhpkpr9v3yg71s99836x90

License

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

Comments