aisa-provider
Configure AIsa as a first-class model provider for OpenClaw, enabling production access to major Chinese AI models (Qwen, DeepSeek, Kimi K2.5, Doubao) through official partnerships with Alibaba Cloud, BytePlus, and Moonshot. Use this skill when the user wants to set up Chinese AI models, configure AIsa API access, compare pricing between AIsa and other providers (OpenRouter, Bailian), switch between Qwen/DeepSeek/Kimi models, or troubleshoot AIsa provider configuration in OpenClaw. Also use when the user mentions AISA_API_KEY, asks about Chinese LLM pricing, Kimi K2.5 setup, or needs help with Qwen Key Account setup.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0xjordansg-yolo/openclaw-aisa-chinese-llm-modelsWhat This Skill Does
The AIsa provider skill for OpenClaw integrates AIsa as a first-class AI model provider, acting as a high-performance gateway to China's leading LLM ecosystem. Through direct partnerships with Alibaba Cloud, BytePlus, and Moonshot, this skill enables seamless production access to models like Qwen, DeepSeek, and Kimi K2.5. By utilizing AIsa, developers can access competitive pricing, often significantly lower than standard official rates, and leverage models optimized for the Chinese language and reasoning capabilities without managing fragmented API credentials across multiple Chinese cloud providers.
Installation
To install this skill, use the following command in your terminal:
clawhub install openclaw/skills/skills/0xjordansg-yolo/openclaw-aisa-chinese-llm-models
Once installed, you can configure your credentials using any of these methods:
- Environment Variables:
export AISA_API_KEY="your-key-here"(Recommended for immediate use). - Interactive CLI: Run
openclaw onboard --auth-choice aisa-api-key. - Manual Config: Add the API details to your
~/.openclaw/openclaw.jsonfile as documented in the internal configuration schema provided by the skill.
Use Cases
This skill is ideal for developers and enterprises who need reliable, low-latency access to the Chinese AI market. Specific use cases include:
- Building applications that require deep cultural context or linguistic nuance in Simplified/Traditional Chinese.
- Integrating reasoning-heavy models like DeepSeek V3.1 or Kimi K2.5 for complex task automation.
- Reducing infrastructure costs for AI-powered agents by routing requests through AIsa's discounted API pricing.
- Centralizing model management for mixed-model environments where you need to switch quickly between Qwen, DeepSeek, and other regional models within a single OpenClaw workflow.
Example Prompts
- "OpenClaw, please configure my AIsa provider using my new AISA_API_KEY so I can start using Qwen3 Max for my project."
- "Compare the input costs for DeepSeek V3.1 via AIsa versus my current configuration with Bailian to see if I should switch."
- "Set my default model to Kimi K2.5 and verify that my AIsa API credentials are correctly active for production requests."
Tips & Limitations
- Pricing Reference: Always treat provided costs as reference data. AIsa pricing updates periodically; visit https://marketplace.aisa.one/pricing to verify current rates.
- Authentication: Using the
AISA_API_KEYenvironment variable is the most efficient way to manage authentication, especially in CI/CD pipelines. - Model Support: Ensure your specific model ID from the AIsa platform matches the list in your
openclaw.jsonto avoid routing errors. - Latency: Because these models are hosted within Chinese data centers, you may notice different latency profiles compared to US-based models; this is expected behavior due to geographic routing.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0xjordansg-yolo-openclaw-aisa-chinese-llm-models": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
Twitter Command Center (Search + Post)
Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts after the user completes OAuth in the browser. Use when the user asks about Twitter/X data, social listening, or posting without sharing account passwords.
youtube-search
YouTube Search API via AIsa unified endpoint. Search YouTube videos, channels, and playlists with a single AIsa API key — no Google API key or OAuth required. Use this skill when users want to search YouTube content. For other AIsa capabilities (LLM, financial data, Twitter, web search), see the aisa-core skill.
llm-router
Unified LLM Gateway - One API for 70+ AI models. Route to GPT, Claude, Gemini, Qwen, Deepseek, Grok and more with a single API key.
aisa-tavily
AI-optimized web search via AIsa's Tavily API proxy. Returns concise, relevant results for AI agents through AIsa's unified API gateway.
openclaw-search
Intelligent search for agents. Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API.