TopRank Skills

Home / Claw Skills / Autres / model-matrix
Official OpenClaw rules 15%

model-matrix

Weighted model-routing matrix for OpenClaw (cost-aware, policy-aware, daily scorecard template).

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 model-matrix 技能。 若已安装,则直接安装 model-matrix 技能。

Overview

Skill Key
hybredm/model-matrix
Author
hybredm
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/hybredm/model-matrix
Latest Commit SHA
091414280b50d3603664e82b50bff9051d6ab3fe

Extracted Content

SKILL.md excerpt

# Model Matrix Skill

Use this skill to choose the best model per category using a blended score and policy constraints.

## Core Policy
1. Use the cheapest model that preserves quality.
2. If Anthropic is excluded, auto-promote #2.
3. Only swap model routes when score delta is material and confidence is high.

## Weights
- Real task evals: 45%
- Benchmarks: 30%
- Sentiment (X/Reddit): 20%
- Cost: 5%

## Effective Routing (Current)
- Research / Planning: Gemini 3.1 Pro
- Complex Coding / Complex Tasks / Enterprise Discussion: GPT-5.3 Codex
- Routine Coding + Repeat Cron Ops: GPT-5-mini
- Citizen Sentiment (X): Grok (x_search)
- Photo/Image: Gemini image stack
- Video intelligence trends: Grok ecosystem

## Daily Scorecard Template
| Category | Real Eval (45) | Bench (30) | Sentiment (20) | Cost (5) | Raw Score (/100) | Raw #1 | Effective #1 | Confidence |
|---|---:|---:|---:|---:|---:|---|---|---:|
| Research |  |  |  |  |  |  |  |  |
| Planning |  |  |  |  |  |  |  |  |
| Coding (complex) |  |  |  |  |  |  |  |  |
| Coding (routine) |  |  |  |  |  |  |  |  |
| Creative Writing |  |  |  |  |  |  |  |  |
| Enterprise Discussion |  |  |  |  |  |  |  |  |
| Citizen Sentiment (X) |  |  |  |  |  |  |  |  |

## Notes
- If Anthropic returns, include it in raw ranking and let policy choose effective winner.
- MiniMax remains trial-only unless quality holds over 7 days.

README excerpt

# model-matrix

Shareable OpenClaw skill containing a practical weighted model-routing framework.

Includes:
- blended scoring weights
- exclusion-aware routing rule
- daily scorecard template
- cost-aware routing defaults

Related Claw Skills