SKILLEMALL.ai

AB aisa-provider

Configure AIsa as a first-class model provider for OpenClaw, enabling production access to major Chinese AI models (Qwen, DeepSeek, Kimi K2.5, Doubao) through official partnerships with Alibaba Cloud, BytePlus, and Moonshot. Use this skill when the user wants to set up Chinese AI models, configure AIsa API access, compare pricing between AIsa and other providers (OpenRouter, Bailian), switch between Qwen/DeepSeek/Kimi models, or troubleshoot AIsa provider configuration in OpenClaw. Also use when the user mentions AISA_API_KEY, asks about Chinese LLM pricing, Kimi K2.5 setup, or needs help with Qwen Key Account setup.

modbender/skill-library-mcp Agent Skills author: modbender MIT 4 files body ≈ 3 112 tokens Open the sourcegithub.com analyzed 2 d ago

Configure AIsa as a first-class model provider for OpenClaw, enabling production access to major Chinese AI models (Qwen, DeepSeek, Kimi K2.5, Doubao) through…

As a process B 65/100 · Nearly there — weak spots: inputs and preconditions, consistency, running it twice

IntegrationAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
A
91/100
safety, quality, tests
Safety 60%
97
Quality 40%
81
Run on models
none yet
Process rating
B
65/100
Nearly there
Inputs and preconditions w 11
0
Progress reporting w 2
0
Running it twice w 4
30
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 · 3

    ✓ No critical or high findings

    Medium and low: 3
    • low Exfiltration net-credential-use references/guide-zh-CN.md:88
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      curl https://api.aisa.one/v1/models -H "Authorization: Bearer $AISA_API_KEY"
      vendor-host
    • low Exfiltration net-credential-use SKILL.md:219
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      curl https://api.aisa.one/v1/models -H "Authorization: Bearer $AISA_API_KEY"
      vendor-host
    • low Exfiltration net-credential-use SKILL.md:238
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      curl https://api.aisa.one/v1/models -H "Authorization: Bearer $AISA_API_KEY"
      vendor-host

    Files scanned: 4. 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 65/100

    • 0Inputs and preconditions. Does not say what the process needs to start
    • 0Progress reporting. Says nothing while it works
    • 30Running it twice. 1 mutating operations with no state check
    • 40Consistency. Frontmatter name (aisa-provider) differs from the folder (openclaw-aisa-chinese-llm-models)
    • 50Failures and branches. 0 branches, has a failure section
    • 60Result and completion. Output format stated, no completion criterion
    • 70When it triggers. States when to use, but not when not to
    • 100Tools and files. No external tools needed
    • 100Steps. 51 steps
    • 100Execution cost. Instruction body is 3112 tokens
    • low 11 top-level sections: this looks like several domains in one skill

    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

    • +5Description has no quoted example phrases that should trigger the skill
    • +4Description does not say when NOT to use the skill (false activations)
    • -233 emoji in the instructions: noise for the model
    • -43 reference files, but SKILL.md never points to them: the model will not open them
    • +1No license
    • +2Single-language instructions
    • +3Description length 624: enough signal without eating the budget
    • +4Structure: 32 headings
    • +3Step-by-step instructions: 51 items
    • +3Output format is stated explicitly
    • +4Has examples (12 code blocks)

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