SKILLEMALL.ai

BD ghostbot-aclm

GhostBot ACLM — AI-powered Automated Concentrated Liquidity Manager for Uniswap v4. Manage liquidity positions, auto-rebalance out-of-range positions, optimize LP fees dynamically, execute limit orders (stop-loss, take-profit), and monitor oracle signals — all from chat. Deployed on Ethereum Sepolia with verified contracts. Use this skill when users ask about DeFi liquidity provision, Uniswap v4 hooks, pool management, LP positions, impermanent loss, or automated market making.

ClawHub Agent Skills author: AqilJaafree v1.0.0 12 files body ≈ 1 878 tokens Open the sourceclawhub.ai analyzed 2 d ago

As a process D 48/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

AnalyzerInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
82/100
safety, quality, tests
Safety 60%
85
Quality 40%
77
Run on models
none yet
Process rating
D
48/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
0
the three weakest of ten parameters · all ten
This is a copy of a skill from another catalog; the rating counts the canonical one: ghostbot-aclm (ClawHub)

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

    ✓ No critical or high findings

    Medium and low: 15
    • low Secrets in code secret-high-entropy-token references/contracts.md:6
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      - **Address**: `0xbD…AC0`
      quoted
    • low Secrets in code secret-high-entropy-token references/contracts.md:12
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      - **Address**: `0x30…027`
      quoted
    • low Secrets in code secret-high-entropy-token references/contracts.md:17
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      - **Address**: `0xE0…543`
      quoted
    • low Secrets in code secret-high-entropy-token references/contracts.md:20
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      - **GBB (currency0)**: `0x07…F36` — has public `mint(address, uint256)`
      quoted
    • low Secrets in code secret-high-entropy-token references/contracts.md:21
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      - **GBA (currency1)**: `0xB9…26E` — has public `mint(address, uint256)`
      quoted
    • low Secrets in code secret-high-entropy-token scripts/config.mjs:8
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      oracle: "0x30…027",
      quoted
    • low Secrets in code secret-high-entropy-token scripts/config.mjs:9
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      hook: "0xbD…AC0",
      quoted
    • low Secrets in code secret-high-entropy-token scripts/config.mjs:10
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      poolManager: "0xE0…543",
      quoted
    • low Secrets in code secret-high-entropy-token scripts/config.mjs:11
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      currency0: "0x07…F36", // GBB (sorted lower)
      quoted
    • low Secrets in code secret-high-entropy-token scripts/config.mjs:12
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      currency1: "0xB9…26E", // GBA (sorted higher)
      quoted
    • low Secrets in code secret-high-entropy-token SKILL.md:38
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | OpenClawACLMHook | `0xbD…AC0` | [View](https://sepolia.etherscan.io/address/0xbD…AC0) |
      table
    • low Secrets in code secret-high-entropy-token SKILL.md:39
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition; documentation table row)
      | OpenClawOracle | `0x30…027` | [View](https://sepolia.etherscan.io/address/0x30…027) |
      detectortable
    • low Secrets in code secret-high-entropy-token SKILL.md:40
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition; documentation table row)
      | PoolManager | `0xE0…543` | Uniswap v4 Sepolia |
      detectortable
    • low Secrets in code secret-high-entropy-token SKILL.md:41
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | Token GBB (currency0) | `0x07…F36` | Test token |
      table
    • low Secrets in code secret-high-entropy-token SKILL.md:42
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | Token GBA (currency1) | `0xB9…26E` | Test token |
      table

    Files scanned: 12. 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 48/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
    • 30Running it twice. 2 mutating operations with no state check
    • 85Steps. 24 steps, 1 vague phrases
    • 100Tools and files. No external tools needed
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 1878 tokens
    • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing

    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
    • -31 of 7 scripts are never mentioned in SKILL.md
    • +1No license
    • +2Single-language instructions
    • +3Description length 482: enough signal without eating the budget
    • +4Structure: 20 headings
    • +3Step-by-step instructions: 24 items
    • +4Has examples (10 code blocks)

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

    External checks

    ClawHub: suspicious
    This Sepolia DeFi skill is not malicious, but it can sign blockchain transactions and handle private keys with weaker safeguards than users are likely to expect.
    LLM: suspicious (high) · VirusTotal: suspicious · 10 Sept 2026