← 返回 Skills 市场
dadud

MeshMonitor API

作者 Dadud · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
115
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install meshmonitor-api
功能描述
Use the MeshMonitor REST API to inspect Meshtastic mesh state, nodes, channels, telemetry, messages, traceroutes, packets, solar data, and network-wide stats...
安全使用建议
This skill appears to do what it claims: it is a helper for calling a MeshMonitor instance and includes a CLI script that issues authenticated HTTP requests to whatever base URL you provide. Before installing or running it: (1) only supply base URLs and tokens for servers you trust — the helper will send whatever data the MeshMonitor API exposes to that endpoint; (2) be aware the tool can perform writes (send-message), so avoid giving it privileged tokens unless you intend to allow writes; (3) keep API tokens secret and prefer least-privilege or read-only tokens for exploratory use; (4) if you want higher assurance, review the full script contents locally (it uses urllib and JSON and is readable) and run the helper on an isolated machine or network when testing against unknown MeshMonitor instances.
功能分析
Type: OpenClaw Skill Name: meshmonitor-api Version: 1.0.0 The MeshMonitor API skill is a legitimate tool designed to interact with Meshtastic mesh networks via a MeshMonitor REST interface. The helper script `scripts/meshmonitor_api.py` uses standard Python libraries to perform authenticated API calls for monitoring nodes, telemetry, and sending messages, while the `SKILL.md` provides clear, task-aligned instructions for the agent. No evidence of data exfiltration, malicious execution, or prompt injection was found; all network activity is restricted to the user-provided base URL.
能力评估
Purpose & Capability
Name, description, SKILL.md, reference notes, and the included Python helper all align with a MeshMonitor REST API integration. The script implements the documented read and write endpoints (including send-message), which matches the stated capabilities.
Instruction Scope
Runtime instructions are scoped to discovering docs, testing bearer auth, and calling API endpoints. They do not instruct the agent to read unrelated local files, environment variables, or system configuration. The docs explicitly advise conservative read-first probing and to request fresh tokens on auth failure.
Install Mechanism
No install spec is provided (instruction-only plus an included helper script). Nothing is downloaded or written during install by the skill metadata, so there is minimal install-time risk.
Credentials
The skill requests no environment variables or credentials in metadata; it expects the user to provide a base URL and bearer token at runtime, which is appropriate and proportional for an API integration. The included script accepts a token argument rather than reading unexpected secrets from the environment.
Persistence & Privilege
The skill is not always-enabled and has no special persistence or system-wide changes. It does include functionality that can perform write actions (send-message/POST /messages) which is consistent with the documented capabilities; autonomous invocation is enabled by default but not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meshmonitor-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meshmonitor-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: MeshMonitor API skill with endpoint discovery, node/channel/telemetry/message/traceroute/network/packet/solar support, message sending, and report helpers.
元数据
Slug meshmonitor-api
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

MeshMonitor API 是什么?

Use the MeshMonitor REST API to inspect Meshtastic mesh state, nodes, channels, telemetry, messages, traceroutes, packets, solar data, and network-wide stats... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。

如何安装 MeshMonitor API?

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

MeshMonitor API 是免费的吗?

是的,MeshMonitor API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

MeshMonitor API 支持哪些平台?

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

谁开发了 MeshMonitor API?

由 Dadud(@dadud)开发并维护,当前版本 v1.0.0。

💬 留言讨论