What problem does it solve? Managing multiple MikroTik routers manually is error-prone and time-consuming, especially when generating hotspot vouchers, tracking sales, and monitoring router health across locations. This Skill provides the operational context and conventions of the MikroTik Whisperer platform so an agent can work within its service-layer architecture, coding standards, and RouterOS integration patterns. ## Core Features & Use Cases - Voucher Management: Bulk voucher generation with customizable prefixes, profiles, and expiry tracking via VoucherService. - Router Operations: MikroTik RouterOS command execution with retry logic, exponential backoff, and timeout handling through MikrotikService. - Sales & Monitoring: Revenue analytics, sales-point reporting, and real-time dashboard data for bandwidth and system health. - Use Case: A hotspot operator needs 100 vouchers for a '1GB-24H' profile on a specific router. The agent follows the platform's ServiceResult pattern and Zod validation rules to generate, validate, and persist the vouchers through the service layer. ## Quick Start Ask the agent to generate a batch of hotspot vouchers for a given router profile following the project's service-layer and coding guidelines.