Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage and monitor your Tailscale network and devices using CLI commands to check status and list connected devices securely.
Manage and monitor your Tailscale network and devices using CLI commands to check status and list connected devices securely.
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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
name: Tailscale Network Orchestrator slug: tailscale-orchestrator summary: Manage your Tailscale network and devices directly from ClawBot. description: |- This skill provides commands to check Tailscale status, list connected devices, and perform basic network operations. It leverages the tailscale command-line interface (CLI) installed on the host machine where ClawBot is running. This allows for secure and direct management of your Tailscale network without exposing sensitive API keys directly to the skill. author: Manus AI version: 0.1.0 trigger: "manage tailscale" "tailscale status" "list tailscale devices" commands: name: status description: Displays the current Tailscale status, including connection state and active nodes. usage: "status" script: python3 main.py status name: devices description: Lists all connected devices in your Tailscale network with their status and IP addresses. usage: "devices" script: python3 main.py devices
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.