Model Switch Skill

v1.0.0

Switch between configured LLM API providers including MiniMax, SCNET, OpenRouter, and Volcano Engine using OpenClaw CLI commands.

0· 154·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (switching LLM providers) align with the instructions (use OpenClaw CLI and edit ~/.openclaw/openclaw.json). No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md confines actions to switching providers and editing the user's OpenClaw config (~/.openclaw/openclaw.json). This is appropriate for the skill, but it does instruct storing API keys in a user config file (plaintext example), which has privacy/security implications outside the skill's control.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing will be written or executed by the skill itself during install.
Credentials
The skill declares no environment variables or credentials. It expects API keys to be present in the user's OpenClaw config file, which is coherent with its stated function.
Persistence & Privilege
always is false and it is user-invocable. The skill does not request elevated/persistent privileges or attempt to modify other skills or system-wide settings.
Assessment
This skill is instruction-only and appears to do what it says: it helps you switch between LLM providers configured in your OpenClaw CLI config. Before using it: (1) confirm you trust the OpenClaw CLI you have installed, (2) be aware the SKILL.md shows placing API keys in ~/.openclaw/openclaw.json (plaintext examples) — consider using a secure credential store or restricting file permissions (chmod 600) if you store secrets there, (3) verify the provider endpoints (baseUrl) are correct and trusted, and (4) note the package source/homepage is not provided — if provenance matters to you, prefer skills with a known author or hosted source.

Like a lobster shell, security has layers — review code before you run it.

latestvk971q6fhs5hrze1fr21tef2nx183451n
154downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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

Comments

Loading comments...