← Back to Skills Marketplace
ivangdavila

Artificial Intelligence

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
1591
Downloads
2
Stars
12
Active Installs
1
Versions
Install in OpenClaw
/install ai
Description
Answer AI questions with current info instead of outdated training data.
README (SKILL.md)

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.

Usage Guidance
This skill appears coherent and low-risk: it simply tells the agent to consult specific public websites before answering AI questions. Before installing, consider: (1) whether you trust the listed sites (openrouter.ai, lmarena.ai, provider status pages) as authoritative; (2) whether you allow the agent to make outbound web requests — if not, disable autonomous invocation or block network access for skills; and (3) that the skill does not request credentials, so it won't access private accounts unless you later modify it. If you want extra caution, test it in a restricted environment or review any future edits to SKILL.md for added instructions that access local files or ask for secrets.
Capability Analysis
Type: OpenClaw Skill Name: ai Version: 1.0.0 The skill bundle contains standard metadata and a `SKILL.md` file providing instructions to an AI agent. The instructions guide the agent on how to answer AI-related questions more accurately by checking specific external websites (e.g., `openrouter.ai/models`, `lmarena.ai`) for current information like pricing and rankings. This network access is explicitly for gathering up-to-date data to fulfill the skill's stated purpose of answering AI questions with current information. There is no evidence of malicious intent, such as data exfiltration, unauthorized command execution, persistence, or prompt injection designed to subvert the agent for harmful purposes. The content is purely instructional for improving AI response quality.
Capability Assessment
Purpose & Capability
Name and description claim up-to-date AI answers; SKILL.md explicitly instructs checking public aggregator/status/ranking sites (openrouter.ai/models, lmarena.ai, provider status pages) which is coherent with that goal.
Instruction Scope
Instructions direct the agent to query specific external websites for pricing, rankings, and outages — this is appropriate for the stated purpose but does require outbound network access and trust in those third-party sources; instructions do not ask for unrelated files, credentials, or system state.
Install Mechanism
No install spec and no code files (instruction-only) — nothing is written to disk or downloaded, which is low-risk and proportional to the skill's role.
Credentials
The skill requests no environment variables, credentials, or config paths; there are no apparent secrets-exfiltration vectors in the instructions.
Persistence & Privilege
always=false and no special privileges requested. The skill can be invoked autonomously by the agent (platform default), so it may perform outbound web lookups when invoked unless the agent's runtime network policy blocks them.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai
  3. After installation, invoke the skill by name or use /ai
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug ai
Version 1.0.0
License
All-time Installs 12
Active Installs 12
Total Versions 1
Frequently Asked Questions

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.

💬 Comments