← 返回 Skills 市场
ccapton

Model Alias Append

作者 Ccapton · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
2129
总下载
3
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
This skill appears to do what it says: it reads your OpenClaw configuration to map model IDs to aliases, appends aliases to responses, and watches the config for changes. Before installing or enabling the hook, consider: 1) Back up your ~/.openclaw/openclaw.json — the manage-hook script will write to it to toggle the response-alias-injector entry. 2) Review your openclaw.json for any sensitive fields (the skill reads that file) and ensure you're comfortable with a skill reading it. 3) The skill does not make network requests or request secrets; however, only install from a source you trust (the package metadata points to a GitHub repo). 4) If you prefer not to have any package modify your global config, avoid calling the enable/disable hook methods — you can enable the hook manually in your config instead. Overall this package is internally consistent with its description.
功能分析
Type: OpenClaw Skill Name: model-alias-append Version: 1.0.2 The skill 'model-alias-append' is designed to append model aliases to agent responses and monitor OpenClaw configuration changes. Its code (`hooks/response-alias-injector/handler.js`, `main.js`, `scripts/manage-hook.js`) primarily interacts with the `openclaw.json` configuration file, reading it to extract model aliases and detect modifications, and writing to it to enable/disable its own hook. The use of `fs` and `child_process` modules is confined to these legitimate configuration management tasks, with no evidence of data exfiltration, arbitrary command execution, persistence mechanisms, or prompt injection attempts in any of the analyzed files.
能力评估
Purpose & Capability
Name/description claim: append model alias and detect config changes. The code implements alias extraction, response modification, config polling, and a script to enable/disable a response hook — all directly related to the stated purpose.
Instruction Scope
SKILL.md and code instruct the agent to read ~/.openclaw/openclaw.json (and similar paths) and modify responses. The manage-hook script also writes into the user's openclaw.json to enable/disable the hook. That behavior is consistent with enabling the hook but is a scope note because it modifies a global config file.
Install Mechanism
No remote downloads or install spec; this is a local package with source files bundled. There are no npm dependencies or external installers referenced, so nothing is fetched from untrusted URLs at runtime.
Credentials
The skill requests no environment variables or credentials. It reads the local OpenClaw config file (which is reasonable to determine aliases); it does not transmit data externally or require unrelated secrets.
Persistence & Privilege
always is false and autonomous invocation is allowed by default (normal). The skill sets up a periodic timer to poll the config and provides methods that run a local script to modify ~/.openclaw/openclaw.json to enable/disable the hook. Modifying the global config is justified for enabling the hook but is a privileged action the user should be aware of.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install model-alias-append
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /model-alias-append 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated install instructions to remove explicit version requirement; now installs latest version by default. - Bumped version to 1.0.2.
v1.0.1
- Removed TESTING.md and enhanced-feature.md documentation files. - Documentation simplified and restructured for clarity and easier setup. - Installation instructions added directly to the documentation. - Feature list updated with clearer examples and a configuration snippet. - Existing features and functionality remain unchanged.
v1.0.0
- Initial release of Model Alias Append skill. - Automatically appends the configured model alias to the end of every response for transparency. - Includes a response interception hook for seamless integration. - Monitors configuration changes in real time and notifies users when updates occur. - Dynamically applies configuration changes without requiring a restart. - Preserves response formatting and reply tags.
元数据
Slug model-alias-append
版本 1.0.2
许可证
累计安装 3
当前安装数 2
历史版本数 3
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2129 次。

如何安装 Model Alias Append?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install model-alias-append」即可一键安装,无需额外配置。

Model Alias Append 是免费的吗?

是的,Model Alias Append 完全免费(开源免费),可自由下载、安装和使用。

Model Alias Append 支持哪些平台?

Model Alias Append 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Model Alias Append?

由 Ccapton(@ccapton)开发并维护,当前版本 v1.0.2。

💬 留言讨论