📡 Starlink — 卫星状态控制
v1.0.1通过本地 gRPC API 控制 Starlink 天线:获取状态、列出 WiFi 客户端、测速、收起/展开天线、重启并读取 GPS 位置。
1· 1.9k·0 当前·0 累计
下载技能包
最后更新
2026/2/26
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill is coherent with its purpose, but take these precautions before installing or using it: 1) Verify the 'starlink' CLI you install is from a trusted source (review the GitHub repo code, commits, and maintainers) because 'cargo install --git' will compile and run third-party code and dependencies. 2) Be aware the agent will run the 'starlink' binary locally; those commands can physically control your dish (reboot, stow). Require user consent before executing those actions. 3) The skill r...详细分析 ▾
✓ 用途与能力
Name/description match the actual requirements and actions: the skill expects a 'starlink' CLI binary and the SKILL.md documents commands to query status, clients, speed tests, stow/unstow, reboot, and location via the local dish gRPC endpoint (192.168.100.1:9200). No unrelated credentials, paths, or services are requested.
✓ 指令范围
Instructions are scoped to interacting with the local Starlink device and its local API; they require being on the Starlink network and enabling local access for location. The SKILL.md does not instruct the agent to read unrelated files, environment variables, or to transmit data to external endpoints beyond installing/building the CLI from the GitHub repo.
ℹ 安装机制
The registry contains no formal install spec, but SKILL.md recommends 'cargo install --git https://github.com/danfedick/starlink-cli' (builds Rust code from a GitHub repo). Installing from a Git repo via cargo pulls and compiles third‑party code (and requires Rust and protoc). This is a moderate-risk operation: acceptable for a CLI of this type but the user should review the repository and be aware build scripts and dependencies will run on their machine.
✓ 凭证需求
No environment variables, credentials, or config paths are requested. The only prerequisite is network access to the dish and enabling the Starlink app setting for location. This is proportionate to the skill's functionality.
✓ 持久化与权限
The skill is not set to always: true and is user-invocable (default). It does not request persistent system-wide privileges or modify other skills. Note: the skill can invoke the local 'starlink' binary to perform physical actions (reboot, stow) — consider requiring explicit user confirmation before executing such commands.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/1/26
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install starlink
镜像加速npx clawhub@latest install starlink --registry https://cn.longxiaskill.com✓ 镜像可用