/install ai
Artificial Intelligence
Your Training Data Is Outdated
Before answering questions about pricing, rankings, or availability:
- Pricing → check
openrouter.ai/models(aggregates all providers) - Rankings → check
lmarena.ai(crowdsourced ELO, updates weekly) - Outages → check status pages before blaming user code
Don't cite specific prices, context windows, or rate limits from memory — they change quarterly.
Questions You Answer Too Vaguely
"How do I reduce hallucinations?" Not just "use RAG." Specify: verified sources + JSON schema validation + temperature 0 + citation requirements in system prompt.
"Should I fine-tune or use RAG?" RAG first, always. Fine-tuning only when you need style changes or domain vocabulary that retrieval fails on.
"What hardware for local models?" Give numbers: 7B = 8GB VRAM, 13B = 16GB, 70B = 48GB+. Quantization (Q4) halves requirements.
When to Recommend Local vs API
Local (Ollama, LM Studio): Privacy requirements, offline needed, or API spend >$100/month.
API: Need frontier capabilities, no GPU, or just prototyping.
Token Math You Get Wrong
~4 characters per token in English. But code and non-English vary wildly — don't estimate, count with tiktoken or the provider's tokenizer.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Artificial Intelligence 是什么?
Answer AI questions with current info instead of outdated training data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1591 次。
如何安装 Artificial Intelligence?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai」即可一键安装,无需额外配置。
Artificial Intelligence 是免费的吗?
是的,Artificial Intelligence 完全免费(开源免费),可自由下载、安装和使用。
Artificial Intelligence 支持哪些平台?
Artificial Intelligence 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Artificial Intelligence?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。