← 返回 Skills 市场
Tailscale Network Orchestrator
作者
Sahil Bhonde
· GitHub ↗
· v1.0.0
370
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tailscale-orchestrator
功能描述
Manage and monitor your Tailscale network and devices using CLI commands to check status and list connected devices securely.
安全使用建议
This skill is coherent with its stated purpose (it runs the local 'tailscale' CLI and formats the JSON output). Before installing: (1) ensure the host has the official Tailscale CLI installed and that the ClawBot process runs under a user with appropriate permissions; (2) be aware that the skill will read and display local Tailscale status and device information — don't install it in an environment where exposing that info is a concern; (3) review/fix the provided main.py syntax errors (misnested quotes in f-strings) before use, or run the commands yourself to confirm expected behavior; (4) update the skill metadata to declare the 'tailscale' CLI as a required binary so the dependency is clear. If you need higher assurance, run the included Python locally first and inspect outputs and behavior in a safe/test environment.
功能分析
Type: OpenClaw Skill
Name: tailscale-orchestrator
Version: 1.0.0
The skill is designed to interact with the local Tailscale CLI for status and device listing. The `main.py` script uses `subprocess.run` with a list of hardcoded arguments (`["tailscale", "status", "--json"]`), which safely prevents shell injection from user input. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or `README.md`. The functionality is clearly aligned with the stated purpose, and security best practices are followed for executing external commands.
能力评估
Purpose & Capability
The SKILL.md and README state the skill relies on the local 'tailscale' CLI and the included Python code calls that CLI. However, the registry metadata lists no required binaries; the skill should declare 'tailscale' as a required binary. Otherwise the requested capabilities match the stated purpose.
Instruction Scope
The runtime instructions are narrowly scoped: run 'python3 main.py status' or '... devices', which invoke the local 'tailscale status --json' command and parse the output. The code does not reference external endpoints or additional environment variables. One practical issue: main.py contains quoting problems in the f-strings that will cause a syntax error and make the skill nonfunctional until fixed — this is a quality bug, not an indication of malicious behavior.
Install Mechanism
There is no install specification (instruction-only with a code file included). That's low-risk from an install perspective because nothing is downloaded at install time; the skill merely expects the host to have the Tailscale CLI already installed.
Credentials
The skill requests no environment variables or credentials. This is proportional: interacting with the local tailscale CLI does not require API keys in the skill. Note that the CLI output contains network and device information — access to that output is the point of the skill and is expected.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always:false) and does not modify other skill or system configurations. Autonomous invocation is allowed (default) which is normal; this skill's scope is small so the privilege model is appropriate.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tailscale-orchestrator - 安装完成后,直接呼叫该 Skill 的名称或使用
/tailscale-orchestrator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Tailscale Network Orchestrator.
- Manage your Tailscale network and devices from ClawBot.
- Check Tailscale status and view active nodes.
- List all connected devices with their status and IP addresses.
- Operates securely using the Tailscale CLI on the host machine; no API keys required.
元数据
常见问题
Tailscale Network Orchestrator 是什么?
Manage and monitor your Tailscale network and devices using CLI commands to check status and list connected devices securely. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 370 次。
如何安装 Tailscale Network Orchestrator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tailscale-orchestrator」即可一键安装,无需额外配置。
Tailscale Network Orchestrator 是免费的吗?
是的,Tailscale Network Orchestrator 完全免费(开源免费),可自由下载、安装和使用。
Tailscale Network Orchestrator 支持哪些平台?
Tailscale Network Orchestrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tailscale Network Orchestrator?
由 Sahil Bhonde(@sahil1005)开发并维护,当前版本 v1.0.0。
推荐 Skills