🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Nm Imbue Workflow Monitor

by @athola

Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow

Versionv1.0.2
Installs1
πŸ’‘ Examples

Manual Invocation

# After a failed workflow
/workflow-monitor --analyze-last

Monitor a specific workflow execution

/workflow-monitor --session

Analyze efficiency of recent workflows

/workflow-monitor --efficiency-report

Automatic Monitoring (via hooks)

When enabled, workflow-monitor observes execution and flags:

  • Command failures (exit codes > 0)
  • Timeout events
  • Repeated retry patterns
  • Context exhaustion
  • Inefficient tool usage
  • βš™οΈ Configuration

    # .workflow-monitor.yaml
    enabled: true
    auto_create_issues: false  # Require approval before creating
    severity_threshold: "medium"  # Only report medium+ severity
    efficiency_threshold: 0.7  # Flag workflows below 70% efficiency

    detection: command_failures: true timeouts: true retry_loops: true context_exhaustion: true tool_misuse: true

    efficiency: verbose_output_limit: 500 max_file_reads: 2 parallel_detection: true

    View on ClawHub
    TERMINAL
    clawhub install nm-imbue-workflow-monitor

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’