← 返回 Skills 市场
danfedick

Starlink

作者 danfedick · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1928
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install starlink
功能描述
Control Starlink dish via local gRPC API. Get status, list WiFi clients, run speed tests, stow/unstow dish, reboot, and get GPS location. Use when the user asks about Starlink, internet status, connected devices, or satellite connectivity.
安全使用建议
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 requires being on your Starlink network and enabling local access in the Starlink app to get location — enable that setting only if you understand the privacy implications. 4) If you prefer lower risk, install and vet the CLI yourself (or run it in a controlled environment) before granting an agent the ability to invoke it.
功能分析
Type: OpenClaw Skill Name: starlink Version: 1.0.1 The skill bundle provides instructions for an AI agent to install and use the `starlink-cli` tool, which interacts with a local Starlink dish via its gRPC API at `192.168.100.1:9200`. All commands described are local executions of the `starlink` binary, focused on legitimate device control (status, speed test, reboot, etc.). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. The installation method (`cargo install --git`) is standard for Rust projects, and the source repository is consistently referenced in SKILL.md.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install starlink
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /starlink 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No changes were detected in this release. - Version number updated to 1.0.1.
v1.0.0
Initial release: Control your Starlink dish locally via the command line. - Check Starlink status including latency, uptime, and obstructions. - List WiFi clients connected to the Starlink router. - Run speed tests through the dish and view detailed network metrics. - Stow/unstow and reboot the Starlink dish. - Retrieve GPS location (with proper app permissions). - Supports both human-readable and JSON output for easy integration.
元数据
Slug starlink
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Starlink 是什么?

Control Starlink dish via local gRPC API. Get status, list WiFi clients, run speed tests, stow/unstow dish, reboot, and get GPS location. Use when the user asks about Starlink, internet status, connected devices, or satellite connectivity. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1928 次。

如何安装 Starlink?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install starlink」即可一键安装,无需额外配置。

Starlink 是免费的吗?

是的,Starlink 完全免费(开源免费),可自由下载、安装和使用。

Starlink 支持哪些平台?

Starlink 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Starlink?

由 danfedick(@danfedick)开发并维护,当前版本 v1.0.1。

💬 留言讨论