Install
openclaw skills install @patmenciu/modelpilotUse this skill when the user wants to test, compare, promote, replace, or clean up local Ollama models with a repeatable two-round real-task benchmark, no-think verification, and local-only safety boundaries. It applies to local LLM evaluation, model replacement decisions, benchmark reports, installed-model audits, and Ollama workflow hygiene. Do not use it for cloud model APIs, downloading models, installing dependencies, or sending local data outside the machine.
openclaw skills install @patmenciu/modelpilotModelPilot is a local-only protocol for testing, comparing, promoting, replacing, and cleaning up Ollama models. It is designed for real work decisions, not leaderboard claims.
Always keep the workflow local unless the user explicitly authorizes otherwise.
Use this skill when the user asks to:
Classify the task before running anything.
Smoke Test Confirm the model is installed, runnable, and responsive.
Speed Benchmark Measure startup time, generation time, output length, and failure rate.
Real-Task Benchmark Use task-like prompts that match the user's actual workflow. Prefer fixed prompt sets so results are comparable across models.
Promotion Test Decide whether a model can replace an existing workflow model. A promotion test requires two independent benchmark rounds.
Do not recommend replacing a working model after a single run.
Prefer a stable prompt file with fictional data. Include at least:
The benchmark prompt set should be reused across candidate models. Do not compare models using different tasks unless the report clearly says so.
Never assume a model is no-think just because the model name contains nothink.
Check:
<think>, </think>, reasoning traces, or hidden-analysis markersIf no-think fails, the model may still be useful for manual work, but it should not be promoted into automated workflows that require clean output.
Use scripts only when they are available in this skill folder and fit the task.
scripts/modelpilot_benchmark.py: run local Ollama benchmark rounds and write JSON results.scripts/modelpilot_report.py: summarize benchmark JSON into a Markdown decision report.Do not run scripts that download models, install dependencies, or call remote APIs.
When reporting results, include:
## ModelPilot Result
### Scope
-
### Models Tested
-
### Test Rounds
-
### Key Findings
-
### No-Think Check
-
### Replacement Decision
-
### Risks and Limits
-
### Rollback Advice
-