Baidu Search Sldjs

v1.0.1

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

0· 138·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for sldjs/baidu-search-sldjs.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Baidu Search Sldjs" (sldjs/baidu-search-sldjs) from ClawHub.
Skill page: https://clawhub.ai/sldjs/baidu-search-sldjs
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install baidu-search-sldjs

ClawHub CLI

Package manager switcher

npx clawhub@latest install baidu-search-sldjs
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
138downloads
0stars
2versions
Updated 1mo ago
v1.0.1
MIT-0

Baidu Search

This skill performs web searches using Baidu search engine.

When to Use

Invoke this skill when:

  • User asks to search for information on Baidu
  • User requests web search results for specific keywords
  • User needs to find information online using Baidu

How It Works

  1. Opens the default web browser on the local system
  2. Navigates to Baidu search engine
  3. Performs a search with the provided keywords
  4. Returns search results to the user

Usage

Simply provide the search keywords when invoking this skill. The skill will:

  • Construct the Baidu search URL with the keywords
  • Open the browser to the search results page
  • Allow the user to view the search results

Example

User: "Search for Python tutorials on Baidu" Skill: Opens browser and searches "Python tutorials" on Baidu

Comments

Loading comments...