Token导航 LogoToken导航TokenDH.com
云服务敏感数据clawhub未标认证来源可访问clear审计提醒

azure-bing-groundingAzure bing grounding 搜索

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

2,796

周安装

112

GitHub Stars

公开资料未说明

下载量

905
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:azure-bing-grounding(Azure bing grounding 搜索)
来源仓库:https://github.com/bowang306/azure-bing-grounding
安装命令:
openclaw skills install azure-bing-grounding
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install azure-bing-grounding

简介

通过 Azure Foundry 实现 Bing 搜索基础功能。

  • 适用于需要实时网络信息的 AI 代理场景。
  • 支持官方渠道的产品信息和定价查询。azure-bing-grounding 属于云服务类 Skill,可作为该场景下的辅助能力补充。
  • 通过 OpenClaw 宿主调用,需配置 API 密钥。
  • 搜索结果受许可协议约束,不可用于商业分发。

SKILL.md

name
azure-bing-grounding
slug
azure-bing-grounding
version
1.0.0
description
Web search grounding via Azure Foundry and Bing Grounding Search tool. Use when the user needs up-to-date information searched from the web via Azure AI Agents. Returns the synthesized answer and URL citations.

Azure Bing Grounding

Use the bundled Python script to perform grounded searches using Azure Foundry's Agent Service and the Bing Grounding Search Tool.

Requirements

  1. Required Python packages:
   pip install azure-identity azure-ai-agents
  1. Authentication:

- Ensure Azure CLI is logged in (az login), OR - Set Azure Service Principal / Managed Identity credentials compatible with DefaultAzureCredential or ClientSecretCredential.

  1. Environment Variables:

Add the following to your ~/.openclaw/.env file or export them in your shell:

   # Your Azure AI Foundry project endpoint
   FOUNDRY_PROJECT_ENDPOINT="https://<your-resource>.ai.azure.com/api/projects/<your-project>"
   
   # The ID of the Bing Grounding connection in your Azure AI Foundry Project
   BING_PROJECT_CONNECTION_ID="<your-connection-id>"

   # Default model deployment name (optional, defaults to gpt-4o)
   FOUNDRY_MODEL_DEPLOYMENT_NAME="gpt-4o"
   
   # (Optional) Service Principal Credentials if not using DefaultAzureCredential
   AZURE_TENANT_ID="<tenant-id>"
   AZURE_CLIENT_ID="<client-id>"
   AZURE_CLIENT_SECRET="<client-secret>"

Commands

Run from the OpenClaw workspace:

# Raw JSON output (default)
python3 {baseDir}/scripts/bing_grounding.py --query "What is the latest AI news today?"

# Markdown human-readable output
python3 {baseDir}/scripts/bing_grounding.py --query "What is the latest AI news today?" --format md

# Use a specific model deployment (default is gpt-4o)
python3 {baseDir}/scripts/bing_grounding.py --query "Weather in Seattle?" --model "gpt-4o-mini"

Output

Returns a generated response synthesized by the Azure AI Agent based on Bing Search results, along with the source URL citations.

适合场景

01

Azure 资源规划

02

云服务升级

03

基础设施检查

04

企业云环境自动化

能力概览

能力 1

整理 Azure 服务操作流程

能力 2

提示 CLI/MCP 前置条件

能力 3

辅助云资源检查和规划

能力 4

保留官方服务来源线索

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.74%
按下载量换算830

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills