跳至主要内容
小龙虾小龙虾AI
🤖

web-search-minimax

网络搜索技能,使用 Minimax Coding Plan Search API 进行网络搜索

下载1.7k
星标2
版本1.0.0
搜索研究
安全通过

技能说明


name: web-search-minimax description: 网络搜索技能,使用 Minimax Coding Plan Search API 进行网络搜索 metadata: {"clawdbot":{"emoji":"🔍","requires":{"bins":["node"]}}}

Web Search

使用 Minimax Coding Plan Search API 进行网络搜索,返回搜索结果和相关搜索建议。

使用方法

node {baseDir}/scripts/search.cjs "搜索关键词"

示例

# 基本搜索
node {baseDir}/scripts/search.cjs "今天天气怎么样"

# 搜索编程问题
node {baseDir}/scripts/search.cjs "Python 教程"

# 搜索最新新闻
node {baseDir}/scripts/search.cjs "AI 发展动态"

数据来源

API Key 从环境变量读取:

  • 环境变量:MINIMAX_API_KEY
  • API Host:固定为 https://api.minimaxi.com
  • API 端点:/v1/coding_plan/search
  • 请求参数:q (查询词)

返回结果格式

  • organic: 搜索结果列表,每条包含 title、link、snippet、date
  • related_searches: 相关搜索建议列表

使用场景

  • 查询实时信息
  • 查找技术文档
  • 获取新闻资讯
  • 搜索教程资源

如何使用「web-search-minimax」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「web-search-minimax技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能