free-web-search
免费Bing搜索,带今日日期,稳定可靠
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 1 · 481 · 3 current installs · 3 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Bing search with today's date) align with the included script: scripts/web_search.py performs Bing scraping, applies Chinese locale/params, and optionally fetches full pages. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md maps to the script and does not instruct reading system files or environment variables. The script launches Playwright and navigates to bing.com and then to result URLs to extract snippets/full text — this is expected for a search/full-fetch feature, but it does mean the skill will visit arbitrary external URLs (and could reach internal network addresses if the agent host has such access).
Install Mechanism
There is no install spec (instruction-only), which keeps risk low, but the script depends on Playwright/Chromium. The script prints guidance to run 'pip install playwright && playwright install chromium' when Playwright is missing; the skill does not declare these dependencies up front in metadata. Ensure the runtime has Playwright and Chromium installed or run the skill in an environment where installing those is safe.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not read secrets or external env vars. This is proportionate to its purpose.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It runs only when invoked and does not request permanent agent presence.
Assessment
This skill appears to do what it says: it scrapes Bing and can fetch full pages. Before installing or running it, confirm the agent runtime is prepared to run Playwright/Chromium (or install them in a controlled environment). Because the skill opens a headless browser and will visit arbitrary result URLs, run it in a sandboxed environment (or restrict full-page fetches) to avoid exposing any internal services the host can reach. No API keys or secrets are requested, but inspect and run the Python script in a safe, isolated environment if you have sensitive network resources.Like a lobster shell, security has layers — review code before you run it.
Current versionv7.0.1
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
free-web-search
使用 Bing 搜索,自动带上今日日期,确保内容最新。
搜索词优化经验
问题: 中文分词容易出错,简短词组可能被拆分导致结果不准。
示例:
- ❌ "美伊战争" → 被拆成"美"字,返回"美的空调"、"美缝"等无关结果
- ✅ "美国伊朗冲突" 或 "以色列伊朗冲突" → 结果精准
建议:
- 避免使用简写/简称(如"美伊"、"俄乌"),用完整名称("美国伊朗"、"俄罗斯乌克兰")
- 如果简称搜索结果不准,自动尝试展开为完整名称重搜
- 搜索国际事件时,优先用"国家A+国家B+冲突/战争"格式
Files
3 totalSelect a file
Select a file to preview.
Comments
Loading comments…
