dagu-webui

Manage and monitor Dagu workflows through the browser-based Web UI.

24|6|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/vinnie357/claude-skills --skill dagu-webui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dagu-webui
Source: https://github.com/vinnie357/claude-skills/tree/main/dagu/skills/webui
Command: npx skills add https://github.com/vinnie357/claude-skills --skill dagu-webui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides users through Dagu's intuitive Web UI, simplifying the management, monitoring, and execution of workflows. It provides real-time visibility into operations, making it easy to track progress, debug issues, and review execution history without needing CLI commands.

Core Features & Use Cases

  • Interactive Workflow Management: Start, stop, retry, and manage Dagu workflows directly from your browser with a few clicks.
  • Real-time Monitoring & Logging: View live execution status, detailed step-by-step logs, and visual DAG representations for immediate insights into workflow health.
  • Comprehensive History & Debugging: Access past execution records, filter history, and analyze failed runs to quickly diagnose and troubleshoot issues.
  • Use Case: When a Dagu workflow fails, use the Web UI to quickly identify the problematic step, review its real-time logs for error messages, and then restart the workflow after applying a fix.

Quick Start

Access the Dagu Web UI at 'http://localhost:8080' after starting the Dagu server, then navigate to the workflow list and manually start a workflow.

Frequently Asked Questions about dagu-webui

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

FAQPage Schema
How do I monitor Dagu workflow execution in real time?

Real-time monitoring in Dagu Web UI displays live execution status, step-by-step progress, and DAG visualization as workflows run. Access the Web UI at http://localhost:8080, select your workflow, and watch status updates and logs stream in your browser without CLI commands.

Can I start, stop, and retry Dagu workflows from a web interface?

Yes. Dagu Web UI lets you interactively manage workflows—start, stop, and retry runs directly from your browser. Navigate to the workflow list, then click to control execution with a few clicks instead of terminal commands.

How do I access logs and debug failed workflow steps?

The Web UI provides live log access with search capability for each step. When a workflow fails, select the problematic step to view detailed error messages and logs, then restart the workflow after applying fixes.

What's the best way to review workflow execution history?

Dagu Web UI retains comprehensive execution history with filtering and search. Review past run records, analyze failed executions, and compare step outputs across historical runs to diagnose recurring issues and track workflow performance.

Do I need command-line knowledge to manage Dagu workflows?

No. The Dagu Web UI provides browser-based workflow and schedule configuration without requiring CLI expertise. All management, monitoring, and control tasks—navigation, status checks, log review, and scheduling—operate through the graphical interface.

Can I visualize Dagu workflow structure and dependencies?

Yes. The Web UI displays DAG visualization showing workflow structure and step dependencies. This graphical representation helps identify bottlenecks, understand execution flow, and quickly spot which steps are running in parallel or sequence.