/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai - After installation, invoke the skill by name or use
/ai - Provide required inputs per the skill's parameter spec and get structured output
What is Artificial Intelligence?
Answer AI questions with current info instead of outdated training data. It is an AI Agent Skill for Claude Code / OpenClaw, with 1591 downloads so far.
How do I install Artificial Intelligence?
Run "/install ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Artificial Intelligence free?
Yes, Artificial Intelligence is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Artificial Intelligence support?
Artificial Intelligence is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Artificial Intelligence?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.