Source profileQuality 85/100Review permissions

Servosity/msp-skills/skills/rocketcyber/SKILL.md

rocketcyber

The first CLI and MCP server for RocketCyber Managed SOC, with triage and posture analytics no console page or API call computes. Trigger phrases: `check rocketcyber incidents`, `soc triage board`, `which rocketcyber agents are offline`, `rocketcyber secure score trend`, `audit rocketcyber suppression rules`, `use rocketcyber`, `run rocketcyber-cli`.

Source repository stars
15
Declared platforms
0
Static risk flags
3
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

The first CLI and MCP server for RocketCyber Managed SOC, with triage and posture analytics no console page or API call computes. Trigger phrases: `check rocketcyber incidents`, `soc triage board`, `which rocketcyber agents are offline`, `rocketcyber secure score trend`, `audit rocketcyber suppression rules`, `use rocketcyber`, `run rocketcyber-cli`.

Best for

  • Use this CLI for read-only RocketCyber Managed SOC operations: morning triage across client accounts, incident reporting and MTTR math, agent fleet hygiene, Defender and Microsoft 365 posture checks, suppression-rule au…

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/Servosity/msp-skills --skill "skills/rocketcyber"
Safe inspection promptEditorial

Inspect the Agent Skill "rocketcyber" from https://github.com/Servosity/msp-skills/blob/30e109db0872897de0b88adb38d81d4c292da3ae/skills/rocketcyber/SKILL.md at commit 30e109db0872897de0b88adb38d81d4c292da3ae. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Auth Setup

    RocketCyber uses a single bearer API token. In the RocketCyber console, go to Provider settings and copy your API token, then export it as ROCKETCYBERAPITOKEN. US partners use the default base URL; EU and AP partners should set the regional API host (for example https://api-eu.r…

    RocketCyber uses a single bearer API token. In the RocketCyber console, go to Provider settings and copy your API token, then export it as ROCKETCYBERAPITOKEN. US partners use the default base URL; EU and AP partners sh…Run rocketcyber-cli doctor to verify setup.
  2. 02

    Prerequisites: Install the CLI

    This skill drives the rocketcyber-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:

    Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows:Verify: rocketcyber-cli --versionEnsure the reported install directory is on $PATH for the agent/runtime that will invoke this skill.
  3. 03

    When to Use This CLI

    Use this CLI for read-only RocketCyber Managed SOC operations: morning triage across client accounts, incident reporting and MTTR math, agent fleet hygiene, Defender and Microsoft 365 posture checks, suppression-rule audits, and CSV exports. It is the right choice when an agent…

    Use this CLI for read-only RocketCyber Managed SOC operations: morning triage across client accounts, incident reporting and MTTR math, agent fleet hygiene, Defender and Microsoft 365 posture checks, suppression-rule au…
  4. 04

    Anti-triggers

    Do not use this CLI for: - Do not use this CLI to acknowledge, resolve, or modify incidents - the Customer API is read-only; incident response actions happen in the RocketCyber console - Do not use this CLI to install or manage RocketCyber agents on endpoints - that is the RMM o…

    Do not use this CLI to acknowledge, resolve, or modify incidents - the Customer API is read-only; incident response actions happen in the RocketCyber consoleDo not use this CLI to install or manage RocketCyber agents on endpoints - that is the RMM or installer's jobDo not use this CLI for real-time alert streaming or webhooks - it polls REST endpoints; use console notification integrations for push alerting
  5. 05

    Unique Capabilities

    These capabilities aren't available in any other tool for this API.

    triage - One ranked board of open incidents, event verdict counts, and offline agents across every client account.agents stale - Devices that stopped reporting beyond a time window, grouped by client account.incidents mttr - Mean and median time-to-resolve plus open-incident aging buckets, computed from incident created/resolved timestamps.

Permission review

Static risk signals and limitations

Runs scripts

medium · line 9

The documentation asks the agent to run terminal commands or scripts.

npx -y @mvanhorn/printing-press-library install rocketcyber --cli-only

Runs scripts

medium · line 17

The documentation asks the agent to run terminal commands or scripts.

go install github.com/mvanhorn/printing-press-library/library/monitoring/rocketcyber/cmd/rocketcyber-cli@latest

Sends data out

high · line 253

The documentation includes sending, uploading, or posting data to a remote service.

| `webhook:<url>` | POST the output body to the URL (`application/json` or `application/x-ndjson` when `--compact`) |

Network access

medium · line 253

The documentation includes network, browsing, or remote request actions.

| `webhook:<url>` | POST the output body to the URL (`application/json` or `application/x-ndjson` when `--compact`) |

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score85/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars15SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
Servosity/msp-skills
Skill path
skills/rocketcyber/SKILL.md
Commit
30e109db0872897de0b88adb38d81d4c292da3ae
License
NOASSERTION
Collected
2026-07-28
Default branch
main
View the original SKILL.md

RocketCyber - Printing Press CLI

Prerequisites: Install the CLI

This skill drives the rocketcyber-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:

  1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows:
    npx -y @mvanhorn/printing-press-library install rocketcyber --cli-only
    
  2. Verify: rocketcyber-cli --version
  3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill.

If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.4 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead:

go install github.com/mvanhorn/printing-press-library/library/monitoring/rocketcyber/cmd/rocketcyber-cli@latest

If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds.

Every RocketCyber Customer API v3 endpoint as an agent-ready command, including the suppression rules and CSV report export that the only other tool (a PowerShell module) lacks. On top sit computed SOC analytics: a cross-account triage board, incident MTTR, stale-agent detection, Defender risk ranking, and secure-score trends, backed by an offline SQLite store with full-text search.

When to Use This CLI

Use this CLI for read-only RocketCyber Managed SOC operations: morning triage across client accounts, incident reporting and MTTR math, agent fleet hygiene, Defender and Microsoft 365 posture checks, suppression-rule audits, and CSV exports. It is the right choice when an agent needs structured SOC telemetry without a browser session.

Anti-triggers

Do not use this CLI for:

  • Do not use this CLI to acknowledge, resolve, or modify incidents - the Customer API is read-only; incident response actions happen in the RocketCyber console
  • Do not use this CLI to install or manage RocketCyber agents on endpoints - that is the RMM or installer's job
  • Do not use this CLI for real-time alert streaming or webhooks - it polls REST endpoints; use console notification integrations for push alerting
  • Do not use this CLI to manage Kaseya VSA or other Kaseya module resources - it only speaks the RocketCyber Customer API

Unique Capabilities

These capabilities aren't available in any other tool for this API.

SOC triage that compounds

  • triage - One ranked board of open incidents, event verdict counts, and offline agents across every client account.

    Reach for this when asked for an overall SOC health snapshot or what broke overnight, instead of three separate list calls.

    rocketcyber-cli triage --since 24h --agent
    
  • agents stale - Devices that stopped reporting beyond a time window, grouped by client account.

    Use this for fleet-hygiene sweeps (which devices went dark this week) rather than paging the live agents endpoint.

    rocketcyber-cli agents stale --since 7d --json
    

Posture analytics

  • incidents mttr - Mean and median time-to-resolve plus open-incident aging buckets, computed from incident created/resolved timestamps.

    Use this for SLA and QBR reporting questions like how fast incidents get resolved, instead of fetching raw incidents and computing by hand.

    rocketcyber-cli incidents mttr --since 90d --json
    
  • defender riskiest - Devices-at-risk ranked by weighted malicious and suspicious detection counts.

    Use this when asked which machines need attention first, instead of parsing raw Defender JSON.

    rocketcyber-cli defender riskiest --account-id 2 --top 10 --json
    
  • office trend - First/last/delta/direction computed over the Microsoft 365 secure-score daily series.

    Use this for is-our-365-posture-improving questions instead of dumping the raw daily series.

    rocketcyber-cli office trend --account-id 2 --json
    
  • suppression audit - Alert-suppression rules classified by status and age, flagging stale rules that may hide real detections.

    Use this for suppression-rule hygiene reviews instead of fetching rules one by one.

    rocketcyber-cli suppression audit --stale-after 90d --json
    

Command Reference

account - Provider account information and client account hierarchy

  • rocketcyber-cli account - Get account information, including child customer accounts

agents - RocketCyber agents (monitored devices) and their connectivity

  • rocketcyber-cli agents - List agents (devices) with inventory and connectivity filters

apps - Detection apps catalog (threat detection modules)

  • rocketcyber-cli apps - List detection apps and their status for an account

defender - Microsoft Defender health and devices-at-risk telemetry

  • rocketcyber-cli defender - Get Defender detection summary, devices at risk, and device health

events - Verdict-classified detection events per detection app

  • rocketcyber-cli events list - List detection events for an app, filtered by verdict and date window
  • rocketcyber-cli events summary - Per-app event verdict counts for an account

firewalls - Firewall log sources feeding the SOC

  • rocketcyber-cli firewalls - List firewall log sources, optionally with ingest counters

incidents - SOC-published incidents with status and lifecycle timestamps

  • rocketcyber-cli incidents - List SOC incidents with status, title, and date filters

office - Microsoft 365 secure-score telemetry

  • rocketcyber-cli office - Get the Microsoft 365 secure-score daily progress series

reports - CSV report export (reportApi)

  • rocketcyber-cli reports - Export events or incidents as a CSV report

suppression - Alert-suppression rules that filter SOC noise

  • rocketcyber-cli suppression rule - Get a single suppression rule by ID
  • rocketcyber-cli suppression rules - List alert-suppression rules with status and ownership filters

Freshness Contract

This printed CLI owns bounded freshness only for registered store-backed read command paths. In --data-source auto mode, those paths check sync_state and may run a bounded refresh before reading local data. --data-source local never refreshes. --data-source live reads the API and does not mutate the local store. Set ROCKETCYBER_NO_AUTO_REFRESH=1 to skip the freshness hook without changing source selection.

Covered paths:

  • rocketcyber-cli agents
  • rocketcyber-cli apps
  • rocketcyber-cli firewalls
  • rocketcyber-cli incidents
  • rocketcyber-cli suppression

When JSON output uses the generated provenance envelope, freshness metadata appears at meta.freshness. Treat it as current-cache freshness for the covered command path, not a guarantee of complete historical backfill or API-specific enrichment.

Finding the right command

When you know what you want to do but not which command does it, ask the CLI directly:

rocketcyber-cli which "<capability in your own words>"

which resolves a natural-language capability query to the best matching command from this CLI's curated feature index. Exit code 0 means at least one match; exit code 2 means no confident match - fall back to --help or use a narrower query.

Recipes

Overnight SOC triage in one command

rocketcyber-cli triage --since 24h --json

Fans out to incidents, event summaries, and agents, then returns one ranked cross-account board with partial-failure accounting.

Narrow Defender risk to the fields that matter

rocketcyber-cli defender --account-id 2 --agent --select devicesAtRisk.data.hostname,devicesAtRisk.data.detections.malicious

The defender payload is deeply nested - dotted --select paths keep agent context small.

Quarterly MTTR evidence

rocketcyber-cli incidents mttr --since 90d --json

Mean/median resolution hours plus aging buckets, computed from synced incident timestamps.

Full-text hunt across incident remediation text

rocketcyber-cli search "ransomware" --type incidents --limit 20

FTS5 over synced incident title, description, and remediation - no API endpoint can text-search these.

Find devices that went dark this week

rocketcyber-cli agents stale --since 7d --json

Filters synced agents on lastConnected age, a dimension the live API cannot filter by.

Auth Setup

RocketCyber uses a single bearer API token. In the RocketCyber console, go to Provider settings and copy your API token, then export it as ROCKETCYBER_API_TOKEN. US partners use the default base URL; EU and AP partners should set the regional API host (for example https://api-eu.rocketcyber.com/v3) as the base URL in the config file. Verify with rocketcyber-cli doctor.

Run rocketcyber-cli doctor to verify setup.

Agent Mode

Add --agent to any command. Expands to: --json --compact --no-input --no-color --yes.

  • Pipeable - JSON on stdout, errors on stderr

  • Filterable - --select keeps a subset of fields. Dotted paths descend into nested structures; arrays traverse element-wise. Critical for keeping context small on verbose APIs:

    rocketcyber-cli account --agent --select id,name,status
    
  • Previewable - --dry-run shows the request without sending

  • Offline-friendly - sync/search commands can use the local SQLite store when available

  • Non-interactive - never prompts, every input is a flag

  • Read-only - do not use this CLI for create, update, delete, publish, comment, upvote, invite, order, send, or other mutating requests

Response envelope

Commands that read from the local store or the API wrap output in a provenance envelope:

{
  "meta": {"source": "live" | "local", "synced_at": "...", "reason": "..."},
  "results": <data>
}

Parse .results for data and .meta.source to know whether it's live or local. A human-readable N results (live) summary is printed to stderr only when stdout is a terminal AND no machine-format flag (--json, --csv, --compact, --quiet, --plain, --select) is set - piped/agent consumers and explicit-format runs get pure JSON on stdout.

Agent Feedback

When you (or the agent) notice something off about this CLI, record it:

rocketcyber-cli feedback "the --since flag is inclusive but docs say exclusive"
rocketcyber-cli feedback --stdin < notes.txt
rocketcyber-cli feedback list --json --limit 10

Entries are stored locally at ~/.local/share/rocketcyber-cli/feedback.jsonl. They are never POSTed unless ROCKETCYBER_FEEDBACK_ENDPOINT is set AND either --send is passed or ROCKETCYBER_FEEDBACK_AUTO_SEND=true. Default behavior is local-only.

Write what surprised you, not a bug report. Short, specific, one line: that is the part that compounds.

Output Delivery

Every command accepts --deliver <sink>. The output goes to the named sink in addition to (or instead of) stdout, so agents can route command results without hand-piping. Three sinks are supported:

SinkEffect
stdoutDefault; write to stdout only
file:<path>Atomically write output to <path> (tmp + rename)
webhook:<url>POST the output body to the URL (application/json or application/x-ndjson when --compact)

Unknown schemes are refused with a structured error naming the supported set. Webhook failures return non-zero and log the URL + HTTP status on stderr.

Named Profiles

A profile is a saved set of flag values, reused across invocations. Use it when a scheduled agent calls the same command every run with the same configuration - HeyGen's "Beacon" pattern.

rocketcyber-cli profile save briefing --json
rocketcyber-cli --profile briefing account
rocketcyber-cli profile list --json
rocketcyber-cli profile show briefing
rocketcyber-cli profile delete briefing --yes

Explicit flags always win over profile values; profile values win over defaults. agent-context lists all available profiles under available_profiles so introspecting agents discover them at runtime.

Exit Codes

CodeMeaning
0Success
2Usage error (wrong arguments)
3Resource not found
4Authentication required
5API error (upstream issue)
7Rate limited (wait and retry)
10Config error

Argument Parsing

Parse $ARGUMENTS:

  1. Empty, help, or --help → show rocketcyber-cli --help output
  2. Starts with install → ends with mcp → MCP installation; otherwise → see Prerequisites above
  3. Anything else → Direct Use (execute as CLI command with --agent)

MCP Server Installation

  1. Install the MCP server:
    go install github.com/mvanhorn/printing-press-library/library/monitoring/rocketcyber/cmd/rocketcyber-mcp@latest
    
  2. Register with Claude Code:
    claude mcp add rocketcyber-mcp -- rocketcyber-mcp
    
  3. Verify: claude mcp list

Direct Use

  1. Check if installed: which rocketcyber-cli If not found, offer to install (see Prerequisites at the top of this skill).
  2. Match the user query to the best command from the Unique Capabilities and Command Reference above.
  3. Execute with the --agent flag:
    rocketcyber-cli <command> [subcommand] [args] --agent
    
  4. If ambiguous, drill into subcommand help: rocketcyber-cli <command> --help.

Alternatives

Compare before choosing

Computed 9831,966

K-Dense-AI/scientific-agent-skills

dask

Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.

Computed 9631,966

K-Dense-AI/scientific-agent-skills

scanpy

Standard single-cell RNA-seq analysis pipeline. Use for QC, normalization, dimensionality reduction (PCA/UMAP/t-SNE), clustering, differential expression, visualization, and converting R-friendly single-cell formats such as Seurat or SingleCellExperiment RDS files into h5ad for Scanpy. Best for exploratory scRNA-seq analysis with established workflows. For deep learning models use scvi-tools; for data format questions use anndata.

Computed 9331,966

K-Dense-AI/scientific-agent-skills

polars-bio

High-performance genomic interval operations and bioinformatics file I/O on Polars DataFrames. Overlap, nearest, merge, coverage, complement, subtract for BED/VCF/BAM/GFF intervals. Streaming, cloud-native, faster bioframe alternative.

Computed 9131,966

K-Dense-AI/scientific-agent-skills

benchling-integration

Benchling Python SDK and REST API integration for registry entities, inventory, ELN entries, workflows, Benchling Apps, and Data Warehouse queries. Use when automating lab data with benchling-sdk or the v2 API.