/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dfs-reset - After installation, invoke the skill by name or use
/dfs-reset - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.
How do I install DFS Reset?
Run "/install dfs-reset" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is DFS Reset free?
Yes, DFS Reset is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does DFS Reset support?
DFS Reset is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created DFS Reset?
It is built and maintained by drodecker (@drodecker); the current version is v1.0.0.