Settings → **Models**(不是 Vehicle 车型选择)。
Scanned 9/12/2026
Install to Claude Code
npx -y skills add mouxangithub/ai --skill model-manager --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Model Manager?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mouxangithub-model-manager)More formats (shields.io, HTML) on the badges page.
# ModelManager — 驾驶神经网络模型
Settings → **Models**(不是 Vehicle 车型选择)。
## 工具
| 工具 | 作用 |
|------|------|
| `list_model_bundles` | 列出可选 bundle(ref、display_name、folder) |
| `get_model_manager_status` | 当前激活、下载进度、`ModelManager_DownloadIndex` |
| `select_model_bundle` | `ref=Default` 恢复 stock;否则按 ref 下载并切换 |
| `refresh_model_list` | `ModelManager_LastSyncTime=0` 强制拉取列表 |
| `cancel_model_download` | 清除 `ModelManager_DownloadIndex` |
| `clear_model_cache` | `ModelManager_ClearCache` 清缓存(保留当前模型) |
| `manage_model_favorites` | 增删 `ModelManager_Favs`(分号分隔 ref) |
| `get_model_tune_settings` | `CameraOffset` / `PlanplusControl` |
| `set_model_tune_settings` | 写入模型调参(静止) |
## 相关 Param
- `ModelManager_ActiveBundle` — 当前模型 JSON
- `ModelManager_DownloadIndex` — 后台下载中
- `LagdToggle` / `LaneTurnDesire` — 同页面的横向相关项
## 注意
- 切换 **generation** 不同时,UI 会提示重置标定
- 车型指纹用 `select_car_platform` / `CarPlatformBundle`,勿与本工具混淆
- `select_driving_model` 为历史别名,指向车型而非 NN 模型
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!
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...