api-provider-setup
✓添加和配置第三方 API 中转站供应商到 OpenClaw。当用户需要添加新的 API 供应商、配置中转站、设置自定义模型端点时使用此技能。支持 Anthropic 兼容和 OpenAI 兼容的 API 格式。
Installation
SKILL.md
| baseUrl | ✅ | API 端点地址(不含 /v1/messages 等路径) | | apiKey | ✅ | API 密钥 | | auth | ✅ | 认证方式,通常为 api-key | | api | ✅ | API 格式:anthropic-messages 或 openai-completions | | models | ✅ | 该供应商支持的模型列表 | | models[].id | ✅ | 模型 ID(调用时使用) | | models[].name | ❌ | 显示名称 | | models[].contextWindow | ❌ | 上下文窗口大小 | | models[].maxTokens | ❌ | 最大输出 token 数 |
添加和配置第三方 API 中转站供应商到 OpenClaw。当用户需要添加新的 API 供应商、配置中转站、设置自定义模型端点时使用此技能。支持 Anthropic 兼容和 OpenAI 兼容的 API 格式。 Source: aaaaqwq/claude-code-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aaaaqwq/claude-code-skills --skill api-provider-setup Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill api-provider-setup- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is api-provider-setup?
添加和配置第三方 API 中转站供应商到 OpenClaw。当用户需要添加新的 API 供应商、配置中转站、设置自定义模型端点时使用此技能。支持 Anthropic 兼容和 OpenAI 兼容的 API 格式。 Source: aaaaqwq/claude-code-skills.
How do I install api-provider-setup?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aaaaqwq/claude-code-skills --skill api-provider-setup Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/aaaaqwq/claude-code-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05