Baidu Search Sldjs

v1.0.1

Open browser and search for keywords. Use when user wants to search online.

0· 75·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 (Baidu search) match the implementation: the skill URL-encodes the query and opens the default browser to a Baidu search URL.
Instruction Scope
SKILL.md and code mostly align: both describe opening the browser and performing a Baidu search. Minor mismatch: SKILL.md says 'returns search results to the user', but the implementation only opens the browser and returns a confirmation string rather than scraping or returning search result content.
Install Mechanism
No install spec and only standard-library usage (webbrowser, urllib.parse). No downloads or archive extraction, so low install risk.
Credentials
The skill requires no environment variables, credentials, or config paths. It does import the agent framework base class (core.skill.BaseSkill), which is expected for a skill implementation.
Persistence & Privilege
always is false and there are no indications the skill modifies system-wide settings or other skills. It performs a one-off local action (opening a browser).
Assessment
This skill simply opens your default web browser to a Baidu search for the provided keywords and returns a confirmation message. It does not request any secrets or install software. Consider: (1) if you expect the skill to return scraped search results, it does not — it only opens the browser; (2) any query you send will be visible to your browser and Baidu (avoid sending sensitive data as the search term); (3) the skill imports the platform base class (normal for skills) — only install if you trust the agent platform. Otherwise there are no apparent security concerns.

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

latestvk97dkme1cc30e5jwrkykahy22n83nmz0

License

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

Comments