FlowDo
Task and workflow manager with kanban-style status tracking. Use when you need flowdo.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ckchzh/flowdoFlowDo
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 tasklist [status]— List tasks filtered by status (todo/doing/done/all)done <id>— Mark a task as completedoing <id>— Mark a task as in progresspriority <id> <level>— Set priority (high/normal/low)stats— View completion statisticsinfo— Version informationhelp— 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ckchzh-flowdo": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
calling-agent-squad
Activate a multi-agent team (the Squad) to manage complex projects, business tasks, or development workflows. The squad includes a Manager, Architect, Coder, Reviewer, and Observer. Use when the user wants to "call a squad", "start a project", or "deploy squad" with specialized roles and quality control loops.
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
markdown-knowledge
将本地 Markdown 知识库与 OpenClaw 集成,支持语义检索和上下文注入。仅在用户触发时检索(搜索知识库、查一下知识库等),不主动注入。
daily-report-generator
Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.
auto-context
智能上下文卫生检查器。分析当前会话的上下文污染程度 (长对话、主题漂移、噪声累积),建议:continue、/fork、/btw 或新会话。 支持手动触发(/auto-context)和自动触发(响应层实现)。 基于 ArXiv 论文和认知心理学研究的多维度评估体系。