← 返回 Skills 市场
项目流程管理器
作者
Jiaming Wang
· GitHub ↗
· v1.0.0
· MIT-0
98
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install project-flow-manager
功能描述
全流程项目管理工具,用于梳理项目关键节点、管理参与部门与任务排期、跟踪KPI完成度、生成定期报告、发送进度提醒邮件、创建可视化看板。适用于需要结构化项目管理的场景,包括项目启动、里程碑跟踪、跨部门协作、进度汇报、风险预警等。
安全使用建议
This package appears to be a local, file-based project manager and the included scripts are readable Python that create/modify files in projects/, reports/, boards/, and emails/. Before installing or running:
- Note missing items: the SKILL.md mentions helper scripts (import_tasks.py, schedule_reminders.py, export_project.py) and docs (references/email-config.md, references/project-templates.md) that are not included — expect incomplete functionality or stale docs.
- The send_reminder script only writes an email draft to disk; automatic SMTP sending is not implemented here. If you later add SMTP sending, you will need to supply credentials — store them securely and verify what code uses them.
- All scripts operate locally and do not perform network I/O in the included code, so direct remote exfiltration isn't present in these files. Still, review any future modifications or added scripts for SMTP/network use before running.
- Because this is instruction/code from an unknown source, consider inspecting the code locally and running it in a restricted environment (container or VM) if you plan to run it against real project data. If you need the missing scripts/features, request the author or vendor for a complete package and for instructions on secure SMTP configuration.
功能分析
Type: OpenClaw Skill
Name: project-flow-manager
Version: 1.0.0
The project-flow-manager skill bundle is a standard project management utility designed to track milestones, tasks, and KPIs via local JSON files. The Python scripts (e.g., add_task.py, generate_report.py, generate_board.py) perform basic file I/O and string formatting to manage data and generate Markdown/HTML outputs. No evidence of data exfiltration, unauthorized network access, or malicious execution was found; even the email functionality (send_reminder.py) only generates local text drafts rather than executing remote SMTP calls.
能力评估
Purpose & Capability
Name/description (project management) matches the included Python scripts which read/write JSON under projects/, generate boards/reports, and create email drafts. However, the SKILL.md references additional helper scripts and reference docs (import_tasks.py, schedule_reminders.py, export_project.py, references/email-config.md, references/project-templates.md) that are not present in the file manifest — indicating incomplete packaging or stale documentation.
Instruction Scope
Runtime instructions direct the agent/user to run the provided scripts which operate on local files (projects/, reports/, boards/, emails/). The scripts do not access network endpoints or environment variables. They do write files to the working directory. The instructions mention configuring SMTP for automatic sending, but no SMTP-configuring script or email-config reference is included; send_reminder.py only writes an email draft to disk and does not send messages.
Install Mechanism
There is no install spec (instruction-only at registry level) and no external downloads. All functionality is provided by included Python scripts. No installers or remote artifacts are fetched.
Credentials
The skill declares no required environment variables or credentials (none in requires.env). SKILL.md mentions SMTP configuration for sending emails, but no env vars or config files are declared or included for SMTP — if you enable SMTP later you will need to provide credentials (not requested by the skill upfront).
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It only reads/writes files under local directories it creates (projects/, reports/, boards/, emails/). It does not modify other skills or system-wide configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install project-flow-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/project-flow-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:全流程项目管理工具,支持项目规划、任务跟踪、报告生成和可视化看板
元数据
常见问题
项目流程管理器 是什么?
全流程项目管理工具,用于梳理项目关键节点、管理参与部门与任务排期、跟踪KPI完成度、生成定期报告、发送进度提醒邮件、创建可视化看板。适用于需要结构化项目管理的场景,包括项目启动、里程碑跟踪、跨部门协作、进度汇报、风险预警等。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 项目流程管理器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install project-flow-manager」即可一键安装,无需额外配置。
项目流程管理器 是免费的吗?
是的,项目流程管理器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
项目流程管理器 支持哪些平台?
项目流程管理器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 项目流程管理器?
由 Jiaming Wang(@jimmywangjimmy)开发并维护,当前版本 v1.0.0。
推荐 Skills