sync: auto-sync from GURU-5070 at 2026-06-19 08:40:35

Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-06-19 08:40:35
This commit is contained in:
2026-06-19 08:41:53 -07:00
parent 416f2a3d91
commit b66843096a
15 changed files with 55 additions and 83 deletions

View File

@@ -1,15 +1,12 @@
---
name: rmm-search
description: >
Find machines/agents in the GuruRMM fleet cleanly and on the first try. Use
this ANY time you need to locate an RMM agent by name, role, client, site, or
OS before acting on it — instead of pulling /api/agents and grepping (which
bleeds across clients and picks the wrong box). Flexible, forgiving, multi-field
search with a client filter so a query like "hyperv valleywide" returns ONLY
Valley Wide's hyperv host, never Dataforth's. Invoke on: "find the X machine",
"which agent is", "look up <host> in RMM", "<client>'s server/DC/hyperv/file
server", "search RMM for", "what's the agent id for". After finding the agent,
hand its hostname/id to the `rmm` skill to run commands.
Find machines/agents in the GuruRMM fleet cleanly and on the first try — locate an
RMM agent by name, role, client, site, or OS before acting on it, instead of pulling
/api/agents and grepping (which bleeds across clients). Forgiving multi-field search
with a client filter so "hyperv valleywide" returns ONLY Valley Wide's host. Triggers:
find the X machine, which agent is, look up <host> in RMM, <client>'s server/DC/hyperv,
search RMM for, what's the agent id for. Hand the result to the `rmm` skill to run commands.
---
# rmm-search — clean machine lookup in GuruRMM