← 返回 Skills 市场
319
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install model-deploy
功能描述
Use this skill when users request to deploy LLMs (Qwen, DeepSeek, etc.) on specified GPU servers and start the model service. This skill can Download models...
安全使用建议
This skill appears to do what it says, but take these precautions before using it:
- Ensure the agent host has deliberate SSH key-based access to target servers; do not provide private keys to unknown code. The script expects passwordless SSH.
- Review and control the target server environment: the script will pip install packages, download large model files (disk/ bandwidth usage), and start a service listening on 0.0.0.0 — ensure firewalling and authentication as needed.
- Confirm whether ModelScope models you will download are public or require credentials; this skill does not declare ModelScope credentials.
- Validate the Miniconda location and conda availability on the target; the script expects $HOME/miniconda3 by default and will exit if not found.
- Be cautious with PROXY env var values (they can redirect network traffic); set them only to trusted proxies.
- Test on a non-production host first to verify behavior, port selection, GPU/memory usage, and to avoid accidental exposure of the model service.
功能分析
Type: OpenClaw Skill
Name: model-deploy
Version: 1.0.0
The skill is classified as suspicious due to shell injection vulnerabilities in `scripts/deploy.sh`, where variables such as `${MODEL_PATH}` and `${MODEL_NAME}` are used unquoted in commands like `mkdir` and `vllm serve`. Furthermore, the instructions in `SKILL.md` direct the agent to perform remote execution via SSH using user-provided parameters (e.g., model name, organization) without explicit sanitization, which could be exploited to achieve Remote Code Execution (RCE) on the target GPU server.
能力评估
Purpose & Capability
The name/description (deploy LLMs with ModelScope and vLLM) aligns with the included script and SKILL.md. The script calls modelscope and vllm as advertised; no unrelated credentials or external services are requested.
Instruction Scope
Instructions are scoped to copying the provided deploy.sh to a target GPU server and running it over SSH. This is coherent, but it requires passwordless SSH access from the agent host and instructs the target server to pip-install packages, download large model files, and start a network service bound to 0.0.0.0 (exposes the model service). The SKILL.md also assumes Miniconda exists in a specific path ($HOME/miniconda3), which may not hold on all systems.
Install Mechanism
There is no install spec for the skill itself (instruction-only). The included script runs pip install on the target host (vllm, modelscope) and uses the modelscope CLI to download models — this is expected and uses standard package tooling rather than arbitrary remote archives.
Credentials
The skill does not request credentials or environment variables from the registry. However, it implicitly requires SSH key-based access to target servers and may rely on network proxy variables (PROXY) provided at runtime. If private ModelScope models are needed, additional credentials (not declared) might be required. The script's use of proxy env vars means an attacker with control of those values could redirect downloads.
Persistence & Privilege
The skill is not always-enabled and does not request persistent platform privileges or modify other skills. It performs actions on remote hosts (installing software and starting services) but only when invoked; this is expected for a deployment tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install model-deploy - 安装完成后,直接呼叫该 Skill 的名称或使用
/model-deploy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of model-deploy skill.
- Deploy large language models (LLMs) like Qwen and DeepSeek on specified GPU servers.
- Supports downloading models via ModelScope and launching the vLLM inference service.
- Uses a deployment script with parameters for environment, port, GPU count, proxy, and model storage path.
- Requires passwordless SSH and pre-installed Miniconda on the target server.
- Provides troubleshooting tips for common deployment issues.
元数据
常见问题
Model Deploy Skill 是什么?
Use this skill when users request to deploy LLMs (Qwen, DeepSeek, etc.) on specified GPU servers and start the model service. This skill can Download models... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 319 次。
如何安装 Model Deploy Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install model-deploy」即可一键安装,无需额外配置。
Model Deploy Skill 是免费的吗?
是的,Model Deploy Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Model Deploy Skill 支持哪些平台?
Model Deploy Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Model Deploy Skill?
由 Wang Wei(@wangwei1237)开发并维护,当前版本 v1.0.0。
推荐 Skills