ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

FlowDo

Task and workflow manager with kanban-style status tracking. Use when you need flowdo.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ckchzh/flowdo
Or

FlowDo

FlowDo brings kanban-style task management to your terminal. Track tasks through workflow states, set priorities, and monitor your completion rate.

Why FlowDo?

  • Workflow states: Move tasks through todo → doing → done
  • Priority system: Mark urgent tasks as high priority
  • Visual status: Icons show task state at a glance
  • Completion tracking: See your progress percentage
  • Filter views: Show only tasks in a specific state

Commands

  • add <text> — Add a new task
  • list [status] — List tasks filtered by status (todo/doing/done/all)
  • done <id> — Mark a task as complete
  • doing <id> — Mark a task as in progress
  • priority <id> <level> — Set priority (high/normal/low)
  • stats — View completion statistics
  • info — Version information
  • help — Show available commands

Usage Examples

flowdo add Write project proposal
flowdo add Review pull requests
flowdo doing 1710000001
flowdo priority 1710000001 high
flowdo done 1710000001
flowdo list todo
flowdo stats

Status Icons

  • ⬜ Todo — Not started
  • 🔄 Doing — In progress
  • ✅ Done — Completed
  • 🚫 Blocked — Blocked by dependency
  • ❗ High priority indicator

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Metadata

Author@ckchzh
Stars3562
Views1
Updated2026-03-29
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ckchzh-flowdo": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#task#todo#workflow#productivity#project#kanban#gtd#management
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.