omada-controller
Installation
SKILL.md
Omada SDN Controller API
Manage TP-Link Omada SDN Controllers via the Open API (OpenAPI 3.0.1).
Compatibility
The Open API is available in Omada SDN Controller v5.9 and later (both the Software Controller and Cloud-Based Controller). Earlier versions only have an undocumented internal API that uses cookie-based session auth — this skill does not cover that legacy API.
The Open API feature must be explicitly enabled by an administrator before use.
Environment Setup
Before making any API calls, you need three environment variables. If the user has not provided these or a .env file does not exist, walk them through the setup:
- Find the controller URL — Ask the user for their Omada Controller address. This is typically
https://<host>:8043for the Software Controller. The port may differ if customized during installation.