npx claudepluginhub revpalsfdc/opspal-commercial --plugin opspal-core[--workflows] [--executions] [--health]Check n8n connection status and display workflow summary.
/n8n-status [options]
--workflows - List all workflows with status--executions - Show recent execution summary--health - Run connectivity health checkWithout options, displays:
# Basic status check
/n8n-status
# List all workflows
/n8n-status --workflows
# Show recent executions
/n8n-status --executions
# Full health check
/n8n-status --health
n8n Status Report
==================
Connection: Connected
Instance: your-instance.n8n.cloud
API Version: v1
Workflows: 15 total (12 active, 3 inactive)
Executions (24h): 142 (138 success, 4 error)
Success Rate: 97.2%
Workflows
=========
| ID | Name | Status | Last Run |
|----|------|--------|----------|
| 1 | SF Lead Sync | Active | 2m ago |
| 2 | HS Contact Update | Active | 5m ago |
| 3 | Error Handler | Active | 1h ago |
Recent Executions
=================
Last 10 executions:
[SUCCESS] SF Lead Sync - 2m ago (1.2s)
[SUCCESS] HS Contact Update - 5m ago (0.8s)
[ERROR] Batch Sync - 1h ago - Rate limit exceeded
...
Health Check Results
====================
[PASS] API Connectivity - 200ms response
[PASS] Authentication - Valid
[PASS] Workflows - 15 accessible
[WARN] Credentials - 2 expiring soon
[PASS] Execution Queue - Empty
This command delegates to the n8n MCP tools to:
N8N_API_URL environment variableN8N_API_KEY environment variable.env fileRequired:
N8N_API_URL=https://your-instance.n8n.cloud/api/v1
N8N_API_KEY=your-api-key
/agents - List available agents including n8n agents/mcp - Check MCP server statusn8n-workflow-builder - Create and modify workflowsn8n-execution-monitor - Debug execution issuesn8n-integration-orchestrator - Design multi-platform integrations