← 返回 Skills 市场
luban-cli skill
作者
guunergooner
· GitHub ↗
· v1.0.0
1670
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install luban-cli
功能描述
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.
使用说明 (SKILL.md)
Luban CLI Skill
This skill provides a structured framework for developing and using the Luban CLI, a specialized tool for MLOps management.
Core Functionality
The Luban CLI focuses on three primary MLOps pillars:
- Experiment Environments (
env): Management of development workspaces. - Training Tasks (
job): Orchestration of model training workloads. - Online Services (
svc): Deployment and scaling of inference services.
Development Workflow
When developing or extending the Luban CLI, follow these steps:
- Initialize Project: Use the boilerplate in
templates/cli_boilerplate.pyas a starting point for the CLI structure. - Define Commands: Refer to
references/mlops_guide.mdfor the standard command patterns and required attributes for each entity. - Implement CRUD: Ensure every 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.
Usage Patterns
Managing Environments
luban env list
luban env create --name research-v1 --image pytorch:2.0
Managing Training Jobs
luban job create --script train.py --gpu 1
luban job status --id job_001
Managing Online Services
luban svc create --model-path ./models/v1 --replicas 3
luban svc scale --id my-service --replicas 5
Resources
templates/cli_boilerplate.py: A Python-based CLI structure usingargparse.references/mlops_guide.md: Detailed specifications for MLOps entities and operations.
安全使用建议
This skill appears coherent and low-risk: it only provides a CLI boilerplate and an MLOps guide, and it requests no credentials or installs. Before installing, note that the package has no published homepage/source attribution and is small/informal — review the provided files (templates/cli_boilerplate.py and references/mlops_guide.md) yourself if you plan to run code. Also be cautious granting any unrelated system/network privileges to an agent that could execute code from this skill, even though the skill itself doesn't attempt network access or secret use.
功能分析
Type: OpenClaw Skill
Name: luban-cli
Version: 1.0.0
The skill bundle is benign. It provides a boilerplate Python script for an MLOps CLI using `argparse` and accompanying documentation. The Python script (`templates/cli_boilerplate.py`) only parses command-line arguments and prints a placeholder message, without performing any file system, network, or other system-level operations. The `SKILL.md` and `references/mlops_guide.md` files contain only descriptive text and usage examples, with no evidence of prompt injection attempts or instructions for the agent to perform malicious actions.
能力评估
Purpose & Capability
Name, description, SKILL.md, and included files all describe a Luban CLI for managing env/job/svc; required resources (none) match that scope. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs using the provided boilerplate and guide to implement CLI commands; it does not direct reading of unrelated files, network endpoints, or environment variables beyond the included templates and reference doc.
Install Mechanism
No install spec is provided (instruction-only plus small local files). Nothing is downloaded or written to disk by an installer step in the skill metadata.
Credentials
The skill declares no required environment variables, credentials, or config paths. The lack of requested secrets is proportionate to the described CLI boilerplate.
Persistence & Privilege
always:false and no special privileges requested. The skill does not modify other skills or system-wide settings and does not request persistent presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install luban-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/luban-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of luban-skill, providing a framework for developing and managing the Luban CLI tool.
- Supports structured workflows for MLOps: managing experiment environments, training jobs, and online services.
- Includes usage instructions for core CLI commands and sample usage patterns.
- Provides references and boilerplate templates to help extend or build the CLI for MLOps tasks.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1670 次。
如何安装 luban-cli skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install luban-cli」即可一键安装,无需额外配置。
luban-cli skill 是免费的吗?
是的,luban-cli skill 完全免费(开源免费),可自由下载、安装和使用。
luban-cli skill 支持哪些平台?
luban-cli skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 luban-cli skill?
由 guunergooner(@guunergooner)开发并维护,当前版本 v1.0.0。
推荐 Skills