SKILLEMALL.ai

BC lukso-expert

Comprehensive LUKSO blockchain knowledge base for AI agents. Makes any agent a LUKSO expert — covering all LSP standards (LSP0-LSP28), Universal Profiles, smart contract development, ecosystem projects, and developer tooling. USE WHEN: - Building on LUKSO (smart contracts, dApps, integrations) - Working with Universal Profiles (creation, permissions, metadata) - Deploying or interacting with LSP7/LSP8 tokens - Setting up gasless relay transactions (LSP25) - Managing KeyManager permissions (LSP6) - Working with The Grid (LSP28), Followers (LSP26), or any LSP standard - Answering questions about LUKSO ecosystem, projects, or architecture - Looking up contract addresses, ABIs, or API endpoints - Debugging LUKSO-specific issues (permissions, encoding, gas) DON'T USE WHEN: - Working with non-LUKSO EVM chains (use standard Ethereum patterns) - General Solidity questions unrelated to LSP standards

ClawHub Agent Skills author: LUKSO Agent v1.0.0 5 files body ≈ 1 061 tokens Open the sourceclawhub.ai analyzed 2 d ago

As a process C 54/100 · Has gaps — weak spots: result and completion, inputs and preconditions, failures and branches

ReferenceGitHubAI and agentsSoftware developmentInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
84/100
safety, quality, tests
Safety 60%
81
Quality 40%
89
Run on models
none yet
Process rating
C
54/100
Has gaps
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

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

    ✓ No critical or high findings

    Medium and low: 19
    • low Secrets in code secret-high-entropy-token references/contracts-and-repos.md:40
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | **LSP23 Linked Contracts Factory** | `0x23…a30` |
      table
    • low Secrets in code secret-high-entropy-token references/contracts-and-repos.md:41
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | **UP Post Deployment Module** (LSP23) | `0x00…F00` |
      table
    • low Secrets in code secret-high-entropy-token references/contracts-and-repos.md:42
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | **LSP16 Universal Factory** | `0x16…C4e` |
      table
    • low Secrets in code secret-high-entropy-token references/contracts-and-repos.md:54
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | **Universal Profile (LSP0) Impl** | v0.14.0 | `0x30…D4F` |
      table
    • low Secrets in code secret-high-entropy-token references/contracts-and-repos.md:55
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | **LSP6 Key Manager Impl** | v0.14.0 | `0x2F…8a4` |
      table
    • low Secrets in code secret-high-entropy-token references/dev-patterns.md:97
      High-entropy token-like string (may be an id, hash or a credential)
      LSP23 Factory:              0x23…a30
    • low Secrets in code secret-high-entropy-token references/dev-patterns.md:98
      High-entropy token-like string (may be an id, hash or a credential)
      LSP23 PostDeployment:       0x00…F00
    • low Secrets in code secret-high-entropy-token references/dev-patterns.md:99
      High-entropy token-like string (may be an id, hash or a credential)
      UP Implementation:          0x30…D4F
    • low Secrets in code secret-high-entropy-token references/dev-patterns.md:100
      High-entropy token-like string (may be an id, hash or a credential)
      LSP6 KM Implementation:     0x2F…8a4
    • low Secrets in code secret-high-entropy-token references/dev-patterns.md:101
      High-entropy token-like string (may be an id, hash or a credential)
      Default URD (Mainnet):      0x78…00D
    • low Dangerous commands cmd-pipe-to-shell references/ecosystem.md:112
      Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation table row; the skill's own vendor host)
      | **LUKSO CLI** | `curl https://install.lukso.network | sh` — node/validator setup |
      tablevendor-host
    • low Dangerous commands cmd-pipe-to-shell references/ecosystem.md:423
      Downloads and executes remote code from an unrecognised host (pipe to shell) (the skill's own vendor host; quoted — discussed, not commanded)
      2. **Medium (LUKSO CLI):** `curl https://install.lukso.network | sh` → `lukso init` → `lukso install` → `lukso start --validator`
      vendor-hostquoted
    • low Secrets in code secret-high-entropy-token references/lsp-standards.md:48
      High-entropy token-like string (may be an id, hash or a credential)
      LSP1…te: (check @lukso/lsp1…cts)
    • low Secrets in code secret-high-entropy-token references/lsp-standards.md:51
      High-entropy token-like string (may be an id, hash or a credential)
      LSP8…et: (check @lukso/lsp8…cts)
    • low Secrets in code secret-high-entropy-token references/lsp-standards.md:77
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | LSP23 Linked Contracts Factory | `0x23…a30` |
      table
    • low Secrets in code secret-high-entropy-token references/lsp-standards.md:78
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | LSP26 Follower System | `0xf0…DcA` |
      table
    • low Secrets in code secret-high-entropy-token references/lsp-standards.md:79
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | Nick Factory (deterministic deployer) | `0x4e…56C` |
      table
    • low Secrets in code secret-high-entropy-token SKILL.md:87
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | LSP26 Follower System | `0xf0…DcA` |
      table
    • low Secrets in code secret-high-entropy-token SKILL.md:107
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      const LSP26 = "0xf0…DcA";
      quoted

    Files scanned: 5. 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 54/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
    • 30Running it twice. 5 mutating operations with no state check
    • 50When it triggers. No condition that starts the skill
    • 100Tools and files. No external tools needed
    • 100Steps. 20 steps
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 1061 tokens

    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
    • +3Description length 903: 120–800 characters recommended
    • +3Output format is not stated: the model decides each time
    • +1No license
    • +2Single-language instructions
    • +4Description says when NOT to use the skill
    • +4Structure: 16 headings
    • +3Step-by-step instructions: 20 items
    • +4Has examples (4 code blocks)
    • +4Reference files are cited in the instructions (4 of 4)

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

    External checks

    ClawHub: clean
    This is a coherent instruction-only LUKSO reference skill, with user-directed blockchain examples that should be reviewed before copying or running.
    LLM: benign (high) · VirusTotal: suspicious · 19 May 2026