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
As a process C 54/100 · Has gaps — weak spots: result and completion, inputs and preconditions, failures and branches
How to improve
- 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-tokenreferences/contracts-and-repos.md:40High-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-tokenreferences/contracts-and-repos.md:41High-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-tokenreferences/contracts-and-repos.md:42High-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-tokenreferences/contracts-and-repos.md:54High-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-tokenreferences/contracts-and-repos.md:55High-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-tokenreferences/dev-patterns.md:97High-entropy token-like string (may be an id, hash or a credential)LSP23 Factory: 0x23…a30
-
low Secrets in code
secret-high-entropy-tokenreferences/dev-patterns.md:98High-entropy token-like string (may be an id, hash or a credential)LSP23 PostDeployment: 0x00…F00
-
low Secrets in code
secret-high-entropy-tokenreferences/dev-patterns.md:99High-entropy token-like string (may be an id, hash or a credential)UP Implementation: 0x30…D4F
-
low Secrets in code
secret-high-entropy-tokenreferences/dev-patterns.md:100High-entropy token-like string (may be an id, hash or a credential)LSP6 KM Implementation: 0x2F…8a4
-
low Secrets in code
secret-high-entropy-tokenreferences/dev-patterns.md:101High-entropy token-like string (may be an id, hash or a credential)Default URD (Mainnet): 0x78…00D
-
low Dangerous commands
cmd-pipe-to-shellreferences/ecosystem.md:112Downloads 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-shellreferences/ecosystem.md:423Downloads 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-tokenreferences/lsp-standards.md:48High-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-tokenreferences/lsp-standards.md:51High-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-tokenreferences/lsp-standards.md:77High-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-tokenreferences/lsp-standards.md:78High-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-tokenreferences/lsp-standards.md:79High-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-tokenSKILL.md:87High-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-tokenSKILL.md:107High-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.