← Back to Skills Marketplace
clawkk

Ml Ops

by clawkk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
141
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ml-ops
Description
Deep MLOps workflow—reproducible training, experiment tracking, packaging, deployment, monitoring (drift, performance), governance, and rollback for ML. Use...
README (SKILL.md)

MLOps (Deep Workflow)

MLOps connects research velocity to production reliability: version data, code, and artifacts together; monitor behavior after deploy.

When to Offer This Workflow

Trigger conditions:

  • First production model; batch or online serving
  • Drift, bias, or latency SLO misses
  • Compliance needs for lineage and explainability

Initial offer:

Use six stages: (1) problem & risk class, (2) data & reproducibility, (3) training & evaluation, (4) packaging & deployment, (5) monitoring & feedback, (6) governance & rollback). Confirm batch vs real-time and regulatory tier.


Stage 1: Problem & Risk Class

Goal: Align ML to decision risk (credit, health vs recommendation).

Exit condition: Offline and online success metrics defined.


Stage 2: Data & Reproducibility

Goal: Snapshot training data; deterministic pipelines; PII handling.

Practices

  • Feature stores optional but valuable for consistency
  • Secrets not in notebooks; orchestrated jobs

Exit condition: Run id reproduces artifact hash within agreed bounds.


Stage 3: Training & Evaluation

Goal: Train/val/test without leakage; time-series splits careful.

Practices

  • Model card with limits and metrics
  • Fairness slices where policy requires

Stage 4: Packaging & Deployment

Goal: Immutable artifacts; canary or shadow before full cutover.

Practices

  • Model + preprocessing code version pinned together

Exit condition: Rollback to previous artifact id documented.


Stage 5: Monitoring & Feedback

Goal: Data drift, concept drift, latency; business KPIs tied to model decisions.

Practices

  • Human review queue for low-confidence predictions when needed

Stage 6: Governance & Rollback

Goal: Approvals for retrain/deploy; audit trail; A/B for big changes.


Final Review Checklist

  • Offline metrics aligned with business risk
  • Data and code reproducibility
  • Packaged artifacts with versioning and rollback
  • Online monitoring and drift strategy
  • Governance and approval path

Tips for Effective Guidance

  • Training-serving skew is a top bug—feature parity tests help.
  • Offline accuracy ≠ online business outcome.
  • Fairness needs explicit slices—not one headline number.

Handling Deviations

  • LLM-heavy products: lean on eval harnesses and prompt versioning (see llm-evaluation).
  • Tiny teams: start with artifact registry + dashboards before a full feature store.
Usage Guidance
This skill is a pure guidance document about MLOps and appears internally coherent. It does not request secrets or install code, so installing it has low technical risk. However, if you or an agent later use this guidance to wire up real systems (artifact registries, monitoring, feature stores, cloud deploys), those integrations will require credentials and privileged access — evaluate each connector (CI/CD, cloud accounts, feature stores, monitoring hooks) for least privilege, audit logging, and secret handling before granting them. If a future version adds tooling or install steps, re-evaluate for downloads, unexpected URLs, or broad env var requirements.
Capability Analysis
Type: OpenClaw Skill Name: ml-ops Version: 1.0.0 The skill bundle provides high-level procedural guidance for MLOps workflows, focusing on model training, deployment, and monitoring. The content in SKILL.md is purely instructional, lacks executable code or scripts, and explicitly promotes security best practices such as secrets management and PII handling.
Capability Assessment
Purpose & Capability
Name, description, and content consistently describe an MLOps workflow; no unexpected binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md contains advisory steps and checklists for MLOps stages only — it does not instruct the agent to read files, access environment variables, call external endpoints, or run commands.
Install Mechanism
No install spec or code files are present; this is instruction-only so nothing will be written to disk or downloaded during install.
Credentials
The skill declares no required environment variables, credentials, or config paths; requested access is proportional (none) to its advisory purpose.
Persistence & Privilege
always is false and model invocation is allowed (default); the skill is user-invocable and does not request persistent installation or elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ml-ops
  3. After installation, invoke the skill by name or use /ml-ops
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the "ml-ops" skill featuring a comprehensive MLOps workflow. - Covers reproducible training, experiment tracking, packaging, deployment, monitoring (drift, performance), governance, and rollback. - Introduces six workflow stages: problem & risk class, data & reproducibility, training & evaluation, packaging & deployment, monitoring & feedback, governance & rollback. - Provides practical triggers, stage exit conditions, and a final review checklist. - Includes tips for preventing common pitfalls and adapting practices for LLM products or small teams.
Metadata
Slug ml-ops
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ml Ops?

Deep MLOps workflow—reproducible training, experiment tracking, packaging, deployment, monitoring (drift, performance), governance, and rollback for ML. Use... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.

How do I install Ml Ops?

Run "/install ml-ops" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ml Ops free?

Yes, Ml Ops is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ml Ops support?

Ml Ops is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ml Ops?

It is built and maintained by clawkk (@clawkk); the current version is v1.0.0.

💬 Comments