SKILLEMALL.ai

AA huawei-cloud-msmodelslim-model-analysis

Analyze candidate models before adapter implementation. Determine model implementation source (transformers or model-local), structural features, layer-by-layer loading requirements, and MoE fused weight risks. Use this skill when the user wants to: (1) assess model adaptation feasibility before creating msModelSlim adapters, (2) analyze model structure and type classification, (3) evaluate MoE compatibility for quantization. Trigger: user mentions "model analysis", "msModelSlim", "adapter", "transformers", "MoE", "layer-by-layer", "model assessment", "feasibility", "模型分析", "适配可行性", "模型评估", "MoE分析"

ClawHub Agent Skills author: huaweicloud-skills-team v1.0.0 MIT-0 6 files body ≈ 3 102 tokens Open the sourceclawhub.ai analyzed 2 d ago

Analyze candidate models before adapter implementation.

As a process A 87/100 · Runs to the end — weak spots: progress reporting

AnalyzerData and analyticstype and topics are labelled automatically from the skill text
JSON
Technical rating
A
98/100
safety, quality, tests
Safety 60%
99
Quality 40%
96
Run on models
none yet
Process rating
A
87/100
Runs to the end
Progress reporting w 2
0
Failures and branches w 10
55
When it triggers w 12
70
the three weakest of ten parameters · all ten

How to improve

    For the model run — optional
    • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
    • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

    Guard findings · 1

    ✓ No critical or high findings

    Medium and low: 1
    • low Secrets in code secret-high-entropy-token references/verification-method.md:75
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      elif any(x in architectures for x in ['Qwen…ion']):
      quoted

    Files scanned: 6. Evidence is masked. Grey chips explain why severity was lowered.

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 87/100

    • 0Progress reporting. Says nothing while it works
    • 55Failures and branches. 1 branches
    • 70When it triggers. States when to use, but not when not to
    • 70Inputs and preconditions. Inputs and preconditions are listed
    • 100Tools and files. Tools declared in frontmatter
    • 100Steps. 92 steps
    • 100Result and completion. Output format and completion criterion are stated
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 3102 tokens
    • 100Running it twice. No mutating operations
    • low 14 top-level sections: this looks like several domains in one skill
    • low The response is described with custom markup (5 tags): a typed call is more reliable

    Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

    Quality signals

    • +4Description does not say when NOT to use the skill (false activations)
    • +1No license
    • +2Single-language instructions
    • +5Description quotes 7 example trigger phrases
    • +3Description length 605: enough signal without eating the budget
    • +4Structure: 19 headings
    • +3Step-by-step instructions: 92 items
    • +3Output format is stated explicitly
    • +4Has examples (3 code blocks)
    • +4Reference files are cited in the instructions (4 of 4)

    Quality base 70; lint remarks subtract, signals add up to 100. Result: 96.

    External checks

    ClawHub: suspicious
    The skill is mostly a coherent msModelSlim model-analysis guide, but it includes an under-warned troubleshooting path that can execute model-provided Python code.
    LLM: suspicious (medium) · 21 Jul 2026