← 返回 Skills 市场
ckchzh

Flowdo

作者 BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
316
总下载
0
收藏
1
当前安装
7
版本数
在 OpenClaw 中安装
/install flowdo
功能描述
Task and workflow manager with kanban-style status tracking. Use when you need flowdo.
使用说明 (SKILL.md)

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 \x3Ctext> — Add a new task
  • list [status] — List tasks filtered by status (todo/doing/done/all)
  • done \x3Cid> — Mark a task as complete
  • doing \x3Cid> — Mark a task as in progress
  • priority \x3Cid> \x3Clevel> — 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

安全使用建议
This skill appears to do exactly what it says: a small terminal task manager implemented as a bash script that stores data locally. Before installing or running it: (1) review the script (scripts/script.sh) yourself if you want assurance; (2) be aware it will create files under $FLOWDO_DIR (or $XDG_DATA_HOME/flowdo or $HOME/.local/share/flowdo) and log commands/history — avoid putting secrets or passwords into task text; (3) if you prefer a different location, set FLOWDO_DIR to a directory you control; (4) you can inspect file permissions after first run to limit access (e.g., chmod 600 data files). Overall the skill is coherent and low risk.
功能分析
Type: OpenClaw Skill Name: flowdo Version: 2.0.0 The FlowDo skill is a basic shell-based task manager that performs local file operations (reading/writing to a data log). While there is a functional discrepancy between the commands described in SKILL.md (e.g., 'done', 'priority', 'stats') and the actual implementation in scripts/script.sh (e.g., 'add', 'list', 'search', 'export'), the code lacks any indicators of malicious intent, data exfiltration, or unauthorized remote access.
能力评估
Purpose & Capability
The name/description (kanban-style task manager) matches the SKILL.md and the included bash script. The script implements add/list/done/doing/stats-like operations and stores data locally; there are no unrelated capabilities or asked-for services.
Instruction Scope
SKILL.md only documents CLI commands and usage examples. It does not instruct reading arbitrary system files, accessing external endpoints, or exfiltrating data. Runtime behavior (as seen in scripts/script.sh) is limited to local file read/write and simple text operations.
Install Mechanism
No install spec is provided (instruction-only). The included script is a plain bash script (no downloads or package installs). No high-risk install behavior or remote archives are present.
Credentials
The skill requests no credentials or special env vars. The script uses standard environment variables (FLOWDO_DIR, XDG_DATA_HOME, HOME) to decide where to store data. Note: it will write task data and a history log to the chosen data directory, so any sensitive text entered as a task will be stored in those files.
Persistence & Privilege
always:false and the skill does not modify other skills or system-wide settings. It persists only by creating its own data directory (default $XDG_DATA_HOME/flowdo or $HOME/.local/share/flowdo) with data.log and history.log. This behavior is expected for a task manager but is a form of local persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install flowdo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /flowdo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.5
yaml-fix+quality
v1.0.4
yaml-fix+quality
v1.0.3
Quality upgrade
v1.0.2
Quality upgrade: custom functionality
v1.0.1
Standards compliance: unique content, no template text
v1.0.0
Initial release
元数据
Slug flowdo
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 7
常见问题

Flowdo 是什么?

Task and workflow manager with kanban-style status tracking. Use when you need flowdo. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 316 次。

如何安装 Flowdo?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install flowdo」即可一键安装,无需额外配置。

Flowdo 是免费的吗?

是的,Flowdo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Flowdo 支持哪些平台?

Flowdo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Flowdo?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。

💬 留言讨论