Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Structured Jupyter notebook prototyping with pipeline integrity
Structured Jupyter notebook prototyping with pipeline integrity
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Create standardized, reproducible Jupyter notebooks.
Validate notebook follows best practices: ./scripts/check-notebook.sh notebook.ipynb Checks for: H1 title Imports section Config/Constants Data loading Pipeline usage
Use this structure: Title & Purpose Imports (standard โ third-party โ local) Configs (all constants at top) Datasets (load, validate, split) Analysis (EDA) Modeling (use sklearn.pipeline.Pipeline) Evaluations (metrics on test data)
# Check your notebook ./scripts/check-notebook.sh my-notebook.ipynb # Follow structure in notebook # Use Pipeline for all transforms # Set RANDOM_STATE everywhere
โ DO: Put all params in Config section Use sklearn.pipeline.Pipeline Split data BEFORE any transforms Set random_state everywhere โ DON'T: Magic numbers in code Manual transforms (use Pipeline) Fit on full dataset (data leakage)
Converted from MLOps Coding Course
Initial OpenClaw conversion Added notebook checker
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.