← 返回 Skills 市场
drodecker

DFS Reset

作者 drodecker · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dfs-reset
功能描述
Detect DFS radar events and reset Ubiquiti airOS devices to restore configured frequencies, managed by UISP NMS. Use when checking whether WISP APs were forc...
使用说明 (SKILL.md)

DFS Reset

Use the MCP endpoint configured for this deployment. Placeholder example:

https://example.invalid:8443

Source project for this MCP server:

https://github.com/wispnet/wisp-reset-airos-mcp/

This MCP server uses streamable HTTP with session-based MCP initialization.

Expected workflow

  1. Initialize an MCP session.
  2. Send notifications/initialized.
  3. Call tools on the same session.

Core workflow

  1. Detect: use detect_dfs on an AP to compare configured vs actual frequency.
  2. Report: tell the operator which APs shifted and what channels they moved to.
  3. Reset: use reset_device only after operator confirmation.
  4. Verify: re-run detect_dfs after about 60 seconds.

Tool reference

list_devices(site=None)

List UISP-managed devices, optionally filtered by site.

get_device(identifier)

Get detailed device information by name, IP, or UISP device ID.

detect_dfs(ip)

Compare UISP configured frequency with the device's actual operating frequency.

reset_device(identifier)

Reboot a device through UISP. Always confirm with the operator first.

get_clients(ip)

Fetch connected stations for an AP.

get_device_stats(ip)

Fetch AP health details including uptime, CPU, memory, and temperature.

sweep_clients(site=None)

Collect client tables across APs concurrently.

Safety rules

  1. Never call reset_device without explicit operator confirmation.
  2. Do not mix broad sweep actions with reset actions in one step.
  3. Treat DFS shifts as informational until the operator wants corrective action.
  4. Verify every reset with a follow-up detect_dfs.
  5. Expect partial sweep results when some APs are unreachable.

Signal interpretation

  • Better than -65 dBm: good
  • -65 to -75 dBm: fair
  • -75 to -80 dBm: poor
  • Worse than -80 dBm: unusable

Typical clean noise floor is around -90 to -95 dBm. Noise above -85 dBm suggests interference.

安全使用建议
This skill appears to do what it says, but verify the following before installing: (1) Confirm how the MCP/UISP authentication is provided (API key, session token, service account) and ensure least privilege access for management actions. (2) Audit and review the actual MCP server implementation (the linked repo or your deployment) to ensure it does not contain hidden endpoints or data exfil logic. (3) Restrict network access so the skill only reaches the expected UISP/MCP endpoints and internal AP IP ranges. (4) Test in a lab or on a non-production site first; ensure operator confirmation prompts work as documented so resets cannot occur without explicit approval. (5) Ensure logging and change-audit are enabled on your NMS to track any resets or actions initiated by the agent.
能力评估
Purpose & Capability
Name, description, and the provided tool list (list_devices, detect_dfs, reset_device, get_clients, etc.) are coherent with the stated goal of detecting DFS events and rebooting UISP-managed airOS APs. The SKILL.md references an MCP control plane and an example repo which aligns with the skill's purpose.
Instruction Scope
Runtime instructions confine actions to device listing, DFS detection, stats/clients collection, and operator-confirmed resets. There are no instructions to read arbitrary local files or to exfiltrate data to third‑party endpoints; safety rules explicitly require operator confirmation before resets.
Install Mechanism
This is an instruction-only skill with no install spec and no bundled code; nothing is written to disk by the skill itself based on the provided metadata, which is the lowest-risk install profile.
Credentials
The SKILL.md expects use of an MCP endpoint/session but declares no required environment variables or credentials. In practice the toolset will need authenticated access to the UISP/MCP control plane and to the managed devices; the lack of explicit credential requirements is an omission the operator should confirm (how auth is provided, what secrets are used, and whether least privilege is enforced).
Persistence & Privilege
always is false and the skill does not request permanent presence or attempt to modify other skills or system-wide settings. Autonomous invocation is allowed (default) but not combined with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dfs-reset
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dfs-reset 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish of the dfs-reset skill with placeholder MCP endpoint and source repo reference.
元数据
Slug dfs-reset
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

DFS Reset 是什么?

Detect DFS radar events and reset Ubiquiti airOS devices to restore configured frequencies, managed by UISP NMS. Use when checking whether WISP APs were forc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。

如何安装 DFS Reset?

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

DFS Reset 是免费的吗?

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

DFS Reset 支持哪些平台?

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

谁开发了 DFS Reset?

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

💬 留言讨论