← 返回 Skills 市场
ivangdavila

Artificial Intelligence

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
1591
总下载
2
收藏
12
当前安装
1
版本数
在 OpenClaw 中安装
/install ai
功能描述
Answer AI questions with current info instead of outdated training data.
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug ai
版本 1.0.0
许可证
累计安装 12
当前安装数 12
历史版本数 1
常见问题

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。

💬 留言讨论