with one click
baidu-search
百度千帆 AI 搜索,根据用户 query 检索全网实时信息,返回网页/视频来源引用列表。需要搜索网页、获取实时信息时使用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
百度千帆 AI 搜索,根据用户 query 检索全网实时信息,返回网页/视频来源引用列表。需要搜索网页、获取实时信息时使用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate short videos from a static image using the Kling AI image-to-video API. Use this skill whenever the user wants to animate an image, create a video from a photo, turn a picture into a video clip, or generate AI video from an uploaded image.
基于文本描述生成短视频(5s/10s),适用于电商营销、创意宣传、教育讲解等场景,异步轮询获取结果。
图片生成与编辑(超级版),调用 GPT-Image-2 模型生成和编辑图片。需要 AI 画图、生成图片、编辑图片、多图融合、背景替换、风格转换、电商商品图合成、海报设计、插画创作时优先使用该工具。纯像素操作(文字叠加、加水印、裁剪、缩放)请改用 Pillow,不要触发本工具。
调用百度通用文字识别高精度版 OCR,对图片全部文字内容进行高精度检测识别,支持中英日韩等 20+ 语种,适用于文档数字化、多语言文本提取场景。
根据用户输入的主题自动生成完整 PPT 文件,返回封面图和下载链接;适用于办公汇报、教学课件、产品展示等需要快速生成 PPT 的场景。
识别飞机行程单图片,结构化提取24个字段(乘客、航班、票价、税费等);适用于差旅报销、财务管理、行程记录场景。
| name | baidu-search |
| description | 百度千帆 AI 搜索,根据用户 query 检索全网实时信息,返回网页/视频来源引用列表。需要搜索网页、获取实时信息时使用。 |
| license | MIT |
百度千帆 AI 搜索接口,通过 POST 请求向 https://app-bo4w33bsdqm9-api-rY7JZ6jqr6dL-gateway.appmiaoda.com/v2/ai_search/chat/completions
发送对话消息,实时检索全网内容,返回结构化的引用来源列表(网页 / 视频)。
Endpoint: POST https://app-bo4w33bsdqm9-api-rY7JZ6jqr6dL-gateway.appmiaoda.com/v2/ai_search/chat/completions
核心参数:
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
messages | array | 是 | 搜索输入,以 user 角色开始和结束 |
resource_type_filter | array | 否 | 搜索资源类型配置(web / video) |
search_recency_filter | string | 否 | 时间筛选:week / month / semiyear / year |
响应格式(200): 返回 references 数组,每条含 id、title、type、url、content、date、web_anchor。
认证模式: platform_managed — 密钥由平台注入,无需用户配置。
X-Gateway-Authorization: Bearer ${INTEGRATIONS_API_KEY}(注意不是标准的 Authorization)。计费: 计费信息以平台实际配置为准。
支持平台: Web、MiniProgram、App
直接在脚本中调用上游 API,适合 Agent 在生成期获取搜索结果。
详见 references/ai-search-api.md — 生成期代码 章节。
在应用内需通过 Supabase Edge Function 代理调用,将 INTEGRATIONS_API_KEY 保存在服务端,
避免密钥暴露到前端。Web、MiniProgram 和 App 共用同一套 Edge Function,前端调用方式相同。
详见 references/ai-search-api.md — Edge Function 代码 和 前端调用代码 章节。