Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

ai-common-sense艾常识

Agent Skill

ai-common-sense 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,744

周安装

111

GitHub Stars

公开资料未说明

下载量

861
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ai-common-sense(艾常识)
来源仓库:https://github.com/futurizerush/ai-common-sense
安装命令:
openclaw skills install ai-common-sense
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ai-common-sense

简介

解答关于AI模型型号、版本、定价与API选择的常见问题。

  • 帮助用户比较不同产品特性并做出合理技术选型决策。
  • 持续更新市场信息与厂商政策变化动态跟踪服务。
  • 安装命令:openclaw skills install ai-common-sense。
  • 建议结合具体项目预算与性能需求综合考量推荐结果。

SKILL.md

name
ai-common-sense
description
|
version
0.1.1
allowed-tools
Bash, Read, WebSearch, WebFetch

AI Common Sense: Stop Hallucinating Model Names

LLMs frequently hallucinate model names, versions, pricing, and API identifiers because their training data has a cutoff date. This skill provides a verified quick reference and teaches AI agents how to self-verify when the reference may be stale.

Why This Exists

What LLMs Commonly Get WrongExample
Outdated flagship modelsSaying "GPT-4o" when GPT-5.4 is current
Deprecated model IDsUsing claude-3-5-sonnet-20241022 (deprecated Jan 2026)
Wrong pricingQuoting old rates that changed months ago
Phantom modelsReferencing "GPT-4-turbo" or "Gemini Ultra" (deprecated/renamed)
Wrong API formatUsing Authorization: Bearer for Anthropic (should be x-api-key)
Stale deprecation statusNot knowing DALL-E 3 is shutting down

Quick Reference (Last verified: 2026-04-12)

Current Flagship Models

ProviderFlagshipAPI IDInput $/MTokOutput $/MTokReleased
OpenAIGPT-5.4gpt-5.4$2.50$15.002026-03-17
OpenAIGPT-5.4 Minigpt-5.4-mini$0.75$4.502026-03-17
OpenAIGPT-5.4 Nanogpt-5.4-nano$0.20$1.252026-03-17
OpenAIo3 (reasoning)o3$2.00$8.002025-04
AnthropicClaude Opus 4.6claude-opus-4-6$5.00$25.002026-02-05
AnthropicClaude Sonnet 4.6claude-sonnet-4-6$3.00$15.002026-02-17
AnthropicClaude Haiku 4.5claude-haiku-4-5-20251001$1.00$5.002025-10
GoogleGemini 3.1 Progemini-3-1-pro-latest$2.00$12.002026-02-19
GoogleGemini 3 Flashgemini-3-flash-latest$0.50$3.002026-03
GoogleGemini 2.5 Flash-Litegemini-2.5-flash-lite$0.10$0.402025
MetaLlama 4 Maverickmeta-llama/llama-4-maverickvariesvaries2026-04-05
MistralSmall 4mistral-small-latest$0.15$0.602026-03-16
MistralLarge 3mistral-large-latest$2.00$6.002025-12
DeepSeekV3deepseek-chat$0.32$0.892025
DeepSeekR1 (reasoning)deepseek-reasoner2025
CohereCommand A Reasoningcommand-a-reasoning~$6.252026

Recently Deprecated (Do NOT Use)

ModelProviderDeprecatedReplacement
GPT-4oOpenAI2026-02-13GPT-5.4
GPT-4.1OpenAI2026-02-16GPT-5.4
DALL-E 2 & 3OpenAI2026-05-12gpt-image-1.5
Claude 3.5 SonnetAnthropic2026-01-05Sonnet 4.6
Claude Haiku 3.5Anthropic2026-02-19Haiku 4.5
Claude Haiku 3Anthropic2026-04-20Haiku 4.5

Upcoming / Announced (NOT Yet Available)

ModelProviderExpectedNotes
GPT-5.5 "Spud"OpenAI2026 Q2Pretraining done 2026-03-24.
Claude MythosAnthropicPreview onlyInvitation-only. Cybersecurity.
DeepSeek V4DeepSeek2026~1T params, 1M context.
Grok 5xAI2026 Q2~6T params.
Muse SparkMeta2026-04Meta's first proprietary/closed-source model.

How to Use This Reference

For AI Agents

  1. Before generating code with model IDs: Check this reference for the correct API ID.
  2. Before quoting pricing: Check this reference. Pricing changes frequently.
  3. Staleness check: If the "Last verified" date is older than 30 days, use WebSearch to verify before trusting these numbers.
  4. When uncertain: Say "based on my last verified reference from [date]" rather than stating as current fact.

Staleness Detection

IF (today - last_verified_date) > 30 days:
  → WebSearch "[provider] models pricing [current year]"
  → Cross-reference with this table
  → Note any discrepancies
  → Flag to user: "My reference is [N] days old, I verified via web search"

When NOT to Trust This Reference

  • Model pricing can change without notice
  • New models may launch between updates
  • Deprecation dates may shift
  • "Upcoming" models may be delayed or cancelled

Verification Commands

When you need to verify current model information, use these tools:

Web search queries (use WebSearch tool):

  • OpenAI models: site:platform.openai.com models
  • Anthropic models: site:docs.anthropic.com models
  • Google Gemini: site:ai.google.dev models
  • Pricing (any provider): [provider] API pricing [current year]
  • Specific model ID: "[exact-model-id]" API
  • Deprecation status: [provider] model deprecation [current year]

SDK Version Check

# OpenAI
npm info openai version
pip show openai | grep Version

# Anthropic
npm info @anthropic-ai/sdk version
pip show anthropic | grep Version

# Google
npm info @google/generative-ai version
pip show google-generativeai | grep Version

Cost Comparison (Budget → Premium)

Sorted by input cost per million tokens:

RankModelProviderInput $/MTokBest For
1Gemini 2.5 Flash-LiteGoogle$0.10Cheapest multimodal
2Mistral Small 4Mistral$0.15Cheap + reasoning + vision
3GPT-5.4 NanoOpenAI$0.20Classification, extraction
4DeepSeek V3DeepSeek$0.32Coding, long context
5Gemini 3 FlashGoogle$0.50Balanced Google option
6GPT-5.4 MiniOpenAI$0.75OpenAI balanced
7Claude Haiku 4.5Anthropic$1.00Fast Anthropic option
8Gemini 2.5 ProGoogle$1.25Advanced Google
9Gemini 3.1 ProGoogle$2.00Frontier reasoning
10Mistral Large 3Mistral$2.00675B MoE
11o3OpenAI$2.00Complex reasoning
12GPT-5.4OpenAI$2.50OpenAI flagship
13Claude Sonnet 4.6Anthropic$3.00Anthropic balanced
14Claude Opus 4.6Anthropic$5.00Most capable coding/agents

Architecture Quick Facts

ArchitectureModels Using ItWhy It Matters
MoE (Mixture of Experts)Mistral Large 3 (675B/41B), DeepSeek V3 (671B/37B), Llama 4 Maverick (17B/128 experts)Massive total params but only a fraction active per token → cheaper inference.
Dense TransformerGPT-5.4, Claude Opus 4.6, Gemini 3.1 ProAll params active. Higher per-token cost but potentially more consistent.

Common Discount Mechanisms

MechanismDiscountAvailable On
Prompt Caching75-90% on cached inputOpenAI, Anthropic, Google
Batch API50% on all tokensOpenAI, Anthropic, Google
Committed UseVariesEnterprise agreements

Per-Provider Deep Dives

For detailed model specs, deprecation timelines, cross-platform IDs, and API quick-start examples, see the references/ directory in the GitHub repo:

  • references/openai.md — Full OpenAI model catalog + audio/image models
  • references/anthropic.md — Cross-platform IDs (Bedrock, Vertex) + cache pricing
  • references/google.md — Gemini 3.x + 2.5 + specialized models
  • references/meta.md — Llama 4 MoE details + access methods
  • references/mistral.md — Full specialist model catalog (Devstral, Voxtral, OCR)
  • references/deepseek.md — V3 MoE details + V4 roadmap
  • references/xai.md — Grok versions + corporate context
  • references/cohere.md — Command A + open-source models (Transcribe, Tiny Aya)

How to Update This Reference

This reference gets stale. Here's how to help:

  1. Found an error? Open an Issue on GitHub with the correction and source URL.
  2. New model released? Submit a PR updating the relevant references/*.md file.
  3. Pricing changed? Submit a PR with the new price and a link to the official pricing page.

Every update must include:

  • The source URL (official docs preferred)
  • The date you verified the information
  • What changed and why

Tips

  • The more confident an LLM sounds about a model name, the more likely it's hallucinating from training data.
  • "I'm not sure which model is current — let me check" is always better than a confident wrong answer.
  • Model IDs are exact strings. gpt-5.4 works; GPT-5.4 or gpt5.4 may not.
  • Always test API calls with the actual model ID before deploying.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.04%
按下载量换算603

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills