viewing-tasks

Render Waggle tasks as Kanban, List, Calendar, and Gantt views via a local server.

3|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/kazukinagata/waggle --skill viewing-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: viewing-tasks
Source: https://github.com/kazukinagata/waggle/tree/main/skills/viewing-tasks
Command: npx skills add https://github.com/kazukinagata/waggle --skill viewing-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a local, interactive view server to render Waggle task data as Kanban, List, Calendar, and Gantt views, eliminating the need to build custom dashboards.

Core Features & Use Cases

  • Start a local web server to serve real-time task views and push data via /api/data.
  • View multiple layouts (kanban, list, calendar, gantt) with real-time updates via SSE.
  • Static HTML export mode for cloud environments.

Quick Start

Run the view server and push your initial data to /api/data to load the views.

Frequently Asked Questions about viewing-tasks

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

FAQPage Schema
How do I visualize Waggle tasks locally using a Kanban or Calendar view?

To visualize Waggle tasks, run the local view server and push your initial task data to the /api/data endpoint, which automatically loads the interactive Kanban, List, Calendar, and Gantt layouts.

Can I get real-time task view updates during development without building a custom dashboard?

Yes, real-time task view updates are delivered via Server-Sent Events (SSE), pushing live data changes to your Kanban and Gantt views without requiring a custom dashboard.

Does this local task view server work for offline analysis in cloud environments?

For cloud environments, the view server supports a static HTML export mode that captures your task views for offline analysis without requiring the local HTTP server.

What is the best way to export Waggle task data into a static dashboard?

The built-in static export mode generates portable HTML files of your Kanban, List, Calendar, and Gantt views, providing a static dashboard for environments without server access.

Do I need to configure a specific port to run the local task view server?

The local task view server automatically hosts your interactive views on localhost:3456, detecting the provider environment and requiring no manual port configuration.