← Back to Skills Marketplace
4500
Downloads
2
Stars
38
Active Installs
1
Versions
Install in OpenClaw
/install project-manager
Description
Manage internal projects with JSON-based tasks, move them on Kanban, notify David on review/blocked, and sync tasks with Apple Reminders.
Usage Guidance
Install only if this exact project JSON path, Apple Reminders account, and David chat notification workflow are intended. Avoid storing secrets in task text, and review add, move, and sync requests before asking the agent to perform them.
Capability Analysis
Type: OpenClaw Skill
Name: project-manager
Version: 1.0.0
The skill bundle defines a project management agent that interacts with a local JSON database (`/Users/fz1/clawd/data/pm/projects.json`), integrates with an `apple-reminders` skill, and can send notifications to a specific user ('David in the chat'). All described actions and capabilities in SKILL.md are clearly aligned with the stated purpose of managing projects and lack any indicators of malicious intent, such as data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts to subvert the agent's core function.
Capability Assessment
Purpose & Capability
The stated purpose is managing an internal JSON-based project board, and the described capabilities are limited to listing, adding, moving, and syncing project tasks.
Instruction Scope
The skill can modify a fixed local JSON file, create or update Apple Reminders when sync is requested, and notify David when tasks move to review or blocked; these side effects are disclosed and purpose-aligned.
Install Mechanism
The artifact contains only SKILL.md with no executable scripts, package install steps, hidden payloads, or startup hooks; metadata reports clean static and VirusTotal results.
Credentials
The hardcoded path /Users/fz1/clawd/data/pm/projects.json and Apple Reminders/chat integrations are narrow but user-specific, so installers should verify they match their intended environment.
Persistence & Privilege
The skill relies on persistent project data and asks future night-shift work to read it for prioritization, but there is no evidence of background persistence, privilege escalation, credential handling, or exfiltration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install project-manager - After installation, invoke the skill by name or use
/project-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Project Manager skill for Vivi OS.
- Manage internal project tasks using a JSON-based Kanban system.
- Create, list, and move tasks with support for priority and project association.
- Sync tasks with Apple Reminders when requested.
- Notify David automatically in chat when tasks move to review or blocked.
- Enforces business rules: approval flow, work-in-progress limit, and night shift priorities.
Metadata
Frequently Asked Questions
What is Project Manager?
Manage internal projects with JSON-based tasks, move them on Kanban, notify David on review/blocked, and sync tasks with Apple Reminders. It is an AI Agent Skill for Claude Code / OpenClaw, with 4500 downloads so far.
How do I install Project Manager?
Run "/install project-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Project Manager free?
Yes, Project Manager is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Project Manager support?
Project Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Project Manager?
It is built and maintained by fr0ziii (@fr0ziii); the current version is v1.0.0.
More Skills