← 返回 Skills 市场
sldjs

Baidu Search Sldjs

作者 sldjs · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
142
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install baidu-search-sldjs
功能描述
Open browser and search for keywords. Use when user wants to search online.
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install baidu-search-sldjs
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /baidu-search-sldjs 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug baidu-search-sldjs
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Baidu Search Sldjs 是什么?

Open browser and search for keywords. Use when user wants to search online. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。

如何安装 Baidu Search Sldjs?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install baidu-search-sldjs」即可一键安装,无需额外配置。

Baidu Search Sldjs 是免费的吗?

是的,Baidu Search Sldjs 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Baidu Search Sldjs 支持哪些平台?

Baidu Search Sldjs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Baidu Search Sldjs?

由 sldjs(@sldjs)开发并维护,当前版本 v1.0.1。

💬 留言讨论