SKILLEMALL.ai

AC claude-api

Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.

LeoYeAI/openclaw-master-skills Agent Skills author: LeoYeAI MIT 27 files body ≈ 4 434 tokens Open the sourcegithub.com analyzed 2 d ago

Build apps with the Claude API or Anthropic SDK.

As a process C 59/100 · Has gaps — 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
92/100
safety, quality, tests
Safety 60%
95
Quality 40%
88
Run on models
none yet
Process rating
C
59/100
Has gaps
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

The same skill appears in 1 more place: openclaw-master-skills

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 · 5

    ✓ No critical or high findings

    Medium and low: 5
    • low Secrets in code secret-high-entropy-token python/claude-api/files-api.md:97
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      file_info = client.beta.files.retrieve_metadata("file…V8w")
      quoted
    • low Secrets in code secret-high-entropy-token python/claude-api/files-api.md:105
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      client.beta.files.delete("file…V8w")
      quoted
    • low Secrets in code secret-high-entropy-token python/claude-api/files-api.md:113
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      file_content = client.beta.files.download("file…V8w")
      quoted
    • low Secrets in code secret-high-entropy-token typescript/claude-api/files-api.md:84
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      await client.beta.files.delete("file…V8w", {
      quoted
    • low Secrets in code secret-high-entropy-token typescript/claude-api/files-api.md:93
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "file…V8w",
      quoted

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

    Against the Agent Skills spec

    • note edit-residue the text marks something as outdated (lines 122, 146, 150, 231, 235): check that old rules are not kept next to new ones — the full check reads the text for contradictions

    Process rating: all ten parameters 59/100

    • 0Inputs and preconditions. Does not say what the process needs to start
    • 0Progress reporting. Says nothing while it works
    • 30Running it twice. 6 mutating operations with no state check
    • 40Consistency. Frontmatter name (claude-api) differs from the folder (claude-api-anthropic)
    • 60Tools and files. Uses tools (bash, web, python) that frontmatter does not declare
    • 60Steps. 48 steps, 5 vague phrases
    • 60Result and completion. Output format stated, no completion criterion
    • 70Execution cost. Instruction body is 4434 tokens
    • 100When it triggers. States when to use and when not to
    • 100Failures and branches. 4 branches, has a failure section
    • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
    • low 10 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)
    • +2Single-language instructions
    • +3Description length 293: enough signal without eating the budget
    • +4Structure: 17 headings
    • +3Step-by-step instructions: 48 items
    • +3Output format is stated explicitly
    • +4Has examples (1 code blocks)
    • +1License stated

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