MCP HubMCP Hub
スキル一覧に戻る

dagu-webui

vinnie357
更新日 Today
81 閲覧
0
GitHubで表示
デザインautomationdesign

について

このスキルは、DaguのWeb UIを使用してワークフローを管理、監視、実行するためのガイダンスを提供します。インターフェース操作中にワークフローの開始/停止、実行ログとステータスの確認、実行中のジョブの監視を行う際にご利用ください。ワークフロー管理、リアルタイム監視、DAG可視化、実行履歴へのアクセスといった主要機能を網羅しています。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/vinnie357/claude-skills
Git クローン代替
git clone https://github.com/vinnie357/claude-skills.git ~/.claude/skills/dagu-webui

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Dagu Web UI

Use this skill when working with Dagu's web interface to manage workflows, view execution history, monitor running workflows, or configure the UI.

When to Use This Skill

Activate when:

  • Navigating the Dagu web interface
  • Starting, stopping, or retrying workflows via UI
  • Viewing workflow execution logs and status
  • Monitoring running workflows
  • Managing workflow history
  • Configuring workflow schedules through the UI
  • Troubleshooting workflow issues using the UI

Core Capabilities

The Dagu Web UI provides:

  1. Workflow Management - View, start, stop, and manage workflows
  2. Execution Monitoring - Real-time status and logs
  3. History Viewing - Past execution records and results
  4. DAG Visualization - Visual representation of workflow structure
  5. Log Access - View detailed execution logs
  6. Schedule Management - Configure when workflows run

Quick Start

Access Dagu Web UI at http://localhost:8080 (default) after starting Dagu:

dagu server

Primary Operations

Start a Workflow

To manually execute a workflow:

  1. Navigate to workflow list
  2. Click the workflow name
  3. Click "Start" button
  4. View real-time execution progress

Monitor Execution

For detailed information on a running workflow, consult references/monitoring.md which covers:

  • Reading execution logs
  • Understanding status indicators
  • Tracking step progress
  • Identifying failures

View History

To review past executions, see references/history.md for guidance on:

  • Filtering execution history
  • Analyzing failed runs
  • Comparing execution times
  • Exporting execution data

Workflow Visualization

The DAG view shows workflow structure. For detailed visualization features, see references/visualization.md.

When to Consult References

  • Detailed UI navigation: Read references/ui-navigation.md
  • Advanced monitoring: Read references/monitoring.md
  • History analysis: Read references/history.md
  • Workflow editing via UI: Read references/workflow-editor.md
  • Configuration options: Read references/configuration.md

Common Tasks

Restart a Failed Workflow

  1. Find the failed execution in history
  2. Click the retry/restart button
  3. Monitor the new execution

Stop a Running Workflow

  1. Navigate to the running workflow
  2. Click "Stop" or "Cancel"
  3. Confirm the action
  4. View cleanup handlers execution

View Detailed Logs

When you need to debug a workflow:

  1. Click on the specific workflow execution
  2. Select the step with issues
  3. View stdout/stderr logs
  4. Check for error messages

For advanced log analysis, consult references/monitoring.md.

Key Principles

  • Real-time visibility: Web UI provides live updates of workflow execution
  • Click-based operations: No CLI needed for basic workflow management
  • History preservation: All executions are logged and accessible
  • Visual feedback: Status indicators show current state at a glance
  • Log accessibility: Detailed logs available for debugging

Pro Tips

  • Use the search feature to quickly find workflows by name
  • Filter execution history by date range or status
  • Click on step names in DAG view for step-specific details
  • Use the refresh button if live updates seem delayed
  • Check the scheduler status to verify cron jobs are active

GitHub リポジトリ

vinnie357/claude-skills
パス: dagu/skills/webui

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

creating-opencode-plugins

メタ

This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る

polymarket

メタ

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

スキルを見る