What problem does it solve? Sharing a local HTML report, demo, or build output usually means uploading to a hosting service or sending files around. This Skill publishes any local directory to a stable HTTPS URL on your Tailscale node's hostname using the tailshare CLI, so anyone on the tailnet can open it immediately. ## Core Features & Use Cases - Publish directories: Run tailshare publish --src <dir> --dist share/<path> to serve a directory and get back a URL like https://cachy.tail46c968.ts.net/share/<name>/. - List and remove shares: Use tailshare list to see published content with sizes and URLs, and tailshare rm share/<path> to unpublish. - Visibility checks: tailshare funnel status reveals whether shares are also exposed to the public internet, which matters before publishing anything sensitive. - Use Case: You generated a cost-estimate HTML report and want a teammate on the tailnet to review it. Wrap it as index.html in a scratch directory, publish to share/cake/cost-scaling-estimate, and relay the printed URL. ## Quick Start Publish my report directory to the tailnet with tailshare and give me the shareable URL.