← 返回 Skills 市场
raychanpmp

Projectpilot

作者 Ray Chan, PMP · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ 安全检测通过
118
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install projectpilot
功能描述
Lightweight project management for agents. Create projects, track tasks, set priorities and deadlines.
安全使用建议
This skill appears coherent and implements a local project tracker that writes JSON files in a workspace directory. Before installing: ensure python3 is available (the SKILL.md uses 'python3' though the registry didn't list it), verify you trust the source since the script will create and modify files under your home directory (default ~/.openclaw/workspace/data/projects), and optionally set PROJECTPILOT_DATA to a dedicated folder if you want the data placed elsewhere. The code contains path-sanitization and path-traversal guards and makes no network calls or credential requests, so the risk is limited to local file writes.
功能分析
Type: OpenClaw Skill Name: projectpilot Version: 1.0.5 The ProjectPilot skill is a legitimate project management tool for agents. The Python script (scripts/project_tracker.py) includes robust security practices, such as regex-based input sanitization and path traversal guards using Path.resolve() to ensure data stays within the designated workspace. No network activity, data exfiltration, or malicious instructions were found.
能力评估
Purpose & Capability
Name/description (lightweight project management) align with included files and a small Python CLI that creates and manages per-project JSON files. The code implements the advertised commands and features.
Instruction Scope
SKILL.md instructs the agent to run the included Python CLI (python3 scripts/project_tracker.py) and to read/write project JSON under the workspace. This is within the stated purpose, but the SKILL metadata did not declare 'python3' as a required binary; the agent will need python3 available to run the CLI. The code only reads/writes files under the configured DATA_DIR and does not access other system config or network resources.
Install Mechanism
No install spec (instruction-only with a bundled script). No downloads or external install steps are present; the script is local and uses only the standard library.
Credentials
The script respects an optional PROJECTPILOT_DATA env var to override the data directory; this env var is not listed in the skill's required envs but is optional and not a credential. No secrets, tokens, or unrelated environment variables are requested.
Persistence & Privilege
The skill is not always-on and does not request elevated persistence. It writes only its own JSON files to a workspace data directory (default: ~/.openclaw/workspace/data/projects) and does not modify other skill configurations or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install projectpilot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /projectpilot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
Fix frontmatter: use 'permissions' field instead of 'allowed-tools'
v1.0.4
Add triggers field to frontmatter, fix allowed-tools declaration
v1.0.3
Fix frontmatter: add allowed-tools Bash, concise description
v1.0.2
Fix security issues: add allowed-tools Bash declaration, clean up SKILL.md frontmatter
v1.0.1
Security fix: sanitize project names to prevent path traversal vulnerability (CVE-style patch)
v1.0.0
Initial release of ProjectPilot—CLI project management for tasks, sprints, and priorities. - Create and manage projects with simple commands. - Add, list, update, and mark tasks as complete, with support for priorities, due dates, and assignees. - Generate project summaries, burndown charts, overdue task lists, and status reports. - Score and prioritize features using the RICE framework. - All data is stored as versionable JSON files in the workspace for easy export and sharing.
元数据
Slug projectpilot
版本 1.0.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

Projectpilot 是什么?

Lightweight project management for agents. Create projects, track tasks, set priorities and deadlines. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。

如何安装 Projectpilot?

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

Projectpilot 是免费的吗?

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

Projectpilot 支持哪些平台?

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

谁开发了 Projectpilot?

由 Ray Chan, PMP(@raychanpmp)开发并维护,当前版本 v1.0.5。

💬 留言讨论