← Back to Skills Marketplace
Projectpilot
by
Ray Chan, PMP
· GitHub ↗
· v1.0.5
· MIT-0
118
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install projectpilot
Description
Lightweight project management for agents. Create projects, track tasks, set priorities and deadlines.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install projectpilot - After installation, invoke the skill by name or use
/projectpilot - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Projectpilot?
Lightweight project management for agents. Create projects, track tasks, set priorities and deadlines. It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install Projectpilot?
Run "/install projectpilot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Projectpilot free?
Yes, Projectpilot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Projectpilot support?
Projectpilot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Projectpilot?
It is built and maintained by Ray Chan, PMP (@raychanpmp); the current version is v1.0.5.
More Skills