Jump to related tools in the same category or review the original source on GitHub.

AI & LLMs @ccapton Updated 2/26/2026

Model Alias Append OpenClaw Skill - ClawHub

Do you want your AI agent to automate Model Alias Append workflows? This free skill from ClawHub helps with ai & llms tasks without building custom tools from scratch.

What this skill does

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.

Install

npx clawhub@latest install model-alias-append

Full SKILL.md

Open original
nameversiondescriptionlicense
model-alias-append1.0.2Automatically 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. MIT

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
Original URL: https://github.com/openclaw/skills/blob/main/skills/ccapton/model-alias-append

Related skills

If this matches your use case, these are close alternatives in the same category.