runbooks

Execute, schedule, and monitor scripts on SuperOps.ai assets via GraphQL API.

39|17|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/wyre-technology/msp-claude-plugins --skill runbooks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: runbooks
Source: https://github.com/wyre-technology/msp-claude-plugins/tree/main/msp-claude-plugins/superops/superops-ai/skills/runbooks
Command: npx skills add https://github.com/wyre-technology/msp-claude-plugins --skill runbooks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the execution and management of automated scripts (runbooks) within the SuperOps.ai platform, enabling efficient remote management and task automation on client assets.

Core Features & Use Cases

  • Script Execution: Run PowerShell, Batch, Bash, or Python scripts on single or multiple assets.
  • Scheduling: Schedule script executions for immediate, normal, or low priority, including recurring tasks.
  • Monitoring: Track script status, view output, and interpret exit codes for troubleshooting.
  • Use Case: Automatically deploy a security patch to all Windows servers during a maintenance window by running a PowerShell script.

Quick Start

Use the runbooks skill to execute the 'Install-Antivirus' script on asset 'asset-123' with 'System' privileges.

Frequently Asked Questions about runbooks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate PowerShell script execution on remote assets using SuperOps.ai?

You can automate PowerShell script execution by using the runbooks skill to run scripts on single or multiple managed assets with designated privileges. It facilitates remote administration by leveraging GraphQL API interactions to trigger and monitor tasks.

What types of scripts can I run for remote management across client servers?

Remote management supports executing PowerShell, Batch, Bash, and Python scripts across client assets. This allows you to handle diverse maintenance, administration, and automated data collection tasks within the platform.

Can I schedule script runbooks to deploy maintenance patches automatically?

Yes, you can schedule script executions for immediate, normal, or low priority, including recurring tasks. This enables you to automatically deploy security patches during specific maintenance windows without manual intervention.

How do I track script status and view output after executing a runbook?

You can track script status, view output, and interpret exit codes for troubleshooting by retrieving execution details through GraphQL API interactions. This monitoring capability ensures you can verify task completion and diagnose failures.

Do I need to use GraphQL to execute Bash scripts on managed assets?

Yes, executing Bash scripts requires GraphQL API interactions for listing scripts, triggering execution, and retrieving status. This integration enables the platform to facilitate secure, remote administration across your managed infrastructure.

What is the best way to run automated maintenance tasks on multiple assets at once?

The best way to run automated maintenance tasks on multiple assets is to use runbook scheduling with priority settings. You can execute scripts across numerous client assets simultaneously while tracking output and exit codes for troubleshooting.