원클릭으로
windsurf-auto-model-switcher
Switch Windsurf Cascade AI models programmatically. Apply when needing to change models from workflows or scripts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Switch Windsurf Cascade AI models programmatically. Apply when needing to change models from workflows or scripts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | windsurf-auto-model-switcher |
| description | Switch Windsurf Cascade AI models programmatically. Apply when needing to change models from workflows or scripts. |
Switch Windsurf Cascade AI models programmatically using keyboard simulation.
STRUT Strategy sections may include model hints:
├─ Strategy: Analyze requirements, design solution
│ - Opus for analysis, Sonnet for implementation
Model hints are recommendations - agent decides based on actual task.
select-windsurf-model-in-ide.ps1 - Select a model by search querywindsurf-model-registry.json - All available models and costsupdate-model-registry/UPDATE_WINDSURF_MODEL_REGISTRY.md - Workflow to update the registry# Select Claude Sonnet 4.5
.\select-windsurf-model-in-ide.ps1 -Query "sonnet 4.5"
# Select Claude Opus 4.5 (Thinking)
.\select-windsurf-model-in-ide.ps1 -Query "opus 4.5 thinking"
# Select GPT-5.2 Low Reasoning
.\select-windsurf-model-in-ide.ps1 -Query "gpt-5.2 low"
See windsurf-model-registry.json for all available models and their credit costs.
To update the registry, see update-model-registry/UPDATE_WINDSURF_MODEL_REGISTRY.md.
Installed by SETUP.md:
Ctrl+Shift+F9 - Open model selectorCtrl+Shift+F10 - Cycle to next modelScript types into editor: Run SETUP.md and restart Windsurf.
Model doesn't change: Ensure Cascade panel is visible.
Special characters (German keyboard): Use F-keys, not Ctrl+Alt.
Provides coding style rules for Python and PowerShell. Apply when writing, editing, reviewing, or debugging code.
Apply when conducting deep research on technologies, APIs, frameworks, or other software development topics requiring systematic investigation
Apply when doing planning for long-running tasks in sessions on top level
Apply when committing code, writing commit messages, or configuring .gitignore
Apply when working with GitHub repositories, issues, PRs, or authentication
Apply when interacting with Google services (Gmail, Calendar, Drive, Tasks) via gogcli CLI