← Back to Skills Marketplace
194
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-model-provider
Description
Help users add custom model providers to OpenClaw. Use when the user wants to add a new AI model provider (like custom OpenAI-compatible APIs, local LLMs, or...
Usage Guidance
This skill is a how-to for adding model providers to OpenClaw and appears internally consistent. Before following it: 1) Only use provider base URLs you trust (do not point to unknown or shortened links). 2) Prefer environment variables (not hardcoding keys into config files) and rotate keys if you test with high-privilege credentials. 3) Backup ~/.openclaw/openclaw.json (the guide already recommends this). 4) When testing a third‑party provider, limit the API key's permissions or use a test key to avoid unexpected charges or data leakage. If you need higher assurance, verify the referenced OpenClaw docs URL and run config validation/test commands locally rather than pasting secrets into chat or public places.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-model-provider
Version: 1.0.0
The skill bundle is a configuration assistant designed to help users add custom AI model providers to the OpenClaw environment. It provides structured instructions in SKILL.md and reference documentation in openclaw-config-reference.md for collecting provider details, generating JSON configurations, and applying them to the local config file (~/.openclaw/openclaw.json). The skill promotes security best practices by recommending environment variables for API keys and uses standard application commands for validation and testing, with no evidence of malicious intent or unauthorized data access.
Capability Assessment
Purpose & Capability
Name/description match the content: the skill is purely an instruction guide for configuring OpenClaw model providers. It does not request unrelated binaries, credentials, or config paths beyond the OpenClaw configuration it documents.
Instruction Scope
SKILL.md stays on-topic: collects provider name, baseUrl, API key, model ID and shows how to generate/merge the configuration, edit ~/.openclaw/openclaw.json, validate and test models. It mentions reading/writing the OpenClaw config and environment variables, which is expected for this task and is explicitly scoped.
Install Mechanism
No install spec or code is provided (instruction-only), so nothing is downloaded or written by the skill itself. This minimizes install-time risk.
Credentials
The skill asks the user to supply API keys for the provider being added and recommends storing them in environment variables. It does not declare or require any platform-level secrets or unrelated credentials. Asking users to set provider API keys is proportionate to the stated purpose.
Persistence & Privilege
No special persistence or elevated privileges are requested. Flags are default (always:false, user-invocable:true). The instructions only modify the user's OpenClaw config when the user performs the steps.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-model-provider - After installation, invoke the skill by name or use
/openclaw-model-provider - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Help users add custom model providers to OpenClaw
Metadata
Frequently Asked Questions
What is OpenClaw Model Provider?
Help users add custom model providers to OpenClaw. Use when the user wants to add a new AI model provider (like custom OpenAI-compatible APIs, local LLMs, or... It is an AI Agent Skill for Claude Code / OpenClaw, with 194 downloads so far.
How do I install OpenClaw Model Provider?
Run "/install openclaw-model-provider" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Model Provider free?
Yes, OpenClaw Model Provider is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Model Provider support?
OpenClaw Model Provider is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Model Provider?
It is built and maintained by ksbbs (@ksbbs); the current version is v1.0.0.
More Skills