skills$openclaw/bing_search
stdeson5.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

namebing_search
descriptionBing search skill for all users. No API key needed. OpenClaw Skills integration.
ownerstdeson
repositorystdeson/bing-search
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @stdeson/bing-search
last updatedFeb 7, 2026

Maintainer

stdeson

stdeson

Maintains bing_search in the OpenClaw Skills directory.

View GitHub profile
File Explorer
5 files
.
scripts
search.py
1.5 KB
_meta.json
275 B
skill.json
69 B
SKILL.md
260 B
SKILL.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.