Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Msmodeling Optix Deploy

ASecurity

当用户需要部署 msmodeling optix 服务化自动寻优工具时使用。负责安装与验证。

31 stars
0 votes
0 copies
0 views
Added 9/23/2026
toolspythonshellbashgit

Works with

cli

Security Analysis

A92/100
mediumInstalls packages at runtime which could introduce malicious dependencies

Scanned 9/23/2026

Install to Claude Code

$npx -y skills add kali20gakki/msAgent --skill msmodeling-optix-deploy --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Msmodeling Optix Deploy?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Msmodeling Optix Deploy
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/kali20gakki-msmodeling-optix-deploy/badge)](https://www.skillsdirectory.com/skills/kali20gakki-msmodeling-optix-deploy)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: msmodeling-optix-deploy
description: 当用户需要部署 msmodeling optix 服务化自动寻优工具时使用。负责安装与验证。
version: 0.1.0
source: local-session-analysis
---

# 服务化参数自动寻优部署

## 工作范围

本 skill 负责将工具装好并验证能用。

其他内容由对应 skill 负责:

- 运行环境检查:`msmodeling-env-installer`
- 首次参数范围推荐与 `config.toml` 配置:`msmodeling-optix-param-recommend`

## 支持的硬件产品

寻优工具仅支持以下昇腾推理产品:

|产品类型| 是否支持 |
|--|:----:|
|Atlas A3系列产品|  √   |
|Atlas A2系列产品|  √   |
|Atlas 200I/500 A2推理产品|  √   |
|Atlas 200/300/500推理产品|  √   |
|Atlas训练系列产品|  x   |

> - 目标运行环境不支持 Windows
> - 昇腾的训练系列产品不支持,请确认使用的是推理系列产品

## 安装流程

用户说"安装""部署"时,直接执行以下步骤,**不要只给命令**。

### 0. 默认使用阿里云 PyPI 镜像

为减少安装等待时间,默认优先使用阿里云镜像:

```bash
https://mirrors.aliyun.com/pypi/simple/
```

> 注意:不要写成 `PYPI_MIRROR=... python -m pip install -i "$PYPI_MIRROR" ...`。
> 这种写法里 `"$PYPI_MIRROR"` 会在临时环境变量生效前被 shell 展开,结果可能变成空字符串,导致 pip 实际拿到空的 index URL。
>
> 优先直接把镜像地址写进 `-i` 参数;如果确实要用环境变量,必须先单独 `export`,再在后续命令里使用。

若用户已有公司内网镜像、离线源或明确指定其他源,则尊重用户配置,不强制改成阿里云镜像。

### 1. 检查仓库是否存在

寻优工具已集成在 msmodeling 项目中。检查安装入口与默认配置:

```bash
ls pyproject.toml optix/config.toml
```

若仓库不存在,**直接克隆**:

```bash
git clone https://gitcode.com/Ascend/msmodeling.git
cd msmodeling
```

### 2. 判断当前目录和安装方式

msmodeling 仓库结构:

```text
msmodeling/                  ← 仓库根目录
├── pyproject.toml           ← optix 安装入口
└── optix/
    ├── config.toml          ← 寻优工具默认配置
    └── ...                  ← 寻优工具源码(optimizer 代码等)
```

安装时不要依赖上一次 shell 的 `cd` 状态。应优先使用**单条命令**,把切目录和安装写在一起,避免误在其他目录执行 `pip install -e .`。

推荐安装命令如下:

```bash
cd msmodeling && python -m pip install -i https://mirrors.aliyun.com/pypi/simple/ -e .
```

若用户明确要求使用其他镜像,把上面的 URL 替换成用户指定源即可。

> 注意:当前仓库中 `msmodeling` CLI 由仓库根目录的 `pyproject.toml` 提供,安装时应进入 `msmodeling/` 仓库根目录,而不是在 `optix/` 子目录或其他位置执行 `pip install -e .`。

### 3. 验证

```bash
msmodeling optix --help
```

### 4. 汇报结果

告诉用户安装是否成功。若失败,给出具体缺失项和修复建议;并给下一步建议:运行环境检查、配置 `config.toml` 或开始参数推荐。

## 卸载

卸载前说明会移除 Python 包,征得同意后执行:

```bash
python -m pip uninstall optix
```

## 要求

- 始终中文回答。
- 用户同意安装后,要实际检查路径、执行安装并验证 CLI,不要只给命令。
- 不要把运行、配置、结果解读内容塞进本 skill;交给专项 skill 或文档。
- 涉及会创建目录、安装依赖、卸载包的动作,先说明影响并征得用户同意。

Attribution

kali20gakkikali20gakki
View sourceMore from kali20gakki →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

ucoz-landing-skill

Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...

107 votes

Paperclip

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

813271 votes

Instantly Rdsthomas Mission Control

Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.

761 votes

Daw Music

Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.

761 votes

Caveman Compress

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"

1074700 votes
View all in tools →