/install dfs-reset
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
- Initialize an MCP session.
- Send
notifications/initialized. - Call tools on the same session.
Core workflow
- Detect: use
detect_dfson an AP to compare configured vs actual frequency. - Report: tell the operator which APs shifted and what channels they moved to.
- Reset: use
reset_deviceonly after operator confirmation. - Verify: re-run
detect_dfsafter 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
- Never call
reset_devicewithout explicit operator confirmation. - Do not mix broad sweep actions with reset actions in one step.
- Treat DFS shifts as informational until the operator wants corrective action.
- Verify every reset with a follow-up
detect_dfs. - 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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dfs-reset - 安装完成后,直接呼叫该 Skill 的名称或使用
/dfs-reset触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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。