Lmstudio Model Switch

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The skill is a coherent model-switching helper, but using it can persistently change OpenClaw's active model, restart the gateway, and send future model traffic to Kimi's cloud API when API mode is selected.

This appears suitable if you intentionally want model switching. Before installing, verify the source repository, understand that switching to API mode may send future prompts to Kimi, keep backups of openclaw.json, and use local mode for secrets or sensitive work.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Running the switch can affect future OpenClaw sessions and may briefly interrupt the gateway.

Why it was flagged

The core workflow intentionally edits OpenClaw's persistent model configuration and restarts a local service. This is purpose-aligned, but operationally high-impact.

Skill content
How It Works: "Backup" ... "Edit": Modifies "primary" model in agents.defaults ... "Restart": Restarts OpenClaw gateway service
Recommendation

Use the switch commands only when you intend to change providers, keep the backup, and verify the active model after switching.

What this means

If API mode is active, future model requests may leave the local machine and be handled by Kimi's service.

Why it was flagged

The skill clearly discloses a local-vs-cloud provider choice and warns users to use local mode for sensitive material. API mode implies prompts and context may be processed by the cloud provider.

Skill content
"/switch-model api" | Switch to Kimi K2.5 API ... Use local when handling: Authentication tokens, Passwords or credentials, Sensitive personal data
Recommendation

Use local LM Studio mode for secrets, proprietary code, or personal data, and confirm which provider is active before sensitive work.

What this means

The Kimi key may carry account access and billing authority for API calls.

Why it was flagged

API mode requires a provider credential. This is expected for the stated integration, and the artifacts do not show hardcoding, logging, or unrelated use of the key.

Skill content
Kimi API key configured (for API mode)
Recommendation

Store the API key securely, use the least-privileged key available, and monitor provider usage or billing.

What this means

Cloning a different or unverified repository could install files that were not reviewed here.

Why it was flagged

The installation instructions use a placeholder repository, while the provided review contains only SKILL.md and no runnable implementation.

Skill content
git clone https://github.com/yourusername/lmstudio-model-switch ~/.openclaw/workspace/skills/lmstudio-model-switch
Recommendation

Install only from a trusted, specific source and inspect any cloned files before enabling the skill.