Account & Authentication
Account signup, login via email/OTP/wallet/biometric, token refresh, password reset, and session management.
Why use this skill?
Master OpenClaw account management. Learn to handle email OTP, biometric login, Web3 wallet linking, and secure session management for the AIOT Network.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/d9m1n1c/aiotnetwork-account-authWhat This Skill Does
The Account & Authentication skill for OpenClaw is a comprehensive module designed to manage the full lifecycle of user identities within the AIOT Network ecosystem. It provides robust tools for identity verification, session handling, and security-critical operations. The skill supports traditional email and password workflows, modern biometric authentication, and Web3-integrated experiences such as wallet linking and nonce-based verification. By centralizing these tasks, the skill ensures that AI agents can interact with secure backend services reliably, maintaining session state and handling token refreshes automatically to prevent service interruptions during long-running tasks.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/d9m1n1c/aiotnetwork-account-auth
Ensure your local environment configuration allows for connectivity to the base API at https://payment-api-dev.aiotnetwork.io. If you are developing locally, override this by setting the AIOT_API_BASE_URL environment variable to your local endpoint (e.g., http://localhost:8080).
Use Cases
- Secure Onboarding: Automate the email/OTP verification flow for new users wanting to create an AIOT account.
- Wallet Integration: Seamlessly link or unlink cryptocurrency wallets to an existing user profile for decentralized features.
- Session Management: Maintain stateful interactions by handling token refreshes or providing a unified logout mechanism for all active device sessions.
- Account Security: Facilitate password resets and account unlocking procedures to assist users who have lost access to their credentials.
- Developer Workflows: Build agents that automatically authenticate against the AIOT platform to perform authorized data requests on behalf of a user.
Example Prompts
- "I need to create a new account with my email [email protected]. Please start the OTP registration process for me."
- "Can you help me link my Web3 wallet to my current account? I have the public address ready."
- "My session seems to be acting up, could you refresh my authentication token or show me how to logout of all my active devices?"
Tips & Limitations
- Security: Always treat the verification tokens and refresh tokens as sensitive data. Avoid logging raw response bodies from authentication endpoints.
- Rate Limiting: Note that
otp_rate_limit_statusis available; use this to inform the user if they have exceeded request thresholds before blindly attempting another OTP send. - Authentication: Remember that endpoints tagged with 'Requires auth' will fail unless a valid
Authorization: Bearer <access_token>header is present. Ensure your agent workflow correctly captures the access token from the login flow before calling protected tools likeget_account.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-d9m1n1c-aiotnetwork-account-auth": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
Crypto Wallet
Discover supported cryptocurrencies, generate deposit addresses, and withdraw crypto to external wallets.
KYC & Identity
Know-Your-Customer verification via MasterPay Global. Submit personal data, upload identity documents, and track approval status.
Card Management
Create and manage virtual cards via MasterPay Global. Supports single-use cards for one-time purchases and multi-use cards for repeated use.
Blockchain & DID
Decentralized identity (DID) management, on-chain KYC status, and membership tiers with token staking.
Payments & Banking
Fund wallets, transfer money, send remittances, and convert currencies. Includes top-up via multiple payment methods and international money transfers.