← 返回
数据分析

Model Healthcheck

Test all configured models for availability. Activate when user says "test models", "check models", "model healthcheck", "测试模型", "测试所有模型", "检查模型", or "模型健康检查".
Test all configured models for availability. Activate when user says "test models", "check models", "model healthcheck", "测试模型", "测试所有模型", "检查模型", or "模型健康检查".
xmanrui
数据分析 clawhub v1.0.0 1 版本 99804.9 Key: 无需
★ 0
Stars
📥 1,023
下载
💾 20
安装
1
版本
#latest

概述

Model Healthcheck Skill

When the user requests a model test, follow these steps:

Steps

  1. Get all model list

Use gateway config.get to read the current config and extract all provider/model combinations from models.providers.

  1. Test all models concurrently

For each model, use sessions_spawn to run a test:

  • task: "Reply with exactly: model ok. Only reply these two words."
  • model: the corresponding provider/model-id
  • runTimeoutSeconds: 30
  • cleanup: "delete"

Fire all tests concurrently (multiple sessions_spawn calls at once), do not test sequentially.

  1. Collect results and summarize

Wait for all tests to complete, then summarize as a list:

  • provider/model-id — ✅ OK / ❌ Failed (Xs) — error message if any

Fields:

  • Status: normal reply = ✅, timeout or error = ❌
  • Duration: time from spawn to result
  • Error: if failed, show the specific error (API error, timeout, auth failure, etc.)
  1. Output results

Send the summary to the user, with a final tally:

  • Total models tested: X
  • Passed: X
  • Failed: X (list failed model names and reasons)

Notes

  • Skip the model currently in use (no need to test yourself)
  • If the user specifies a particular model, only test that one
  • Feishu/WhatsApp and similar platforms don't support markdown tables — use list format instead

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 09:44 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,047
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 164 📥 59,913
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,323