CtrlK
BlogDocsLog inGet started
Tessl Logo

analyze-and-convert

Analyze a HuggingFace model and attempt OpenVINO conversion — probe properties, run strategy matrix, classify failures, and produce a structured routing report.

57

Quality

66%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

Fix and improve this skill with Tessl

tessl review fix ./.github/agents-prototype/skills/analyze-and-convert/SKILL.md
SKILL.md
Quality
Evals
Security

Skill: Analyze and Convert

When to use

When you have a model ID (or local path) and need to determine whether it converts to OpenVINO IR, identify why it fails, and emit routing signals for the next agent in the pipeline.

Steps

Execute in strict order — each step produces files consumed by the next.

StepFilePurpose
1probe-model.mdGather model profile (architecture, task, op types) without downloading weights
2try-conversion.mdRun conversion strategy matrix (optimum-cli / ovc / convert_model), capture all outputs
3classify-failure.mdMap errors to taxonomy, extract missing_op / shape_inference / accuracy signals (skip on full success)
4build-report.mdAssemble structured report, emit <!-- agent-result --> marker for orchestrator
Repository
openvinotoolkit/openvino
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.