minimax-cn-api-guide
MiniMax API 中国版 vs 国际版的区别和避坑指南
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
MiniMax API 中国版 vs 国际版的区别和避坑指南
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
🧠 ontology-clawra v5.1 - Local Ontology Reasoning & Learning Engine **USE THIS SKILL WHENEVER** you need structured reasoning, knowledge graph management, logical inference, or learning from interactions. This is your go-to tool for: - Building and querying ontology knowledge graphs (concepts, entities, relationships) - Performing confidence-based reasoning with evidence tracking - Recording insights and patterns from completed tasks - Local memory search and knowledge retrieval **Key Use Cases:** - Before making complex decisions: "Let me use ontology-clawra to reason about this" - After completing tasks: "Record this learning to ontology-clawra" - Building domain expertise: "Create concepts for [domain] in ontology-clawra" - Analyzing patterns: "Query ontology-clawra for similar past cases" **Core Capabilities:** ✅ Local ontology storage in `~/.openclaw/skills/ontology-clawra/memory/` ✅ Confidence calculation (CONFIRMED/ASSUMED/SPECULATIVE) ✅ Learning from user confirmations ✅ Local memory search (no ne
Complete guide to using and extending Hermes Agent — CLI usage, setup, configuration, spawning additional agents, gateway platforms, skills, voice, tools, profiles, and a concise contributor reference. Load this skill when helping users configure Hermes, troubleshoot issues, spawn agent instances, or make code contributions.
Git push to HTTPS remote using token authentication — avoids SSH setup, works in CI/automated environments.
从 GitHub 历史中彻底清除敏感文件的完整流程 — 使用 git filter-repo + force push,适用于清理意外提交的个人文件、工作文件等
清理 GitHub 历史和 ClawHub 中意外泄露的个人/工作文件
Configure WhatsApp and Telegram messaging platforms on Hermes Agent
| name | minimax-cn-api-guide |
| description | MiniMax API 中国版 vs 国际版的区别和避坑指南 |
| category | mlops |
| tags | ["minimax","api","tts","china"] |
| version | 1.0.0 |
| 功能 | 国际版 | 中国版 |
|---|---|---|
| API Key 环境变量 | MINIMAX_API_KEY | MINIMAX_CN_API_KEY |
| Base URL | https://api.minimax.io/v1 | https://api.minimaxi.com/v1 |
| 文本模型 (Chat) | ✅ 支持 | ✅ 支持 |
| TTS 语音合成 | ✅ 支持 | ❌ 不支持 |
| 图像生成 | ❓ 待确认 | ❓ 待确认 |
用户在新奥集团工作,位于中国,配置了 MINIMAX_CN_API_KEY + api.minimaxi.com endpoint。
想启用 MiniMax TTS,查阅代码后发现:
tts_tool.py 里硬编码读取 os.getenv("MINIMAX_API_KEY")MINIMAX_CN_API_KEY 的支持结论:中国版 key 无法用于 TTS,只能切回 Edge TTS。
如果在中国使用 MiniMax:
MINIMAX_CN_API_KEY + minimax-cn provider ✅MINIMAX_API_KEY# 检查 TTS provider 状态
hermes status
# 测试 TTS
/hermes text_to_speech "测试文字"
# 查看当前配置
grep -A5 "tts:" ~/.hermes/config.yaml
grep "MINIMAX" ~/.hermes/.env
~/.hermes/hermes-agent/tools/tts_tool.py - TTS 实现~/.hermes/hermes-agent/hermes_cli/config.py - Provider 配置