← Back to Skills Marketplace
sldjs

Baidu Search Sldjs

by sldjs · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
142
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install baidu-search-sldjs
Description
Open browser and search for keywords. Use when user wants to search online.
README (SKILL.md)

\r \r

Baidu Search\r

\r This skill performs web searches using Baidu search engine.\r \r

When to Use\r

\r Invoke this skill when:\r

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

How It Works\r

\r

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

Usage\r

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

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

Example\r

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

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: baidu-search-sldjs Version: 1.0.1 The skill is a straightforward implementation for performing web searches on Baidu. The code in skill.py uses the standard Python webbrowser library to open a search URL constructed from the user's query, which aligns perfectly with the functionality described in SKILL.md. No suspicious behaviors, data exfiltration, or prompt injection attempts were found.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install baidu-search-sldjs
  3. After installation, invoke the skill by name or use /baidu-search-sldjs
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
baidu-search-sldjs 1.0.1 Changelog - Updated the SKILL.md description for brevity: "Open browser and search for keywords. Use when user wants to search online." - No functional code changes noted; documentation update only.
v1.0.0
- Initial release of baidu-search-sldjs skill. - Opens the default browser and performs web searches using Baidu with user-provided keywords. - Designed for situations where users request Baidu searches or web search results. - Simple invocation: provide keywords, and the skill opens search results in the browser.
Metadata
Slug baidu-search-sldjs
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Baidu Search Sldjs?

Open browser and search for keywords. Use when user wants to search online. It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.

How do I install Baidu Search Sldjs?

Run "/install baidu-search-sldjs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Baidu Search Sldjs free?

Yes, Baidu Search Sldjs is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Baidu Search Sldjs support?

Baidu Search Sldjs is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Baidu Search Sldjs?

It is built and maintained by sldjs (@sldjs); the current version is v1.0.1.

💬 Comments