Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage multiple paths with tailscale serve, serving files, directories, or ports simultaneously without conflicts and control via background mode.
Manage multiple paths with tailscale serve, serving files, directories, or ports simultaneously without conflicts and control via background mode.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Manage multiple paths with tailscale serve without conflicts.
tailscale serve status
# Directory tailscale serve --bg --set-path /slides /path/to/directory # Single file tailscale serve --bg --set-path /presentation /path/to/file.html # Port (for running services) tailscale serve --bg --set-path /api http://localhost:8080
tailscale serve --bg 8888
tailscale serve --https=443 /slides off
tailscale serve reset
Path conflicts: Serving at / will override all other paths Background mode: Use --bg to keep it running Multiple paths: You can serve multiple things simultaneously with different paths Status first: Always check tailscale serve status before adding new paths
# If control UI is at /, serve presentation at a subpath tailscale serve --bg --set-path /slides ~/clawd/personal-agents-presentation.html # Access at: https://[hostname].ts.net/slides
tailscale serve --bg --set-path /docs ~/documents tailscale serve --bg --set-path /slides ~/presentations tailscale serve --bg --set-path /files ~/files
tailscale serve --bg --set-path /app http://localhost:3000
Check current status: tailscale serve status Choose an unused path (e.g., /slides, /docs, /api) Serve with --set-path /your-path /source Verify with tailscale serve status again Share the full URL: https://[hostname].ts.net/your-path
"Can't access my served content" Check tailscale serve status - is it at the path you expect? Did something else overwrite the root /? "Want to replace everything with a port" tailscale serve reset tailscale serve --bg 8888 "Want to add to existing setup" # Don't use reset! Just add with --set-path tailscale serve --bg --set-path /newpath /source
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.