โ† Back to AI & LLMs
AI & LLMs by @ccapton

model-alias-append

Automatically appends the model alias to the end

0
Source Code

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