Flock Model Switcher
Skill by createpjf
Why use this skill?
Seamlessly switch between FLock API models in OpenClaw. Optimize your AI workflow by toggling between reasoning, coding, and lightweight models instantly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/createpjf/flock-model-switcherWhat This Skill Does
The Flock Model Switcher is a specialized utility for the OpenClaw agent platform that enables seamless, real-time transitions between various Large Language Models (LLMs) hosted on the FLock API. Designed for users who require situational AI performance—such as switching from a lightweight model for casual conversation to a heavyweight reasoning model for complex coding or financial analysis—this skill abstracts the technical complexity of backend gateway configuration. By executing a unified command sequence, it ensures that your environment remains synchronized with the chosen model without manual intervention or system downtime.
Installation
To integrate the Flock Model Switcher into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/createpjf/flock-model-switcher
Once installed, ensure your FLock API credentials are correctly configured in your agent environment settings to avoid authentication failures.
Use Cases
This skill is indispensable for power users and developers who toggle between different model architectures. Use it to:
- Lower compute costs by switching to smaller, faster models during low-intensity tasks.
- Maximize reasoning capabilities during debugging or complex logic puzzles by switching to 'Thinking' variants (like Qwen3-235B).
- Leverage specialized domains, such as financial models, when performing market-related research.
- Test different model outputs side-by-side during iterative development sessions.
Example Prompts
- "Switch model."
- "I need more power, please use the Qwen3 235B Thinking model."
- "Let's switch to the coding model to help with this script."
Tips & Limitations
- Efficiency: The skill is designed to be "silent and fast." It performs a full gateway reset in the background automatically. Do not attempt to run secondary commands during the transition phase.
- Authentication: If a switch fails, verify your API key using
openclaw models auth login --provider flock. - Consistency: Always check that your target model identifier is correct if providing a name manually; referring to the full model ID is safer than using short aliases in some contexts.
- Availability: Ensure you have the latest plugins installed if a specific model identifier is not being recognized by your current instance.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-createpjf-flock-model-switcher": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution