← Back to Skills Marketplace
jimmywangjimmy

项目流程管理器

by Jiaming Wang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
98
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install project-flow-manager
Description
全流程项目管理工具,用于梳理项目关键节点、管理参与部门与任务排期、跟踪KPI完成度、生成定期报告、发送进度提醒邮件、创建可视化看板。适用于需要结构化项目管理的场景,包括项目启动、里程碑跟踪、跨部门协作、进度汇报、风险预警等。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install project-flow-manager
  3. After installation, invoke the skill by name or use /project-flow-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次发布:全流程项目管理工具,支持项目规划、任务跟踪、报告生成和可视化看板
Metadata
Slug project-flow-manager
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 项目流程管理器?

全流程项目管理工具,用于梳理项目关键节点、管理参与部门与任务排期、跟踪KPI完成度、生成定期报告、发送进度提醒邮件、创建可视化看板。适用于需要结构化项目管理的场景,包括项目启动、里程碑跟踪、跨部门协作、进度汇报、风险预警等。 It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.

How do I install 项目流程管理器?

Run "/install project-flow-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 项目流程管理器 free?

Yes, 项目流程管理器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 项目流程管理器 support?

项目流程管理器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 项目流程管理器?

It is built and maintained by Jiaming Wang (@jimmywangjimmy); the current version is v1.0.0.

💬 Comments