From immybot
Searches, validates, and executes ImmyBot PowerShell scripts in SYSTEM context on managed endpoints, with execution history review. Requires explicit confirmation for destructive operations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/immybot:script-executionWhen to use
When browsing, validating, or running ImmyBot PowerShell scripts on endpoints, or reviewing script execution history and results. Use when: immybot script, immybot powershell, run script immybot, immybot script execution, immybot script history, or immybot remediation script.
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
ImmyBot ships a PowerShell script library that runs against managed
ImmyBot ships a PowerShell script library that runs against managed endpoints in SYSTEM context. This is a privileged, destructive capability — scripts can install/uninstall software, change system settings, access files, and reboot the machine.
| Tool | Purpose |
|---|---|
immybot_scripts_list | List scripts with category/language/status filters |
immybot_scripts_get | Full detail for one script by ID |
immybot_scripts_search | Search scripts by name |
immybot_scripts_categories | List available script categories |
immybot_scripts_validate | Validate script syntax before running |
immybot_scripts_run | Execute a script on a computer (DESTRUCTIVE) |
immybot_scripts_execution_history | Past executions for a computer |
immybot_scripts_execution_result | Result of one specific execution |
immybot_scripts_search → immybot_scripts_get
Read the script description and confirm it matches the intended outcome. Prefer global, vetted scripts over ad-hoc ones.
immybot_scripts_validate checks PowerShell syntax without
executing anything. Always validate custom script content first.
immybot_computers_get — confirm the computer is online and is the
correct endpoint. Running a script on the wrong machine is the most
common and most damaging mistake.
immybot_scripts_run is destructive. The MCP server returns a
confirmation warning describing SYSTEM-context risk. Surface that
warning, name the script and target computer explicitly, and obtain
operator approval before proceeding.
Call immybot_scripts_run with the script ID, target computer ID,
optional parameters, timeout (default 30 min), and execution context
(default System).
immybot_scripts_execution_result # this run
immybot_scripts_execution_history # the computer's run history
immybot_scripts_get before running.immybot_scripts_validate
before it ever runs.npx claudepluginhub wyre-technology/msp-claude-plugins --plugin immybotLists, executes, and retrieves results from ConnectWise Automate scripts (PowerShell, batch, VBScript, shell). Handles parameters, execution history, and script folders.
Lists, executes, monitors, and manages automated scripts on assets via SuperOps.ai RMM. Covers script types, execution parameters, scheduling, and result handling for MSP automation.
Authenticates and works with ImmyBot's desired-state deployment model via Entra ID OAuth, including destructive operations and polling cadence.