BF mt5-httpapi
HTTP client for a user-deployed mt5-httpapi MetaTrader 5 bridge. Use ONLY when the user has explicitly installed and configured mt5-httpapi AND provided MT5_API_URL. Read endpoints (account, symbols, rates, ticks, server-side technical-analysis enrichment via the wickworks sidecar, history, backtest report fetching) are safe to invoke. Trade-mutating endpoints on /orders and /positions require explicit per-action confirmation showing symbol, side, volume, and SL/TP; terminal shutdown/restart also require explicit confirmation naming the target terminal and operation. Never invoke mutations on inferred intent. Do not use this skill for generic market-data, charting, or trading questions where the user hasn't named mt5-httpapi.
As a process F 63/100 · Will not run — References files that are not bundled: assets/experts/*.ex5, assets/sets/*.set, assets/experts/
How to improve
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- The text references files that are not there: add them or drop the references.
- 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 Risky intent
intent-offensive-securitySKILL.md:38Offensive-security / dual-use content (legitimate for authorised testing; review intended use)3. **No credential harvesting.** Read `MT5_…KEN` only from the environment variable the user set, or ask the user. Never read tokens, passwords, server names, or login numbers from `config/config
Files scanned: 3. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 7564 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: assets/experts/*.ex5 - warning
missing-refreference to a missing file: assets/sets/*.set - warning
missing-refreference to a missing file: assets/experts/ - warning
missing-refreference to a missing file: assets/sets/ - note
frontmatter-keyunknown frontmatter key "permissions"
Process rating: all ten parameters 63/100
- 0Tools and files. 4 referenced file(s) missing: assets/experts/*.ex5, assets/sets/*.set, assets/experts/
- 0Result and completion. Does not say what the result is
- 30Running it twice. 9 mutating operations with no state check
- 70Execution cost. Instruction body is 7564 tokens
- 100Steps. 49 steps
- 100When it triggers. States when to use and when not to
- 100Inputs and preconditions. Inputs and preconditions are listed
- 100Failures and branches. 13 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low The response is described with custom markup (8 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
- +5Description has no quoted example phrases that should trigger the skill
- +3Output format is not stated: the model decides each time
- -2localhost URLs: will not work for another user
- +1No license
- +2Single-language instructions
- +4Description says when NOT to use the skill
- +3Description length 735: enough signal without eating the budget
- +4Structure: 20 headings
- +3Step-by-step instructions: 49 items
- +4Has examples (18 code blocks)
- +4Reference files are cited in the instructions (1 of 1)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 67.