Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

modelsmodels 前端

Agent Skill

models 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

26,819

周安装

1,152

GitHub Stars

2

下载量

9,316
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install models

简介

models 提供 AI 模型选择和任务匹配建议,支持成本感知和代理优化。

  • 适用于编码、推理等任务中的模型优选和资源调度。
  • 通过 openclaw skills install models 命令安装使用。
  • 建议确认权限范围和维护状态,注意可能涉及模型调用和网络请求。
  • models 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
Models
description
Choose AI models for coding, reasoning, and agents with cost-aware, task-matched recommendations.
metadata
{"clawdbot":{"emoji":"🤖","os":["linux","darwin","win32"]}}

AI Model Selection Rules

Core Principle

  • No single model is best for everything — match model to task, not brand loyalty
  • A $0.75/M model often performs identically to a $40/M model for simple tasks
  • Test cheaper alternatives before committing to expensive defaults

Cost Reality

  • Output tokens cost 3-10x more than input tokens — advertised input prices are misleading
  • Calculate real cost with your actual input/output ratio, not theoretical pricing
  • Batch/async APIs offer 50% discounts — use them for non-real-time workloads
  • Prompt caching reduces repeated context costs significantly

Task Matching

Coding

  • Architecture and design decisions: Use frontier models (Opus-class) — they catch subtle issues cheaper models miss
  • Day-to-day implementation: Mid-tier models (Sonnet-class) offer 90% of capability at 20% of cost
  • Parallel subtasks and scaffolding: Fast/cheap models (Haiku-class) — speed matters more than depth
  • Code review: Thorough models catch async bugs and edge cases that fast models miss

Non-Coding

  • Complex reasoning and math: Extended thinking modes justify their cost for hard problems
  • General assistance: User preference studies favor models different from benchmark leaders
  • High-volume simple queries: Cheapest models perform identically — don't overpay
  • Long documents: Context window size determines viability — some offer 1M+ tokens

Claude Code vs Codex CLI

  • Claude Code: Fast iteration, UI/frontend, interactive debugging — developer stays in the loop
  • Codex CLI: Long-running background tasks, large refactors, set-and-forget — accuracy over speed
  • Both tools have value — use Claude Code for implementation, Codex for final review
  • File size limits differ — Claude Code struggles with files over 25K tokens

Orchestration Pattern

  • Planning phase: Use expensive/smart models to break down problems correctly
  • Execution phase: Use balanced models, parallelize where possible
  • Review phase: Use accurate models for final verification — catches bugs others miss
  • This pattern beats using one model for everything at similar total cost

Benchmark Skepticism

  • Benchmark scores vary 2-3x based on scaffolding and evaluation method
  • User preference rankings differ significantly from benchmark rankings
  • SWE-bench scores don't predict real-world coding quality reliably
  • Models drift week-to-week — last month's best may underperform today

Open Source Viability

  • DeepSeek and similar models approach frontier performance at 1/50th API cost
  • Self-hosting eliminates API rate limits and price variability
  • MIT/Apache licensed models allow commercial use without restrictions
  • Consider for: data privacy, cost predictability, custom fine-tuning

Model Selection Mistakes

  • Using premium models for chatbot responses that cheap models handle identically
  • Ignoring context window limits — chunking long documents costs more than using large-context models
  • Expecting consistency — same prompt gives different results over time as models update
  • Trusting speed over accuracy for complex tasks — fast models trade thoroughness for latency

Practical Guidelines

  • Default to mid-tier for most tasks, escalate to frontier only when quality suffers
  • Track actual costs per workflow, not just per-token rates
  • Build verification into pipelines — don't trust any model blindly
  • Reassess model choices quarterly — pricing and capabilities shift constantly

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

79.21%
按下载量换算7,379

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills