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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "luban-cli" with this command: npx skills add guunergooner/luban-cli

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:

  1. Experiment Environments (env): Management of development workspaces.
  2. Training Tasks (job): Orchestration of model training workloads.
  3. Online Services (svc): Deployment and scaling of inference services.

Development Workflow

When developing or extending the Luban CLI, follow these steps:

  1. Initialize Project: Use the boilerplate in templates/cli_boilerplate.py as a starting point for the CLI structure.
  2. Define Commands: Refer to references/mlops_guide.md for the standard command patterns and required attributes for each entity.
  3. 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 using argparse.
  • references/mlops_guide.md: Detailed specifications for MLOps entities and operations.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

clawhub-install

Download and install skills from ClawHub directly via curl, bypassing official CLI rate limits. Use when the user wants to install one or more ClawHub skills...

Registry SourceRecently Updated
0199
upupc
Coding

Homebrew Bridge

Expose Mac Homebrew tools like brew, gh, and other /opt/homebrew/bin CLIs on a Linux OpenClaw gateway by installing explicit same-LAN SSH wrappers with optio...

Registry SourceRecently Updated
Coding

Dev Tools Pack

Collection of developer tools including Chrome extension templates, AI code reviews, GitHub README generators, SaaS landing pages, tech blogs, and tweet thre...

Registry SourceRecently Updated