AC clawmart
Manage a ClawMart CN store via the backend API. Use this skill whenever the user wants to: register a new ClawMart account, log in to their ClawMart store account, create or edit products, upload product photos, post store notes/announcements/promotions, upload store gallery photos, view or update their store profile, or do any store management task on the ClawMart platform. Trigger even if the user says "注册", "register", "new account", "my store", "shop products", "upload photo to store", "add note to shop", or anything that sounds like signing up or operating a store on ClawMart.
As a process C 63/100 · Has gaps — weak spots: inputs and preconditions, consistency, running it twice
How to improve
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 0
✓ No critical or high findings
Files scanned: 2. 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 63/100
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 9 mutating operations with no state check
- 40Consistency. Frontmatter name (clawmart) differs from the folder (clawmart-cn)
- 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 70When it triggers. States when to use, but not when not to
- 100Steps. 7 steps
- 100Failures and branches. 3 branches, has a failure section
- 100Execution cost. Instruction body is 2068 tokens
- high The skill tells the model to perform an irreversible action with no human approval
- medium 3 test cases, all positive: not one "should refuse" or "should ask first"
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 6 example trigger phrases
- +3Description length 588: enough signal without eating the budget
- +4Structure: 21 headings
- +3Step-by-step instructions: 7 items
- +3Output format is stated explicitly
- +4Has examples (23 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 92.