A powerful developer tool for programmatically managing and updating LSP28 Grid layouts on LUKSO Universal Profiles.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install lsp28-grid
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install lsp28-grid using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables developers to manage LSP28 The Grid on LUKSO Universal Profiles with precision. By leveraging Openclaw Skills, users can create dynamic grid layouts featuring mini-apps, iframes, and external links, all encoded via the VerifiableURI format for on-chain storage. It streamlines the process of updating decentralized profile interfaces using standard LSP0 and LSP6 protocols.
Whether you are building a personal dashboard or an automated profile manager, this tool simplifies the complexity of manual data encoding and transaction execution. It ensures that your LUKSO profile remains interactive and visually consistent by handling the technical requirements of the LSP28 standard seamlessly within your workflow.
To begin using this skill with Openclaw Skills, configure your environment variables with your controller and profile details:
export UP_PRIVATE_KEY="your_controller_private_key"
export UP_ADDRESS="your_universal_profile_address"
export KEY_MANAGER="your_key_manager_address"
Install dependencies and run the update script to push your layout to the blockchain:
# Use the example grid configuration
node scripts/update-grid.js --example
# Load a custom layout from a JSON file
node scripts/update-grid.js --file my-grid.json
The skill organizes data according to the LSP28 specification. The primary storage key used is 0x31cf14955c5b0052c1491ec06644438ec7c14454be5eb6cb9ce4e4edef647423. Items are categorized by type:
| Item Type | Required Fields | Description |
|---|---|---|
| miniapp | id, title, text, backgroundColor, textColor | Interactive buttons for mini-applications |
| iframe | id, title, src | Embedded external web content via URL |
| external | id, title, url | Direct links to external websites |
All layouts are wrapped in an isEditable boolean flag to control user modification permissions on the profile.
Loading
A decentralized social media skill for LUKSO that enables NFT moments, tokenized likes, and AI-powered content creation.

A robust integration to control Meshtastic LoRa nodes via USB for secure, off-grid mesh communication and automated monitoring.

A personality assessment tool that installs specialized AI communication profiles based on the DISC framework to personalize agent interactions.

A specialized bridge for Openclaw Skills that connects local workflows to remote ClickZetta Studio Agents via WebSocket.

A comprehensive technical knowledge base and development guide for building on the LUKSO blockchain using AI agents.

An automated liquid staking integration for StakeWise V3 that handles ETH deposits, osETH minting, and complex keeper-oracle state updates.








































