What problem does it solve? Managing VPN proxy users on a 3x-ui panel involves error-prone details: millisecond timestamps, byte-versus-gigabyte quotas, negative expiry trials, and destructive cleanup tools whose exact semantics are easy to get wrong. This Skill encodes the correct procedures for the full client lifecycle so accounts are provisioned, renewed, reported on, and removed without breaking credentials or deleting the wrong users. ## Core Features & Use Cases - Onboarding and handover: Create email-keyed clients with quotas, expiry, IP limits, and subscription IDs, then distribute access via subscription URLs or raw inbound links. - Bulk renewals and adjustments: Extend days or gigabytes across many clients with delta-based bulk tools, including correct handling of unstarted trials and skipped-client reasons. - Reporting and cleanup: Page through clients server-side, find unused or over-shared accounts, and safely run depleted or orphan client deletion after enumerating what will be removed. - Use Case: A reseller needs to renew 50 subscriptions by 30 days and 50 GB, then clean up expired accounts. The Skill applies bulk adjustments, reports which clients were skipped and why, and lists depleted clients for confirmation before deletion. ## Quick Start Ask the agent to create a new 3x-ui client named alice on inbound 7 with a 100 GB quota and 30-day expiry, then return her subscription link.