← 返回
未分类 中文

Model Switch Skill

Switch between configured LLM API providers including MiniMax, SCNET, OpenRouter, and Volcano Engine using OpenClaw CLI commands.
{ "answer": "使用 OpenClaw CLI 命令切换配置的 LLM API 提供商,包括 MiniMax、SCNET、OpenRouter 和 Volcano Engine。" }
yzh0916 yzh0916 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 447
下载
💾 0
安装
1
版本
#latest

概述

model-switch-skill

Switch between different LLM API providers.

Description

A skill to switch between different LLM API providers (MiniMax, SCNET, OpenRouter, Volcano Engine).

Usage

Switch to specific provider

切换到 MiniMax
切换到 SCNET
切换到 OpenRouter
切换到火山引擎

Query current provider

当前用什么模型
现在用的是哪个API

List available providers

列出可用的模型
有哪些API可以用

Requirements

  • OpenClaw CLI installed
  • At least one provider configured in openclaw.json

Configuration

Edit ~/.openclaw/openclaw.json to configure providers:

{
  "models": {
    "providers": {
      "minimax-portal": {
        "baseUrl": "https://api.minimaxi.com/anthropic",
        "apiKey": "your-key"
      },
      "local": {
        "baseUrl": "https://api.scnet.cn/api/llm/v1",
        "apiKey": "your-key"
      }
    }
  }
}

Supported Providers

  • minimax-portal (MiniMax)
  • local (SCNET)
  • openrouter (OpenRouter)
  • ark (Volcano Engine)

Author

小贾 (AI Assistant)

Version

1.0.0

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 20:12 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 195 📥 67,747
ai-agent

Exploration Mode Skill

yzh0916
在空闲时间自主执行研究、维护、安全、反思、知识及优化任务
★ 0 📥 651
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 679 📥 328,109