
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
clawd-models
Advanced tools
CLI tool to manage OpenClaw model configurations.
Install and Setup openclaw firstly
# setup openclaw
openclaw setup
# or configure it interactively
openclaw configure
Refer to https://github.com/openclaw/openclaw
npm i -g clawd-models
Refer to https://github.com/qidu/clawd-models
clawd-models <command> [--bot <openclaw|clawdbot|moltbot>]
# clawd-models help
Global Options:
--bot <bot-id> - Target bot (openclaw, clawdbot, moltbot). Also saves as default for future commands.--clear-bot - Clear the default bot settingBot Priority (when --bot not specified):
--bot use)Config Locations:
~/.openclaw/openclaw.json~/.clawdbot/clawdbot.json~/.moltbot/moltbot.json~/.clawd-models/botDefault Bot Priority: openclaw → clawdbot → moltbot (auto-selected if not specified via --bot)
| Command | Description |
|---|---|
init | Initialize OpenClaw configuration with defaults |
view | View current configuration file and path |
edit | Edit configuration in default editor |
import -f <file> | Import configuration from a JSON config file of openclaw |
export | Export configuration to stdout |
| Command | Description |
|---|---|
providers:add -n <name> -u <url> [-k <api-key>] | Add a new model provider |
providers:remove -n <name> | Remove a model provider |
providers:list | List all configured providers |
| Should add a provider firstly, then add a model (refer to next section). |
| Command | Description |
|---|---|
models:add -p <provider> -i <model-id> --name <name> | Add a model to a provider |
models:remove -p <provider> -i <model-id> | Remove a model from a provider |
models:list [--provider <name>] | List all configured models |
models:test | Test the default model configuration by sending a test message |
Use agents:set-default in next section or refer to openclaw models set to set a default model for 'main' and all agents.
Refer to openclaw agent --agent main -m <message> to test the default model and agent.
| Command | Description |
|---|---|
agents:add -i <id> | Add a new agent |
agents:remove -i <id> | Remove an agent |
agents:list | List all configured agents |
agents:set-default -a <agent> -m <provider>/<model-id> | Set default model for an agent type |
Refer to openclaw agents and openclaw agent --help for more. |
| Command | Description |
|---|---|
gateway:view | View the Gateway |
gateway:refresh-token | Refresh(regenerate) gateway auth token |
Refer to openclaw gateway status for more. |
| Command | Description |
|---|---|
auth:add-profile -n <name> | Add an auth profile |
auth:profiles | List auth profiles configured |
~/.openclaw/openclaw.json
or
~/.clawdbot/clawdbot.json
or
~/.moltbot/moltbot.json
FAQs
CLI tool to manage OpenClaw model configurations
The npm package clawd-models receives a total of 2 weekly downloads. As such, clawd-models popularity was classified as not popular.
We found that clawd-models demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.