SKILLEMALL.ai

BF potato-tipper

Skill for AI agents to setup the Potato Tipper on a Universal Profile on LUKSO (requires private key), and learn to build innovative tip-on-follow solutions.

ClawHub Agent Skills author: Jean Cvllr v1.0.2 19 files · 1 script body ≈ 2 642 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process F 39/100 · Will not run — References files that are not bundled: 3, 2

GeneratorInfrastructureAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
75/100
safety, quality, tests
Safety 60%
78
Quality 40%
70
Run on models
none yet
Process rating
F
39/100
Will not run
References files that are not bundled: 3, 2
Tools and files w 18
0
Result and completion w 14
0
Inputs and preconditions w 11
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 text references files that are not there: add them or drop the references.
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 · 22

✓ No critical or high findings

Medium and low: 22
  • low Secrets in code secret-high-entropy-token README.md:31
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | PotatoTipper | `0x5e…73d` | `0xB8…d66` |
    table
  • low Secrets in code secret-high-entropy-token README.md:32
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | $POTATO Token | `0x80…1ce` | `0xE8…A13` |
    table
  • low Secrets in code secret-high-entropy-token references/addresses.md:7
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | LUKSO Mainnet | `0x5e…73d` |
    table
  • low Secrets in code secret-high-entropy-token references/addresses.md:8
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | LUKSO Testnet | `0xB8…d66` |
    table
  • low Secrets in code secret-high-entropy-token references/addresses.md:16
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | LUKSO Mainnet | `0x80…1ce` |
    table
  • low Secrets in code secret-high-entropy-token references/addresses.md:17
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | LUKSO Testnet | `0xE8…A13` |
    table
  • low Secrets in code secret-high-entropy-token references/addresses.md:25
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | LUKSO Mainnet | `0xf0…DcA` |
    table
  • low Secrets in code secret-high-entropy-token references/config-and-data-keys.md:15
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    - `LSP1…ion`
    quoted
  • low Secrets in code secret-high-entropy-token references/config-and-data-keys.md:24
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    - `LSP1…ion`
    quoted
  • low Secrets in code secret-high-entropy-token references/repo-overview.md:17
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    - Implements `ILSP…ate`.
    quoted
  • low Secrets in code secret-high-entropy-token references/solidity-examples.md:85
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)
    import {ILSP…ate} from "@lukso/lsp1…cts/contracts/ILSP…sol";
    fixture
  • low Secrets in code secret-high-entropy-token references/solidity-examples.md:168
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)
    resultDefaultDelegate = ILSP…ate(lsp1…ate)
    fixture
  • low Secrets in code secret-high-entropy-token references/solidity-examples.md:186
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)
    resultTypeIdDelegate = ILSP…ate(lsp1…ate)
    fixture
  • low Secrets in code secret-high-entropy-token references/solidity-examples.md:205
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)
    > Both delegates must implement the `ILSP…ate` interface. The owner of the contract can configure delegates via `setData(...)` using the same ERC725Y data keys a Universal Profil
    fixturequoted
  • low Secrets in code secret-high-entropy-token references/typescript-examples.md:38
    High-entropy token-like string (may be an id, hash or a credential) (placeholder value)
    keyName: 'LSP1…te:<bytes32>',
    placeholder
  • low Secrets in code secret-high-entropy-token references/typescript-examples.md:43
    High-entropy token-like string (may be an id, hash or a credential) (placeholder value)
    keyName: 'LSP1…te:<bytes32>',
    placeholder
  • low Secrets in code secret-high-entropy-token references/typescript-examples.md:83
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)
    const POTATO_TIPPER_MAINNET = '0x5e…73d';
    fixturequoted
  • low Secrets in code secret-high-entropy-token references/typescript-examples.md:117
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)
    const POTATO_TOKEN_MAINNET = '0x80…1ce';
    fixturequoted
  • low Secrets in code secret-high-entropy-token scripts/setup_potato_tipper.sh:48
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    POTATO_TIPPER_ADDRESS="0xB8…d66"
    quoted
  • low Secrets in code secret-high-entropy-token scripts/setup_potato_tipper.sh:49
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    POTATO_TOKEN_ADDRESS="0xE8…A13"
    quoted
  • low Secrets in code secret-high-entropy-token scripts/setup_potato_tipper.sh:52
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    POTATO_TIPPER_ADDRESS="0x5e…73d"
    quoted
  • low Secrets in code secret-high-entropy-token scripts/setup_potato_tipper.sh:53
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    POTATO_TOKEN_ADDRESS="0x80…1ce"
    quoted

Files scanned: 19. 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 missing-ref reference to a missing file: 3
  • warning missing-ref reference to a missing file: 2

Process rating: all ten parameters 39/100

Will not run. References files that are not bundled: 3, 2
  • 0Tools and files. 2 referenced file(s) missing: 3, 2
  • 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. 4 mutating operations with no state check
  • 60Failures and branches. 2 branches
  • 100Steps. 44 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 2642 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
  • +1No license
  • +2Single-language instructions
  • +3Description length 157: enough signal without eating the budget
  • +4Structure: 18 headings
  • +3Step-by-step instructions: 44 items
  • +4Has examples (2 code blocks)
  • +4Reference files are cited in the instructions (11 of 11)
  • +3All 1 scripts are documented

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

External checks

ClawHub: suspicious
The skill appears to do its stated Potato Tipper setup work, but it needs review because it uses a raw private key and can broadcast transactions that grant token-spending permission.
LLM: suspicious (high) · VirusTotal: suspicious · 28 May 2026