{
  "schemaVersion": "1.0",
  "item": {
    "slug": "lukso-expert",
    "name": "Lukso Expert",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/LUKSOAgent/lukso-expert",
    "canonicalUrl": "https://clawhub.ai/LUKSOAgent/lukso-expert",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/lukso-expert",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lukso-expert",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/contracts-and-repos.md",
      "references/dev-patterns.md",
      "references/ecosystem.md",
      "references/lsp-standards.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/lukso-expert"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/lukso-expert",
    "agentPageUrl": "https://openagent3.xyz/skills/lukso-expert/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lukso-expert/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lukso-expert/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "LUKSO Expert",
        "body": "Complete knowledge base for building on LUKSO — the blockchain for creative economies,\ndigital identity, and new social standards."
      },
      {
        "title": "Quick Facts",
        "body": "Chain ID: 42 (mainnet) / 4201 (testnet)\nNative token: LYX\nConsensus: Proof of Stake (32 LYX per validator)\nEVM compatible: Yes, unmodified Ethereum execution layer\nUnique: Universal Profiles (smart contract accounts) instead of EOAs\nFounder: Fabian Vogelsteller (also created ERC-20 and ERC-725)"
      },
      {
        "title": "Core Concepts",
        "body": "LUKSO extends Ethereum with LSP standards (LUKSO Standard Proposals) that enable:\n\nSmart accounts (Universal Profiles) with built-in permissions, metadata, and social features\nFlexible tokens (LSP7/LSP8) with safety features like force parameter and universal receiver hooks\nGasless transactions via relay service (LSP25)\nOn-chain social graph via followers system (LSP26)\nProfile customization via The Grid (LSP28)"
      },
      {
        "title": "Architecture Overview",
        "body": "Universal Profile (LSP0/ERC725Account)\n├── KeyManager (LSP6) — permission layer\n│   ├── Controllers — addresses with specific permissions\n│   └── Allowed calls/addresses — fine-grained access control\n├── Profile Data (LSP3) — name, description, avatar, links\n├── Universal Receiver (LSP1) — hooks for incoming transactions\n├── Owned Assets (LSP5) — registry of tokens/NFTs owned\n├── Issued Assets (LSP12) — registry of tokens/NFTs created\n└── The Grid (LSP28) — customizable profile layout"
      },
      {
        "title": "Reference Files",
        "body": "Load these based on what you need:"
      },
      {
        "title": "LSP Standards (references/lsp-standards.md)",
        "body": "Complete reference for ALL LSP standards (LSP0-LSP28+). Includes interfaces,\nfunction signatures, and implementation details. Read when working with any\nspecific LSP or needing to understand the standards architecture."
      },
      {
        "title": "Developer Patterns (references/dev-patterns.md)",
        "body": "Practical code examples and implementation guides. Covers UP creation, token\noperations, permissions, gasless transactions, and common pitfalls. Read when\nwriting code or debugging LUKSO-specific issues."
      },
      {
        "title": "Ecosystem (references/ecosystem.md)",
        "body": "Projects, team, community channels, grants, and chain infrastructure. Read when\nanswering ecosystem questions or looking for project information."
      },
      {
        "title": "Contracts & Repos (references/contracts-and-repos.md)",
        "body": "Deployed contract addresses, GitHub repositories, NPM packages, and API endpoints.\nRead when looking up addresses, ABIs, or integration endpoints."
      },
      {
        "title": "Key Contract Addresses (Mainnet)",
        "body": "ContractAddressLSP26 Follower System0xf01103E5a9909Fc0DBe8166dA7085e0285daDDcAEnvio GraphQLhttps://envio.lukso-mainnet.universal.tech/v1/graphql\n\nFull address list in references/contracts-and-repos.md"
      },
      {
        "title": "Resolve username to UP address",
        "body": "# Envio GraphQL\nquery { Profile(where: {name: {_eq: \"username\"}}) { id name } }"
      },
      {
        "title": "Check UP count",
        "body": "query { Profile_aggregate { aggregate { count } } }"
      },
      {
        "title": "Follow a profile (LSP26)",
        "body": "const LSP26 = \"0xf01103E5a9909Fc0DBe8166dA7085e0285daDDcA\";\nconst calldata = lsp26Contract.methods.follow(targetAddress).encodeABI();\nawait universalProfile.methods.execute(0, LSP26, 0, calldata).send({from: controller});"
      },
      {
        "title": "Important Gotchas",
        "body": "force parameter (LSP7/LSP8): Set to true to send tokens to any address.\nSet to false (default) to only send to UPs with a Universal Receiver — prevents\naccidental sends to EOAs or contracts that can't handle them.\n\n\nLSP6 Permissions: Permissions are bitmask-based. Common mistake: granting\nCALL permission but forgetting EXECUTE_RELAY_CALL for gasless transactions.\n\n\nERC725Y data encoding: Use @erc725/erc725.js for encoding — manual encoding\nis error-prone, especially for VerifiableURI and array types.\n\n\nGas estimation: UP transactions go through KeyManager proxy, so gas estimates\ncan be off. Add 20-30% buffer."
      },
      {
        "title": "Developer Resources",
        "body": "Docs: https://docs.lukso.tech\nGitHub: https://github.com/lukso-network\nMedium: https://medium.com/lukso\nDiscord: https://discord.gg/lukso\nTestnet faucet: https://faucet.testnet.lukso.network"
      }
    ],
    "body": "LUKSO Expert\n\nComplete knowledge base for building on LUKSO — the blockchain for creative economies, digital identity, and new social standards.\n\nQuick Facts\nChain ID: 42 (mainnet) / 4201 (testnet)\nNative token: LYX\nConsensus: Proof of Stake (32 LYX per validator)\nEVM compatible: Yes, unmodified Ethereum execution layer\nUnique: Universal Profiles (smart contract accounts) instead of EOAs\nFounder: Fabian Vogelsteller (also created ERC-20 and ERC-725)\nCore Concepts\n\nLUKSO extends Ethereum with LSP standards (LUKSO Standard Proposals) that enable:\n\nSmart accounts (Universal Profiles) with built-in permissions, metadata, and social features\nFlexible tokens (LSP7/LSP8) with safety features like force parameter and universal receiver hooks\nGasless transactions via relay service (LSP25)\nOn-chain social graph via followers system (LSP26)\nProfile customization via The Grid (LSP28)\nArchitecture Overview\nUniversal Profile (LSP0/ERC725Account)\n├── KeyManager (LSP6) — permission layer\n│   ├── Controllers — addresses with specific permissions\n│   └── Allowed calls/addresses — fine-grained access control\n├── Profile Data (LSP3) — name, description, avatar, links\n├── Universal Receiver (LSP1) — hooks for incoming transactions\n├── Owned Assets (LSP5) — registry of tokens/NFTs owned\n├── Issued Assets (LSP12) — registry of tokens/NFTs created\n└── The Grid (LSP28) — customizable profile layout\n\nReference Files\n\nLoad these based on what you need:\n\nLSP Standards (references/lsp-standards.md)\n\nComplete reference for ALL LSP standards (LSP0-LSP28+). Includes interfaces, function signatures, and implementation details. Read when working with any specific LSP or needing to understand the standards architecture.\n\nDeveloper Patterns (references/dev-patterns.md)\n\nPractical code examples and implementation guides. Covers UP creation, token operations, permissions, gasless transactions, and common pitfalls. Read when writing code or debugging LUKSO-specific issues.\n\nEcosystem (references/ecosystem.md)\n\nProjects, team, community channels, grants, and chain infrastructure. Read when answering ecosystem questions or looking for project information.\n\nContracts & Repos (references/contracts-and-repos.md)\n\nDeployed contract addresses, GitHub repositories, NPM packages, and API endpoints. Read when looking up addresses, ABIs, or integration endpoints.\n\nKey Contract Addresses (Mainnet)\nContract\tAddress\nLSP26 Follower System\t0xf01103E5a9909Fc0DBe8166dA7085e0285daDDcA\nEnvio GraphQL\thttps://envio.lukso-mainnet.universal.tech/v1/graphql\n\nFull address list in references/contracts-and-repos.md\n\nCommon Operations Quick Reference\nResolve username to UP address\n# Envio GraphQL\nquery { Profile(where: {name: {_eq: \"username\"}}) { id name } }\n\nCheck UP count\nquery { Profile_aggregate { aggregate { count } } }\n\nFollow a profile (LSP26)\nconst LSP26 = \"0xf01103E5a9909Fc0DBe8166dA7085e0285daDDcA\";\nconst calldata = lsp26Contract.methods.follow(targetAddress).encodeABI();\nawait universalProfile.methods.execute(0, LSP26, 0, calldata).send({from: controller});\n\nImportant Gotchas\n\nforce parameter (LSP7/LSP8): Set to true to send tokens to any address. Set to false (default) to only send to UPs with a Universal Receiver — prevents accidental sends to EOAs or contracts that can't handle them.\n\nLSP6 Permissions: Permissions are bitmask-based. Common mistake: granting CALL permission but forgetting EXECUTE_RELAY_CALL for gasless transactions.\n\nERC725Y data encoding: Use @erc725/erc725.js for encoding — manual encoding is error-prone, especially for VerifiableURI and array types.\n\nGas estimation: UP transactions go through KeyManager proxy, so gas estimates can be off. Add 20-30% buffer.\n\nDeveloper Resources\nDocs: https://docs.lukso.tech\nGitHub: https://github.com/lukso-network\nMedium: https://medium.com/lukso\nDiscord: https://discord.gg/lukso\nTestnet faucet: https://faucet.testnet.lukso.network"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/LUKSOAgent/lukso-expert",
    "publisherUrl": "https://clawhub.ai/LUKSOAgent/lukso-expert",
    "owner": "LUKSOAgent",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/lukso-expert",
    "downloadUrl": "https://openagent3.xyz/downloads/lukso-expert",
    "agentUrl": "https://openagent3.xyz/skills/lukso-expert/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lukso-expert/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lukso-expert/agent.md"
  }
}