Help us improve
Share bugs, ideas, or general feedback.
From dagu
Guides Dagu Web UI usage for managing workflows, monitoring real-time executions, viewing history/logs, DAG visualization, and troubleshooting via browser.
npx claudepluginhub vinnie357/claude-skills --plugin daguHow this skill is triggered — by the user, by Claude, or both
Slash command
/dagu:webuiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when working with Dagu's web interface to manage workflows, view execution history, monitor running workflows, or configure the UI.
Guides users through Dagu's web UI for monitoring, starting, stopping, and retrying workflows, viewing execution logs and history, and managing schedules.
Guides Dagu REST API for programmatic workflow control: start/stop/retry DAGs, query status/history/logs, integrate with CI/CD pipelines and monitoring tools.
Manages and troubleshoots Apache Airflow using af CLI: lists DAGs, triggers runs, reads task logs, diagnoses failures, checks connections, variables, pools, and health.
Share bugs, ideas, or general feedback.
Use this skill when working with Dagu's web interface to manage workflows, view execution history, monitor running workflows, or configure the UI.
Activate when:
The Dagu Web UI provides:
Access Dagu Web UI at http://localhost:8080 (default) after starting Dagu:
dagu server
To manually execute a workflow:
For detailed information on a running workflow, consult references/monitoring.md which covers:
To review past executions, see references/history.md for guidance on:
The DAG view shows workflow structure. For detailed visualization features, see references/visualization.md.
references/ui-navigation.mdreferences/monitoring.mdreferences/history.mdreferences/workflow-editor.mdreferences/configuration.mdWhen you need to debug a workflow:
For advanced log analysis, consult references/monitoring.md.