FreeSDN Plugin Registry
← All plugins

ai

AI Ops Tools

Adds cross-cutting tools to the FreeSDN AI assistant: site health that combines devices and alerts, a device locator that searches by name, IP or MAC, and an estate summary. Read-only, and gated on the calling user's own permissions.

aiassistantdiagnosticstroubleshooting

Package

Plugin ID
ai-ops-tools
Version
2.0.0
Author
FreeSDN
Minimum core
26.06.1
Python
>=3.11
SHA-256
686a483ebe1f5f06ac17a229836cc3a538cb2a8d3023e2ec7b214b3a4a19e4cf

Install

From inside FreeSDN, open Plugins › Marketplace, sync the catalogue, and install AI Ops Tools. The instance verifies the catalogue signature before ingest and the archive checksum before unpacking.

To install the archive directly instead:

curl -fSLO https://registry.freesdn.org/dl/ai-ops-tools-2.0.0.zip
sha256sum ai-ops-tools-2.0.0.zip
# expect: 686a483ebe1f5f06ac17a229836cc3a538cb2a8d3023e2ec7b214b3a4a19e4cf

Then upload the ZIP under Plugins › Install from file.

Plugins run in-process with the API. The loader applies import hygiene, ZIP-slip and ZIP-bomb guards, hash-pinned dependencies and per-action permission caps, but it is a cooperative trusted-author model and not a security sandbox. Install what you would be willing to run as application code.

Source and issues →