superplane-monitor

Installation
SKILL.md

SuperPlane Monitor

Inspect, debug, and manage workflow executions.

Quick Reference

Task Command
List events for app superplane events list --app-id <id>
Trace an event's executions superplane events list-executions --app-id <id> --event-id <eid>
List node executions superplane executions list --app-id <id> --node-id <nid>
Cancel execution superplane executions cancel --app-id <id> --execution-id <eid>
List queued items superplane queue list --app-id <id> --node-id <nid>
Delete queued item superplane queue delete --app-id <id> --node-id <nid> --item-id <iid>

Verify CLI Is Installed

Before any debugging, confirm the CLI binary is available without requiring network access:

Installs
70
First Seen
Feb 25, 2026
superplane-monitor — superplanehq/skills