‹ 首页

artificial-intelligence

@clawic · 收录于 昨天 · 上游提交 2 天前

Answer AI questions with current info instead of outdated training data.

适合你,如果希望AI能获取最新信息

/ 通过 npx 安装 校验哈希
npx oh-my-skill add clawic/skills/artificial-intelligence
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- clawic/skills/artificial-intelligence
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify clawic/skills/artificial-intelligence
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
14GitHub stars
~329最小装载
~329含声明引用
~363文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 f825206 · 表述以原文为准
它做什么

安装后,Claude会基于当前外部数据源(如OpenRouter、LMArena)回答AI相关问题,不再依赖过时训练数据。

什么时候触发

当用户询问AI定价、排名、可用性、硬件要求、本地vs API选择、减少幻觉、微调vs RAG等话题时触发。

装好后可以这样说
Claude会查询OpenRouter获取最新价格。
Claude会从LMArena获取最新排名。
Claude会根据费用和需求给出建议。
技能原文 SKILL.md作者撰写 · MIT · f825206

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.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。