universal-profile

Manage LUKSO Universal Profiles for identity, permissions, tokens, and gasless relay transactions.

2|2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/lukso-network/openclaw-universalprofile-skill --skill universal-profile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: universal-profile
Source: https://github.com/lukso-network/openclaw-universalprofile-skill/tree/main/skill
Command: npx skills add https://github.com/lukso-network/openclaw-universalprofile-skill --skill universal-profile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Universal Profile skill simplifies the orchestration of LUKSO UPs by providing a unified interface to manage identity, permissions, token operations, and gasless relay transactions from Clawdbot.

Core Features & Use Cases

  • Centralized UP management with granular permission control via the LSP6 Key Manager.
  • Token deployment and NFT interactions (LSP7/LSP8) from UPs, including gasless relay transactions (LSP25).
  • CLI commands and a programmatic API to configure profiles, approve controllers, and execute direct or relay transactions in automated workflows.

Quick Start

Install or import the universal-profile skill into Clawdbot, configure your UP address and key manager, then call high-level APIs such as createUniversalProfile or deployLSP7Token to perform typical operations.

Frequently Asked Questions about universal-profile

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage LUKSO Universal Profile permissions and execute gasless transactions?

LUKSO Universal Profile management involves using LSP6 Key Manager for granular permission control and LSP25 for signing gasless relay transactions. This provides a unified interface to securely administer identity, approve controllers, and execute on-chain actions without paying gas directly.

Can I deploy LSP7 tokens and LSP8 NFTs directly from my Universal Profile?

Yes, deploying LSP7 tokens and LSP8 NFTs directly from Universal Profiles is supported through the skill's token deployment APIs. It handles the encoding and contract interactions required to issue fungible tokens and non-fungible token operations on LUKSO networks.

What is LSP25 relay execution and when do I need it for UP administration?

LSP25 relay execution is a standard for gasless transactions where a relay processes signed calls on behalf of a Universal Profile. You need it when automating UP administration workflows where the profile owner wants to execute on-chain actions without directly spending gas.

Does this tool work with LUKSO network standards like LSP0, LSP1, and LSP6?

Yes, the tool is built explicitly to interact with LUKSO standards including LSP0 for Universal Profiles, LSP1 for Universal Receiver, and LSP6 for Key Manager permissions. It relies on these established protocols to securely encode permissions and sign relay calls.

How to automate LUKSO Universal Profile workflows via CLI and programmatic APIs?

You can automate Universal Profile workflows by utilizing the provided CLI commands and programmatic APIs to configure profiles and execute transactions. Importing the skill allows you to call high-level APIs like createUniversalProfile or deployLSP7Token within automated scripts.

What are the limitations of managing Universal Profiles without a unified interface?

Managing Universal Profiles manually requires individually encoding permissions for LSP6, structuring LSP25 relay signatures, and interacting with LSP0 contracts. Without a unified interface, orchestrating identity, token deployments, and gasless transactions across LUKSO networks becomes highly complex and error-prone.