BD shejian
舌尖香港门店AI助手(支持环境变量) 当用户发送任何与门店运营相关的中文信息时触发,包括但不限于: - 报告商品库存状态,如"番茄卖完了"、"胡萝卜还剩5斤"、"白菜今天卖了20斤" - 查询今日库存、销售情况、进货记录、操作日志 - 录入进货信息,如"今天收到50斤胡萝卜" - 查询门店所在城市天气,如"明天天气如何"、"会下雨吗" API Token 从各 agent workspace 的 `SHEJIAN.md` 中读取(由 AGENTS.md 启动时指引读取)。Base URL 默认 `https://s.xingke888.com`。 通过调用舌尖香港门店管理系统的API,帮助用户完成库存查询、销售补录、进货管理、天气查询等操作。
As a process D 41/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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 Exfiltration
net-credential-useSKILL.md:41Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s "https://s.xi…com/api/inventory" -H "Authorization: Bearer $SHEJ…5v5"
vendor-host
Files scanned: 2. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when")
Process rating: all ten parameters 41/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 40Consistency. Frontmatter name (shejian) differs from the folder (store-ai)
- 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
- 100Steps. 88 steps
- 100Execution cost. Instruction body is 1217 tokens
- 100Running it twice. No mutating operations
- medium 5 test cases, all positive: not one "should refuse" or "should ask first"
- low No test case covers injection arriving through data
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)
- +3Output format is not stated: the model decides each time
- -214 emoji in the instructions: noise for the model
- +1No license
- +2Single-language instructions
- +5Description quotes 4 example trigger phrases
- +3Description length 326: enough signal without eating the budget
- +4Structure: 37 headings
- +3Step-by-step instructions: 88 items
- +4Has examples (4 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 75.