5.9k★by stdeson
bing_search – OpenClaw Skill
bing_search is an OpenClaw Skills integration for coding workflows. Bing search skill for all users. No API key needed.
5.9k stars6.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding
Skill Snapshot
| name | bing_search |
| description | Bing search skill for all users. No API key needed. OpenClaw Skills integration. |
| owner | stdeson |
| repository | stdeson/bing-search |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @stdeson/bing-search |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
5 files
.
scripts
search.py
1.5 KB_meta.json
275 Bskill.json
69 BSKILL.md
260 BSKILL.md
name: bing_search description: Bing search skill for all users. No API key needed.
Bing Search Skill
Simple Bing web search skill.
Features
- No API key required
Usage
python3 skills/bing_search/scripts/search.py "search query"
README.md
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install bing_search?
Run openclaw add @stdeson/bing-search in your terminal. This installs bing_search into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/stdeson/bing-search. Review commits and README documentation before installing.
