I have created an omada-switch-cli-skill using Codex. It seems to be working well.
I’ve been playing with TP-Link Omada switches lately, and constantly digging through the CLI guide was getting annoying. So I made a small Skill based on the Omada Switch CLI Guide.
You can ask things in plain English, like:
How do I configure an access port for VLAN 20?
How do I set up a trunk/uplink port?
How do I check VLAN settings?
And it returns the related CLI commands, explains what each line does, and reminds you to verify everything against your actual model/firmware/config.
A few demos:
Q: I want to configure the first port of the Omada switch as an Access port with VLAN 5, the second port as an Access port with VLAN 10, and the 10th port as a Trunk port, including VLAN 5 and VLAN 10. The 1st to 8th ports of this Omada switch are 2.5G ports, while the 9th and 10th ports are 10G ports. How should I configure it? What are the commands?
A: I screenshoot a partof it.

GitHub:
https://github.com/aidenwang98/omada-switch-cli-skill.git
This is just a product of my momentary inspiration. I'm sharing it with you all, hoping it will be useful to you.
