states
When developing your Skills, you can use the following states that are injected by the Moxie Client to access user-level data and build logic based on them:
📄️ agentName
agentName state returns the agent's name in string type.
📄️ agentWallet
agentWallet state returns a class instance of Moxie agent's embedded wallet that can be used to execute transactions and sign messages.
📄️ moxieUserInfo
moxieUserInfo state returns all Moxie user's related information, from user ID, username, wallet, etc.