What problem does it solve? Your DCode WebUI only listens on localhost or the LAN, so you cannot reach it from outside your network or share it with others. This Skill automates the entire process of publishing it to the internet: it detects whether the WebUI is running, installs cloudflared cross-platform, opens a Cloudflare quick tunnel, and verifies the public URL actually responds before handing it over. ## Core Features & Use Cases - Automatic tunnel setup: Detects WebUI status on port 25808, self-installs the cloudflared binary for macOS, Linux, or Windows, and launches a quick tunnel with the required --protocol http2 flag to avoid HTTP 530 failures. - Verified handoff: Probes the public *.trycloudflare.com URL until it returns HTTP 200 and confirms the AionUi page title before sharing the link. - Security hardening: Checks that the WebUI password is strong before going public and can change credentials through the /api/webui/change-password and /api/webui/change-username endpoints. - Use Case: You are traveling and need to reach your home machine's DCode WebUI from your laptop. Ask the assistant to make it public; it flips nothing itself except guiding you to one toggle, then returns a working public URL with honest notes about its temporary nature. ## Quick Start Ask the assistant to make my local DCode WebUI accessible from the public internet and give me the working link.