Automatically appends the model alias to the end of every response with integrated hook functionality and configuration change detection.\n Use when transparency about which model generated each response is needed.\n\n Use when: providing model transparency, tracking which model generated responses, \n monitoring configuration changes, or ensuring response attribution.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill model-alias-append --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Model Alias Append?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-model-alias-append)More formats (shields.io, HTML) on the badges page.
---
name: model-alias-append
description: "Automatically appends the model alias to the end of every response with integrated hook functionality and configuration change detection.\n Use when transparency about which model generated each response is needed.\n\n Use when: providing model transparency, tracking which model generated responses, \n monitoring configuration changes, or ensuring response attribution."
---
# Model Alias Append Skill
> Automatically appends model alias to responses with configuration change detection

## 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
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!