← 返回 Skills 市场
275
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install test-01
功能描述
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
安全使用建议
This skill appears to be a simple wrapper for Baidu web search and only needs your BAIDU_API_KEY, but check a few things before installing: 1) Confirm which script path to run — SKILL.md and file layout are inconsistent. 2) Ensure the runtime has the Python 'requests' library (not declared). 3) Understand that user queries are sent to a Baidu endpoint (qianfan.baidubce.com) — don’t send secrets or private data to it. 4) Verify the BAIDU_API_KEY is scoped appropriately and can be revoked. 5) Because of the naming/packaging sloppiness, consider running the script in a sandbox or reviewing network traffic the first time you use it. If you need high assurance, ask the publisher for a corrected manifest and dependency list or request a signed/official upstream source.
功能分析
Type: OpenClaw Skill
Name: test-01
Version: 1.0.0
The skill bundle provides a legitimate interface for the Baidu AI Search API. The script 'scripts/search.py' correctly handles input parameters, uses environment variables for the API key, and communicates only with the official Baidu endpoint (qianfan.baidubce.com). No malicious patterns, data exfiltration, or prompt injection risks were identified.
能力评估
Purpose & Capability
Stated purpose (Baidu web search) aligns with required artifacts: python3 and BAIDU_API_KEY. However the package name ('dasfgg') and SKILL.md name ('baidu-test') differ, and SKILL.md references a path 'skills/baidu-search/scripts/search.py' that doesn't match the included file location (scripts/search.py). These naming/path inconsistencies are likely sloppy packaging rather than malicious, but they reduce trust and may cause runtime errors.
Instruction Scope
SKILL.md instructs running the included Python script which sends the user's query to a Baidu search endpoint — that is coherent with the description. The script reads only BAIDU_API_KEY from the environment and the provided JSON argument. It removes 'snippet' fields but otherwise prints out the returned references unredacted (may include URLs or content). The usage examples contain inconsistent invocation paths (both 'scripts/search.py' and 'skills/baidu-search/...'), which is confusing.
Install Mechanism
No install spec (instruction-only) which is low-risk, but the included script depends on the Python 'requests' library while the manifest only requires 'python3' and does not declare requests as a dependency. That is an inconsistency that may cause runtime failures or surprise if the runtime lacks requests.
Credentials
Only BAIDU_API_KEY is requested and declared as the primary credential; this is appropriate for a search API integration. The script accesses only that env var and no other credentials or system config paths.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent system privileges. It does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install test-01 - 安装完成后,直接呼叫该 Skill 的名称或使用
/test-01触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Baidu Test skill.
- Added Baidu web search capability via scripts/search.py.
- Supports search queries with configurable result counts and freshness/time filters.
- Usage requires Python 3 and BAIDU_API_KEY environment variable.
- Provides full CLI documentation and examples for invoking the search script.
元数据
常见问题
dasfgg 是什么?
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 275 次。
如何安装 dasfgg?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install test-01」即可一键安装,无需额外配置。
dasfgg 是免费的吗?
是的,dasfgg 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
dasfgg 支持哪些平台?
dasfgg 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 dasfgg?
由 ide-rea(@ide-rea)开发并维护,当前版本 v1.0.0。
推荐 Skills