Development and management of the Luban CLI for MLOps. Use this skill when building or using the Luban CLI to manage experiment environments, training tasks, and online services.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install luban-cli或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install luban-cli⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/luban-cli/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: luban-cli description: Development and management of the Luban CLI for MLOps. Use this skill when building or using the Luban CLI to manage experiment environments, training tasks, and online services. ---
This skill provides a structured framework for developing and using the Luban CLI, a specialized tool for MLOps management.
The Luban CLI focuses on three primary MLOps pillars:
env): Management of development workspaces.job): Orchestration of model training workloads.svc): Deployment and scaling of inference services.When developing or extending the Luban CLI, follow these steps:
templates/cli_boilerplate.py as a starting point for the CLI structure.references/mlops_guide.md for the standard command patterns and required attributes for each entity.env, job, svc) supports the full lifecycle:- Create: Provisioning new resources. - Read: Listing and describing existing resources. - Update: Modifying configurations or scaling. - Delete: Cleaning up resources.
luban env list
luban env create --name research-v1 --image pytorch:2.0
luban job create --script train.py --gpu 1
luban job status --id job_001
luban svc create --model-path ./models/v1 --replicas 3
luban svc scale --id my-service --replicas 5
templates/cli_boilerplate.py: A Python-based CLI structure using argparse.references/mlops_guide.md: Detailed specifications for MLOps entities and operations.安装 luban-cli skill 后,可以对 AI 说这些话来触发它
Help me get started with luban-cli skill
Explains what luban-cli skill does, walks through the setup, and runs a quick demo based on your current project
Use luban-cli skill to development and management of the Luban CLI for MLOps
Invokes luban-cli skill with the right parameters and returns the result directly in the conversation
What can I do with luban-cli skill in my product manager workflow?
Lists the top use cases for luban-cli skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/luban-cli/ 目录(个人级,所有项目可用),或 .claude/skills/luban-cli/(项目级)。重启 AI 客户端后,用 /luban-cli 主动调用,或让 AI 根据上下文自动发现并使用。
luban-cli skill 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
luban-cli skill 可免费安装使用。请查阅仓库了解许可证信息。
Development and management of the Luban CLI for MLOps. Use this skill when building or using the Luban CLI to manage experiment environments, training tasks, and online services.
luban-cli skill 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using luban-cli skill
Identifies repetitive steps in your workflow and sets up luban-cli skill to handle them automatically