AI Skills
AI Skills (Skills Plugins)
Manage QuickAPI directly inside your AI coding tool -- query models, check balance, and manage tokens without switching to a browser.
What are Skills?
Skills is a lightweight extension protocol that allows AI editors (such as Claude Code, Codex, OpenClaw, etc.) to interact directly with QuickAPI within the coding environment. You can perform model queries, balance checks, and token management without leaving your terminal.
Supported AI Editors
All Skills work with the following AI coding tools:
| AI Editor | Type | Description |
|---|---|---|
| Claude Code | Terminal AI Coding Assistant | Anthropic official CLI, supports TUI / APP versions |
| OpenAI Codex | Terminal AI Coding Assistant | OpenAI official CLI, supports TUI / APP versions |
| OpenClaw | Self-hosted AI Assistant Platform | Supports Skills, can invoke commands directly in conversation |
| Cursor | AI-native Code Editor | AI editor based on VS Code |
| Windsurf | AI Code Editor | By Codeium |
| Cline | VS Code AI Extension | Open source AI coding agent |
| OpenCode | Open Source AI Coding Tool | Supports TUI / APP versions |
| MimoCode | AI Coding Assistant | Lightweight AI coding tool |
Tip
Any AI tool that supports the Skills protocol can work with QuickAPI. If your tool is not listed, refer to its documentation for custom Skills configuration.
Installation & Configuration
Prerequisites
- One of the above AI editors installed
- QuickAPI account with API Key
- Node.js installed (v18+ recommended)
Configuration Steps
1. Get Your API Key
Create and copy your API Key from the API Keys page in the QuickAPI Console.
2. Configure API Address
Choose the optimal node based on your network environment:
| Access Node | Address | Recommended For |
|---|---|---|
| Default (Alibaba Cloud ESA) | https://api.quickapi.store/v1 | General use, recommended |
| Beijing Tencent Cloud -> Alibaba ESA | https://api-bj.quickapi.store/v1 | Northern China users |
| Hong Kong Cloudflare Tunnel | https://quickapi.lz-0315.com/v1 | Overseas users / international networks |
| IX Direct Link Beijing Tencent Cloud | https://api-bj.lz-0315.com/v1 | IX network users, nationwide |
3. Configure in Your Tool
Common Operations
Query Model List
Ask directly in your AI editor:
What models are available?Check Account Balance
What is my account balance?Switch Current Model
Switch to gpt-4o-mini modelFAQ
Q: What is the difference between Skills and CC-Switch?
Skills are extensions that interact directly with QuickAPI inside your AI editor, ideal for users who primarily use a single editor.
CC-Switch is a unified management tool that can configure access for multiple AI tools simultaneously, ideal for users who switch between tools.
Q: What if my editor is not in the supported list?
Most AI editors support custom API configuration. As long as your editor supports setting custom API Base URL and API Key, you can connect to QuickAPI.
Q: Does using Skills incur additional fees?
No. Skills is just a bridge connecting you to QuickAPI. All AI call charges are calculated according to QuickAPI billing rules.

