← 返回
效率工具 中文

Model Alias Append

Automatically appends the model alias to the end of every response with integrated hook functionality and configuration change detection. Use when transparency about which model generated each response is needed. Use when: providing model transparency, tracking which model generated responses, monitoring configuration changes, or ensuring response attribution.
自动将模型别名附加到每个响应末尾,集成钩子功能和配置变更检测。用于模型透明度追踪、响应归属和配置变更监控。
ccapton
效率工具 clawhub v1.0.2 1 版本 99921.7 Key: 无需
★ 3
Stars
📥 2,491
下载
💾 82
安装
1
版本
#latest

概述

Model Alias Append Skill

> Automatically appends model alias to responses with configuration change detection

!Model Alias Example

Key Features

  • 🔍 Automatic Detection - Identifies the model used for each response
  • 🏷️ Alias Appending - Adds model alias from openclaw config agents.defaults.models.{yourModelDict}.alias format like the config below
  • "agents": {
      "defaults": {
        "model": {
          "primary": "gemma3:27b-local",
          "fallbacks": [ "qwen" ]
        },
        "models": {
          "ollama-local/gemma3:27b": {
            "alias": "gemma3:27b-local"
          },
          "qwen-portal/coder-model": {
            "alias": "qwen"
          }
        }
      }
    }
    
  • 🔄 Real-time Monitoring - Watches for configuration changes
  • 📢 Update Notifications - Shows when config changes occur
  • 🛡️ Format Preservation - Maintains reply tags and formatting

Install

npx clawhub@latest install model-alias-append

How It Works

  1. Intercepts responses before sending
  2. Determines which model generated the response
  3. Appends the appropriate model alias
  4. Shows update notices when configuration changes

Setup

> No additional configuration needed - reads from your existing openclaw.json

Output Example

Your response content...

[Model alias configuration updated] // This line will not appear until openclaw.json modified

gemma3:27b-local

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-28 13:59 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,522
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 148,367
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 433 📥 103,896