← Back to Skills Marketplace
275
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install test-01
Description
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install test-01 - After installation, invoke the skill by name or use
/test-01 - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is dasfgg?
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics. It is an AI Agent Skill for Claude Code / OpenClaw, with 275 downloads so far.
How do I install dasfgg?
Run "/install test-01" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is dasfgg free?
Yes, dasfgg is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does dasfgg support?
dasfgg is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created dasfgg?
It is built and maintained by ide-rea (@ide-rea); the current version is v1.0.0.
More Skills