A comprehensive configuration skill to integrate SiliconFlow's inference platform into OpenClaw for access to over 98 AI models including DeepSeek, Qwen, and Kimi.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install add-siliconflow-provider
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install add-siliconflow-provider using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This configuration skill allows developers to integrate SiliconFlow as a primary model source within the OpenClaw environment. SiliconFlow is a premier AI model inference platform that provides a standard OpenAI-compatible protocol, making it easy to swap or supplement existing providers. By utilizing this addition to your Openclaw Skills, you gain access to a massive library of over 98 chat models, including flagship series like DeepSeek-V3, Qwen3, and GLM-4.
The primary value of this skill lies in its ability to significantly lower inference costs—offering flagship models at 30-50% of official prices—while also providing access to permanently free models like Qwen3-8B and DeepSeek-R1-8B. This makes it an essential component for developers building cost-efficient and resilient AI workflows through Openclaw Skills.
First, obtain your API key from the SiliconFlow console. Then, back up your current configuration:
cp ~/.openclaw/openclaw.json ~/.openclaw/openclaw.json.backup.$(date +%Y%m%d_%H%M%S)
Apply the SiliconFlow provider patch to your openclaw.json using the gateway config.patch command or manual editing. Ensure the baseUrl is set to https://api.siliconflow.cn/v1 and the api protocol is set to openai-completions. After updating the config, restart your services:
openclaw gateway restart
openclaw doctor
The skill organizes provider data and model metadata in a structured format within the main configuration file. This allows Openclaw Skills to manage cost tracking and model selection effectively.
| Object Key | Type | Description |
|---|---|---|
providers.siliconflow |
Object | Contains API key, base URL, and protocol definitions. |
models |
Array | A list of supported model IDs, context windows, and token costs. |
agents.defaults.models |
Object | Mapping of full provider IDs to short aliases (e.g., sf-qwen3-8b). |
fallbacks |
Array | Priority list for model failover including SiliconFlow endpoints. |
Loading
A configuration skill for integrating NewCLI as a multi-model provider for OpenClaw, featuring high-efficiency AWS routes for Claude models.

A technical skill for integrating MiniMax M2.1 series models into OpenClaw using both direct API Key and OAuth portal access methods.

A batteries-included framework scaffold designed to standardize and secure AI agent workspaces.

A mission control dashboard providing real-time session monitoring and cost intelligence for your AI agent workforce.

Control your Mac's voice remotely from mobile devices to play announcements, alarms, and stories using high-quality neural TTS.

A strategic roadmap for deploying, configuring, and optimizing cost-effective multi-agent AI systems from zero to professional scale.








































