OneKey Gateway
Use One Access Key to connect to various commercial APIs. Please visit the
OneKey Gateway Keys and read the docs
OneKey MCP Router Doc and
OneKey Gateway Doc.
bing-image-search-mcp Skill
Use the OneKey Gateway to access tools for this server via a unified access key.
Quick Start
Set your OneKey access key:
export DEEPNLP_ONEKEY_ROUTER_ACCESS=YOUR_API_KEY
If no key is provided, the scripts fall back to the demo key
BETA_TEST_KEY_MARCH_2026.
Common settings:
- -
unique_id: INLINECODE2 - INLINECODE3 : one of the tools listed below
Tools
search_images
Search Images
Args:
query: str, query used in Bing search engine
limit: int, number of images information returned
Return:
str: json str with below values samples
[{'title': 'Italy Travel Guide: The Ultimate 2-week Road Trip · Salt in our Hair',
'thumbnail_url': 'http://ts2.mm.bing.net/th?id=OIP.TEuPMUk1s2A3OBkq3LrTnwHaFc&pid=15.1',
'url': 'http://ts2.mm.bing.net/th?id=OIP.TEuPMUk1s2A3OBkq3LrTnwHaFc&pid=15.1'},
{'title': '25 Best Places to Visit in Italy (+ Map to Find Them!) - Our Escape Clause',
'thumbnailurl': 'http://ts2.mm.bing.net/th?id=OIP.kle1eOp_4crE4lRtWK8AgHaE8&pid=15.1',
'url': 'http://ts2.mm.bing.net/th?id=OIP.kle1eOp4crE4lRtWK8AgHaE8&pid=15.1'}
]
Parameters:
- -
query (string, optional): - INLINECODE6 (integer, optional):
search_images_batch
Batch Method of Search Images From Bing Web Search
Args:
query_list: List[str], List of query used in Bing Image search engine
limit: int, number of images information returned
Return:
Dict: json Dict with below values samples
[{'title': 'Italy Travel Guide: The Ultimate 2-week Road Trip · Salt in our Hair',
'thumbnail_url': 'http://ts2.mm.bing.net/th?id=OIP.TEuPMUk1s2A3OBkq3LrTnwHaFc&pid=15.1',
'url': 'http://ts2.mm.bing.net/th?id=OIP.TEuPMUk1s2A3OBkq3LrTnwHaFc&pid=15.1'},
{'title': '25 Best Places to Visit in Italy (+ Map to Find Them!) - Our Escape Clause',
'thumbnailurl': 'http://ts2.mm.bing.net/th?id=OIP.kle1eOp_4crE4lRtWK8AgHaE8&pid=15.1',
'url': 'http://ts2.mm.bing.net/th?id=OIP.kle1eOp4crE4lRtWK8AgHaE8&pid=15.1'}
]
Parameters:
- -
query_list (array of string, required): - INLINECODE9 (integer, optional):
Usage
CLI
search_images
CODEBLOCK1
searchimagesbatch
CODEBLOCK2
Scripts
Each tool has a dedicated script in this folder:
- - INLINECODE10
- INLINECODE11
Example
CODEBLOCK3
Related DeepNLP OneKey Gateway Documents
AI Agent Marketplace
Skills Marketplace
AI Agent A2Z Deployment
PH AI Agent A2Z Infra
GitHub AI Agent Marketplace
Dependencies
CLI Dependency
Install onekey-gateway from npm
CODEBLOCK4
Script Dependency
Install the required Python package before running any scripts.
CODEBLOCK5
Alternatively, install dependencies from the requirements file:
CODEBLOCK6
If the package is already installed, skip installation.
Agent rule
Before executing command lines or running any script in the scripts/ directory, ensure the dependencies are installed.
Use the
onekey CLI as the preferred method to run the skills.
一键网关
使用一个访问密钥即可连接多种商业API。请访问
一键网关密钥页面并阅读文档
一键MCP路由器文档和
一键网关文档。
bing-image-search-mcp 技能
通过统一访问密钥使用一键网关访问此服务器的工具。
快速开始
设置您的一键访问密钥:
bash
export DEEPNLP
ONEKEYROUTER
ACCESS=YOURAPI_KEY
如果未提供密钥,脚本将回退使用演示密钥 BETATESTKEYMARCH2026。
常用设置:
- - uniqueid:bing-image-search-mcp/bing-image-search-mcp
- apiid:下列工具之一
工具
search_images
搜索图片
参数:
query: str,用于必应搜索引擎的查询词
limit: int,返回的图片信息数量
返回:
str:JSON字符串,包含以下示例值
[{title: Italy Travel Guide: The Ultimate 2-week Road Trip · Salt in our Hair,
thumbnail_url: http://ts2.mm.bing.net/th?id=OIP.TEuPMUk1s2A3OBkq3LrTnwHaFc&pid=15.1,
url: http://ts2.mm.bing.net/th?id=OIP.TEuPMUk1s2A3OBkq3LrTnwHaFc&pid=15.1},
{title: 25 Best Places to Visit in Italy (+ Map to Find Them!) - Our Escape Clause,
thumbnailurl: http://ts2.mm.bing.net/th?id=OIP.kle1eOp_4crE4lRtWK8AgHaE8&pid=15.1,
url: http://ts2.mm.bing.net/th?id=OIP.kle1eOp4crE4lRtWK8AgHaE8&pid=15.1}
]
参数:
- - query(字符串,可选):
- limit(整数,可选):
searchimagesbatch
从必应网页搜索批量搜索图片的方法
参数:
query_list: List[str],用于必应图片搜索引擎的查询词列表
limit: int,返回的图片信息数量
返回:
Dict:JSON字典,包含以下示例值
[{title: Italy Travel Guide: The Ultimate 2-week Road Trip · Salt in our Hair,
thumbnail_url: http://ts2.mm.bing.net/th?id=OIP.TEuPMUk1s2A3OBkq3LrTnwHaFc&pid=15.1,
url: http://ts2.mm.bing.net/th?id=OIP.TEuPMUk1s2A3OBkq3LrTnwHaFc&pid=15.1},
{title: 25 Best Places to Visit in Italy (+ Map to Find Them!) - Our Escape Clause,
thumbnailurl: http://ts2.mm.bing.net/th?id=OIP.kle1eOp_4crE4lRtWK8AgHaE8&pid=15.1,
url: http://ts2.mm.bing.net/th?id=OIP.kle1eOp4crE4lRtWK8AgHaE8&pid=15.1}
]
参数:
- - query_list(字符串数组,必填):
- limit(整数,可选):
使用方法
命令行
search_images
shell
npx onekey agent bing-image-search-mcp/bing-image-search-mcp search_images {query: Eiffel Tower sunset, limit: 5}
searchimagesbatch
shell
npx onekey agent bing-image-search-mcp/bing-image-search-mcp search
imagesbatch {query_list: [Eiffel Tower sunset, Louvre at night], limit: 3}
脚本
每个工具在此文件夹中都有专用脚本:
- - skills/bing-image-search-mcp/scripts/searchimages.py
- skills/bing-image-search-mcp/scripts/searchimages_batch.py
示例
bash
python3 scripts/
.py --data {key: value}
相关DeepNLP一键网关文档
AI代理市场
技能市场
AI代理A2Z部署
PH AI代理A2Z基础设施
GitHub AI代理市场
依赖项
命令行依赖项
从npm安装onekey-gateway
npm install @aiagenta2z/onekey-gateway
脚本依赖项
在运行任何脚本之前,请安装所需的Python包。
bash
pip install ai-agent-marketplace
或者,从requirements文件安装依赖项:
bash
pip install -r requirements.txt
如果包已安装,请跳过安装。
代理规则
在执行命令行或运行scripts/目录中的任何脚本之前,请确保依赖项已安装。
使用onekey命令行作为运行技能的首选方法。