A technical skill that empowers AI agents to provide real-time, accurate data on model pricing, rankings, and hardware requirements by bypassing outdated training data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ai
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ai using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Artificial Intelligence skill is designed to solve the problem of knowledge cutoff in LLMs. By integrating this skill into Openclaw Skills, agents are instructed to stop relying on internal memory for volatile information like API pricing or model rankings. Instead, it enforces a protocol of checking live sources like OpenRouter and LM Arena. This ensures that any advice given regarding AI infrastructure, model selection, or cost-optimization is based on current market reality rather than obsolete training data.
Beyond just data retrieval, this skill provides a framework for technical decision-making. It offers specific heuristics for hardware allocation, hallucination reduction strategies, and the nuanced choice between RAG and fine-tuning. This makes it an essential tool for developers and architects using Openclaw Skills to build production-grade AI implementations.
To enable this skill within your Openclaw Skills environment, add the following configuration to your agent's skill manifest:
# Install via your skill manager
openclaw install artificial-intelligence
Ensure the agent has network access to fetch data from openrouter.ai and lmarena.ai for real-time updates.
The skill organizes AI technical data according to the following taxonomy:
| Category | Source | Metrics Tracked |
|---|---|---|
| Model Pricing | openrouter.ai | Cost per 1M tokens, Rate limits |
| Benchmarks | lmarena.ai | Crowdsourced ELO, Weekly rankings |
| Hardware | VRAM Specs | GB requirements for 7B, 13B, 70B models |
| Tokenization | tiktoken | Character-to-token ratios for code and English |
Loading
A meta-cognitive reasoning layer that transforms AI agents from simple executors into human-level planners with self-awareness.

A tactical framework for maximizing productivity by orchestrating multiple AI coding agents through parallel workflows and pragmatic tool selection.

A professional workflow for shipping reviewer-ready production code through AI agents using strict contracts and the PACT protocol.

A framework for defining the identity, voice, and operational boundaries of AI agents to ensure authentic user interactions.

A specialized AI agent skill for managing Apple AirTags, locating items, and troubleshooting Find My connectivity.

A sophisticated framework for managing AI agent reliability through smart deduplication, severity-based routing, and automated incident remediation.








































