SKILLEMALL.ai

CC four-meme-ai

CLI tool for creating and trading meme tokens on Four.Meme (BSC), with structured JSON outputs for config, token details, pricing quotes, on-chain events, and TaxToken fee configuration.

ClawHub Agent Skills author: fourmeme v1.0.10 MIT-0 30 files body ≈ 5 869 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process C 57/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions

IntegrationInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
C
71/100
safety, quality, tests
Safety 60%
76
Quality 40%
64
Run on models
none yet
Process rating
C
57/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
Progress reporting w 2
0
the three weakest of ten parameters · all ten

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  2. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
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 · 24

✓ No critical or high findings

Medium and low: 24
  • low Secrets in code secret-high-entropy-token references/agent-creator-and-wallets.md:57
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    - **Address**: `0x09…f13`
    quoted
  • low Secrets in code secret-high-entropy-token references/agent-creator-and-wallets.md:75
    High-entropy token-like string (may be an id, hash or a credential)
    IAgentIdentifier ai = IAgentIdentifier(0x09…f13);
  • low Secrets in code secret-high-entropy-token references/contract-addresses.md:11
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | BSC   | `0xEC…FbC` |
    table
  • low Secrets in code secret-high-entropy-token references/contract-addresses.md:19
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | BSC   | `0x5c…62b` |
    table
  • low Secrets in code secret-high-entropy-token references/contract-addresses.md:27
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | BSC   | `0xF2…034` |
    table
  • low Secrets in code secret-high-entropy-token references/contract-addresses.md:35
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | BSC   | `0x09…f13` |
    table
  • low Secrets in code secret-high-entropy-token references/event-listening.md:3
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    Only **Toke…er2 (V2)** is supported. V1 is not supported. Contract address (BSC): `0x5c…62b`.
    quoted
  • low Secrets in code secret-high-entropy-token references/event-listening.md:28
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const TOKE…ER2 = '0x5c…62b';
    quoted
  • low Secrets in code secret-high-entropy-token scripts/8004-balance.ts:9
    High-entropy token-like string (may be an id, hash or a credential)
    * Default contract: 0x80…432 (BSC).
  • low Secrets in code secret-high-entropy-token scripts/8004-balance.ts:15
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const DEFA…NFT = '0x80…432' as const;
    quoted
  • low Secrets in code secret-high-entropy-token scripts/8004-register.ts:13
    High-entropy token-like string (may be an id, hash or a credential)
    * Default contract: 0x80…432 (BSC).
  • low Secrets in code secret-high-entropy-token scripts/8004-register.ts:20
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const DEFA…NFT = '0x80…432' as const;
    quoted
  • low Secrets in code secret-high-entropy-token scripts/create-token-api.ts:23
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const TOKE…BSC = '0x5c…62b' as const;
    quoted
  • low Secrets in code secret-high-entropy-token scripts/create-token-chain.ts:17
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const TOKE…BSC = '0x5c…62b' as const;
    quoted
  • low Secrets in code secret-high-entropy-token scripts/create-token-instant.ts:23
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const TOKE…BSC = '0x5c…62b' as const;
    quoted
  • low Secrets in code secret-high-entropy-token scripts/execute-buy.ts:14
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const HELPER_ADDRESS = '0xF2…034' as const;
    quoted
  • low Secrets in code secret-high-entropy-token scripts/execute-sell.ts:12
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const HELPER_ADDRESS = '0xF2…034' as const;
    quoted
  • low Secrets in code secret-high-entropy-token scripts/get-recent-events.ts:11
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const TOKE…BSC = '0x5c…62b' as const;
    quoted
  • low Secrets in code secret-high-entropy-token scripts/get-token-info.ts:10
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const HELPER_ADDRESS = '0xF2…034' as const;
    quoted
  • low Secrets in code secret-high-entropy-token scripts/quote-buy.ts:10
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const HELPER_ADDRESS = '0xF2…034' as const;
    quoted
  • low Secrets in code secret-high-entropy-token scripts/quote-sell.ts:10
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const HELPER_ADDRESS = '0xF2…034' as const;
    quoted
  • low Secrets in code secret-high-entropy-token scripts/verify-events.ts:11
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    const TOKE…BSC = '0x5c…62b' as const;
    quoted
  • low Risky intent intent-wallet-secrets SKILL.md:59
    Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (detector / deny-list definition)
    - **Install agents/plugins carefully**: When installing any agent, browser extension, or third-party tool, verify the source to avoid malware that could steal your private key or seed phrase.
    detector
  • low Secrets in code secret-high-entropy-token SKILL.md:281
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    EIP-8004 identity NFT: **register** (mint) and **query balance**. Default contract: `0x80…432` (BSC). Override with env `8004…ESS` or `EIP8…ESS`.
    quoted

Files scanned: 30. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")
  • warning body-long SKILL.md body ≈ 5869 tokens (recommended < 5000); move details to references/

Process rating: all ten parameters 57/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 54 mutating operations with no state check
  • 70Execution cost. Instruction body is 5869 tokens
  • 85Steps. 47 steps, 2 vague phrases
  • 100Tools and files. Tools declared in frontmatter
  • 100Failures and branches. 3 branches, has a failure section
  • 100Consistency. Name and required fields are in place
  • 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 (33 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
  • -318 of 18 scripts are never mentioned in SKILL.md
  • +2Single-language instructions
  • +3Description length 186: enough signal without eating the budget
  • +4Structure: 22 headings
  • +3Step-by-step instructions: 47 items
  • +4Has examples (14 code blocks)
  • +4Reference files are cited in the instructions (10 of 10)
  • +1License stated

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

External checks

ClawHub: suspicious
The skill is transparent about using a wallet key for live BSC actions, but it also enables broad fund transfers through an unpinned external CLI, so users should review it carefully before installing.
LLM: suspicious (high) · VirusTotal: · 29 May 2026