{
  "schemaVersion": "1.0",
  "item": {
    "slug": "model-alias-append",
    "name": "Model Alias Append",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Ccapton/model-alias-append",
    "canonicalUrl": "https://clawhub.ai/Ccapton/model-alias-append",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/model-alias-append",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=model-alias-append",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "main.js",
      "package.json",
      "SKILL.md",
      "test-config.json",
      "scripts/manage-hook.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "model-alias-append",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T10:35:11.804Z",
      "expiresAt": "2026-05-09T10:35:11.804Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=model-alias-append",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=model-alias-append",
        "contentDisposition": "attachment; filename=\"model-alias-append-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "model-alias-append"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/model-alias-append"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/model-alias-append",
    "agentPageUrl": "https://openagent3.xyz/skills/model-alias-append/agent",
    "manifestUrl": "https://openagent3.xyz/skills/model-alias-append/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/model-alias-append/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Model Alias Append Skill",
        "body": "Automatically appends model alias to responses with configuration change detection"
      },
      {
        "title": "Key Features",
        "body": "🔍 Automatic Detection - Identifies the model used for each response\n🏷️ Alias Appending - Adds model alias from openclaw config agents.defaults.models.{yourModelDict}.alias format like the config below\n\n\"agents\": {\n  \"defaults\": {\n    \"model\": {\n      \"primary\": \"gemma3:27b-local\",\n      \"fallbacks\": [ \"qwen\" ]\n    },\n    \"models\": {\n      \"ollama-local/gemma3:27b\": {\n        \"alias\": \"gemma3:27b-local\"\n      },\n      \"qwen-portal/coder-model\": {\n        \"alias\": \"qwen\"\n      }\n    }\n  }\n}\n\n🔄 Real-time Monitoring - Watches for configuration changes\n📢 Update Notifications - Shows when config changes occur\n🛡️ Format Preservation - Maintains reply tags and formatting"
      },
      {
        "title": "Install",
        "body": "npx clawhub@latest install model-alias-append"
      },
      {
        "title": "How It Works",
        "body": "Intercepts responses before sending\nDetermines which model generated the response\nAppends the appropriate model alias\nShows update notices when configuration changes"
      },
      {
        "title": "Setup",
        "body": "No additional configuration needed - reads from your existing openclaw.json"
      },
      {
        "title": "Output Example",
        "body": "Your response content...\n\n[Model alias configuration updated] // This line will not appear until openclaw.json modified\n\ngemma3:27b-local"
      }
    ],
    "body": "Model Alias Append Skill\n\nAutomatically appends model alias to responses with configuration change detection\n\nKey Features\n🔍 Automatic Detection - Identifies the model used for each response\n🏷️ Alias Appending - Adds model alias from openclaw config agents.defaults.models.{yourModelDict}.alias format like the config below\n\"agents\": {\n  \"defaults\": {\n    \"model\": {\n      \"primary\": \"gemma3:27b-local\",\n      \"fallbacks\": [ \"qwen\" ]\n    },\n    \"models\": {\n      \"ollama-local/gemma3:27b\": {\n        \"alias\": \"gemma3:27b-local\"\n      },\n      \"qwen-portal/coder-model\": {\n        \"alias\": \"qwen\"\n      }\n    }\n  }\n}\n\n🔄 Real-time Monitoring - Watches for configuration changes\n📢 Update Notifications - Shows when config changes occur\n🛡️ Format Preservation - Maintains reply tags and formatting\nInstall\nnpx clawhub@latest install model-alias-append\n\nHow It Works\nIntercepts responses before sending\nDetermines which model generated the response\nAppends the appropriate model alias\nShows update notices when configuration changes\nSetup\n\nNo additional configuration needed - reads from your existing openclaw.json\n\nOutput Example\nYour response content...\n\n[Model alias configuration updated] // This line will not appear until openclaw.json modified\n\ngemma3:27b-local"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Ccapton/model-alias-append",
    "publisherUrl": "https://clawhub.ai/Ccapton/model-alias-append",
    "owner": "Ccapton",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/model-alias-append",
    "downloadUrl": "https://openagent3.xyz/downloads/model-alias-append",
    "agentUrl": "https://openagent3.xyz/skills/model-alias-append/agent",
    "manifestUrl": "https://openagent3.xyz/skills/model-alias-append/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/model-alias-append/agent.md"
  }
}