← Back to Skills Marketplace
Realtime Web Search
by
wangziiiiii
· GitHub ↗
· v1.0.1
· MIT-0
246
Downloads
1
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install realtime-web-search
Description
Realtime web search and fact-checking via enhanced Baidu routes with fallback and traceable outputs. Use when users ask 查一下/搜一下/最新消息/实时信息 or need cross-sourc...
Usage Guidance
This skill is coherent with its stated purpose: it calls Baidu search endpoints and requires a Baidu API key. Before installing, verify you are comfortable providing your BAIDU_API_KEY (the script will send it as a Bearer token to the configured endpoint). Note the skill lets callers override endpoint env vars — only set those to trusted, official Baidu endpoints. The package expects the Python 'requests' library but doesn't declare it; ensure your runtime has requests installed. SKILL.md mentions additional env var names (BAIDU_BCE_BEARER_TOKEN, BAIDU_SECRET_KEY) that the script doesn't actually read — treat those as documentation noise. If you plan to use this skill in a shared environment, consider using a scoped/limited key, rotate it if exposed, and monitor network requests to ensure the endpoints are legitimate.
Capability Analysis
Type: OpenClaw Skill
Name: realtime-web-search
Version: 1.0.1
The skill is a legitimate wrapper for Baidu's Qianfan web search and summarization APIs. The code in `scripts/search.py` correctly handles authentication via environment variables and communicates only with official Baidu endpoints (qianfan.baidubce.com). No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (realtime Baidu search) matches the requested credential (BAIDU_API_KEY), the runtime (Python), and the included script which calls Baidu endpoints. Requiring a Baidu API key is proportionate to the described purpose.
Instruction Scope
SKILL.md and scripts limit actions to constructing and POSTing search requests to Baidu endpoints and returning normalized results. Minor discrepancies: SKILL.md documents alternative auth env names (BAIDU_BCE_BEARER_TOKEN, BAIDU_SECRET_KEY) that the script does not read, and examples mention optional endpoint overrides (BAIDU_*_ENDPOINT) which the code honors. The skill does not read unrelated system files or secrets.
Install Mechanism
Instruction-only with an included Python script and no install spec — nothing is downloaded or written by an installer. This is the lowest-risk install model for skills that only run local scripts.
Credentials
Only BAIDU_API_KEY is required/declared and used by the script, which is appropriate. Caveat: optional env vars let callers override the actual endpoints (BAIDU_WEB_SEARCH_ENDPOINT, BAIDU_CHAT_SEARCH_ENDPOINT, BAIDU_SUMMARY_ENDPOINT); if those are pointed to an attacker-controlled URL, the BAIDU_API_KEY would be sent there. SKILL.md mentions other auth env names not used by the code (possible doc drift).
Persistence & Privilege
Skill is not always-enabled and does not request elevated persistence or modify other skills or system configuration. It runs only when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install realtime-web-search - After installation, invoke the skill by name or use
/realtime-web-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Sync latest local fixes and docs
v1.0.0
Launch public skill with clearer landing copy
Metadata
Frequently Asked Questions
What is Realtime Web Search?
Realtime web search and fact-checking via enhanced Baidu routes with fallback and traceable outputs. Use when users ask 查一下/搜一下/最新消息/实时信息 or need cross-sourc... It is an AI Agent Skill for Claude Code / OpenClaw, with 246 downloads so far.
How do I install Realtime Web Search?
Run "/install realtime-web-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Realtime Web Search free?
Yes, Realtime Web Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Realtime Web Search support?
Realtime Web Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Realtime Web Search?
It is built and maintained by wangziiiiii (@wangziiiiii); the current version is v1.0.1.
More Skills