BC cl-lp-rebalancer
Uniswap V3 集中流动性 LP 自动调仓策略。基于波动率自适应范围宽度:低波动率收紧范围(高资本效率),高波动率放宽范围(减少调仓和 IL)。支持趋势不对称调整、多时间框架分析、自动 claim/remove/swap/deposit 全流程。适用于 EVM L2 链上 CL LP 管理、调仓、范围优化、手续费最大化场景。用户查询收益、PnL、仓位、头寸状态、LP 状况、年化、手续费、无常损失时,调用 status 子命令即可获取(每 5 分钟缓存一次,秒级响应)。
Uniswap V3 集中流动性 LP 自动调仓策略。基于波动率自适应范围宽度:低波动率收紧范围(高资本效率),高波动率放宽范围(减少调仓和 IL)。支持趋势不对称调整、多时间框架分析、自动 claim/remove/swap/deposit 全流程。适用于 EVM L2 链上 CL LP…
As a process C 55/100 · Has gaps — weak spots: result and completion, when it triggers, progress reporting
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- 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 · 9
✓ No critical or high findings
Medium and low: 9
-
low Dangerous commands
cmd-cron-mentionINTRODUCTION.md:271Mentions editing / listing crontabcrontab -e
-
low Exfiltration
read-dotenvREADME.md:67Reads a .env filecp ../.env.example .env # 填入 API keys + 钱包地址
-
low Exfiltration
exfil-webhook-urlreferences/cl_lp.py:2168Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)url = f"https://api.telegram.org/bot{TELEGRAM_BOT_TOKEN}/sendMessage"placeholder -
low Secrets in code
secret-high-entropy-tokenreferences/cli-reference.md:73High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "0x83…913",
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/cli-reference.md:367High-entropy token-like string (may be an id, hash or a credential)--to 0x83…913 \
-
low Secrets in code
secret-high-entropy-tokenreferences/cli-reference.md:400High-entropy token-like string (may be an id, hash or a credential)--to 0x83…913 \
-
low Secrets in code
secret-high-entropy-tokenreferences/cli-reference.md:433High-entropy token-like string (may be an id, hash or a credential)--token 0x83…913 \
-
low Secrets in code
secret-high-entropy-tokenreferences/cli-reference.md:487High-entropy token-like string (may be an id, hash or a credential)--to 0x83…913 \
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:466High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"token1": "0x83…913",
quoted
Files scanned: 12. 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") - warning
body-longSKILL.md body ≈ 5471 tokens (recommended < 5000); move details to references/
Process rating: all ten parameters 55/100
- 0Result and completion. Does not say what the result is
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (web) that frontmatter does not declare
- 70Inputs and preconditions. Inputs and preconditions are listed
- 70Execution cost. Instruction body is 5471 tokens
- 85Steps. 99 steps, 1 vague phrases
- 100Consistency. Name and required fields are in place
- 100Running it twice. Mutating operations check current state
- low 12 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (26 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
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- -42 reference files, but SKILL.md never points to them: the model will not open them
- +2Single-language instructions
- +3Description length 239: enough signal without eating the budget
- +4Structure: 38 headings
- +3Step-by-step instructions: 99 items
- +4Has examples (13 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 59.