clawdbot-model-switch
v1.0.0
Published
Clawdbot plugin for quick model switching and quota checking (Google Antigravity)
Downloads
108
Maintainers
Readme
clawdbot-model-switch
A Clawdbot plugin for quick model switching and quota checking (Google Antigravity).
Installation
clawdbot plugins install clawdbot-model-switchUsage
Commands
| Command | Description |
|---------|-------------|
| /ms | Show available models |
| /ms 1-7 | Switch to model by number |
| /ms check | Check all model quotas |
Default Model Mapping
| # | Model | |---|-------| | 1 | google-antigravity/gemini-3-pro-low | | 2 | google-antigravity/gemini-3-pro-high | | 3 | google-antigravity/gemini-3-flash | | 4 | google-antigravity/claude-opus-4-5-thinking | | 5 | google-antigravity/claude-sonnet-4-5 | | 6 | google-antigravity/claude-sonnet-4-5-thinking | | 7 | google-antigravity/gpt-oss-120b-medium |
Configuration (Optional)
You can customize the model mapping and greeting in your Clawdbot config:
{
"plugins": {
"entries": {
"model-switch": {
"enabled": true,
"config": {
"greeting": "王总",
"models": {
"1": "google-antigravity/gemini-3-pro-low",
"2": "google-antigravity/gemini-3-flash"
}
}
}
}
}
}License
MIT
