← Back to Skills Marketplace
nollio

project-manager-pro

by Nollio · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
114
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install project-manager-pro
Description
Manage and organize your tasks and projects conversationally with automatic prioritization, due dates, breakdowns, status updates, and check-ins—no UI needed.
Usage Guidance
This skill appears to do what it says: it stores task and project data locally and uses your agent/LLM to manage tasks. Before installing, consider: 1) setup.sh may attempt to install jq via your system package manager (may require sudo); review the script and run it manually if you prefer. 2) All task text is processed by your configured LLM provider (see SECURITY.md) — avoid storing highly sensitive secrets in tasks. 3) The skill will create and modify files under ~/.openclaw/workspace/pm-pro (tasks.json, projects.json, archives, exports); include that directory in your backup/encryption strategy if needed. 4) Cross-tool integrations are described but are agent-driven; verify you want those integrations enabled. If you need extra assurance, inspect the scripts locally and run setup.sh in a controlled environment first.
Capability Analysis
Type: OpenClaw Skill Name: project-manager-pro Version: 1.0.0 Project Manager Pro is a legitimate task management skill that operates entirely on local JSON files within the user's workspace. The included shell scripts (setup.sh, export-tasks.sh, and weekly-review.sh) are transparent, use standard data processing tools like jq, and contain no evidence of data exfiltration, unauthorized network access, or persistence mechanisms. The SKILL.md and SETUP-PROMPT.md files provide clear, functional instructions for the AI agent without any malicious prompt-injection attempts or hidden commands.
Capability Assessment
Purpose & Capability
Name/description (conversational task & project management) match the files and behavior: SKILL.md describes parsing user input and reading/writing JSON task/project stores under ~/.openclaw/workspace/pm-pro, and the scripts operate on those same files. There are no requests for unrelated credentials or external services.
Instruction Scope
Instructions direct the agent to read/write local files (~/.openclaw/workspace/pm-pro/tasks.json, projects.json, check-in-log.json) and to send task content to the user's configured LLM provider (this is called out in SECURITY.md). The skill also mentions cross-tool integrations and 'respect the user's timezone from their agent config' — both are plausible but imply the agent may read other local agent configuration/context. No instructions ask the agent to exfiltrate data or access unrelated system files.
Install Mechanism
There is no platform install spec (instruction-only skill) and all code is included. setup.sh will attempt to install jq via brew/apt-get/dnf if missing (it uses sudo for apt/dnf). That is a relatively standard dependency install but could prompt for privilege escalation on systems where jq is absent; otherwise scripts only create files under the user's home directory.
Credentials
The skill requires no environment variables, no external credentials, and no config paths beyond its own data directory. The request surface is appropriately minimal for a local task manager.
Persistence & Privilege
always is false. The skill writes only to its own directory under the user's home workspace and updates its own settings and data files. It does not modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install project-manager-pro
  3. After installation, invoke the skill by name or use /project-manager-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug project-manager-pro
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is project-manager-pro?

Manage and organize your tasks and projects conversationally with automatic prioritization, due dates, breakdowns, status updates, and check-ins—no UI needed. It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.

How do I install project-manager-pro?

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

Is project-manager-pro free?

Yes, project-manager-pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does project-manager-pro support?

project-manager-pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created project-manager-pro?

It is built and maintained by Nollio (@nollio); the current version is v1.0.0.

💬 Comments