Overview
- Skill Key
- fr0ziii/project-manager
- Author
- fr0ziii
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/fr0ziii/project-manager
- Latest Commit SHA
- 713b769735cde89e2c05d976d91ec2ca12bd3cb8
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Project Manager 技能。 若已安装,则直接安装 Project Manager 技能。
# Skill: Project Manager (Vivi OS) ## Descripción Gestiona el sistema de proyectos interno basado en JSON. Permite crear tareas, moverlas por el tablero Kanban y sincronizar con Apple Reminders. ## Ubicación de Datos Base de datos: `/Users/fz1/clawd/data/pm/projects.json` ## Comandos (Mental Model) ### 1. Listar Tareas * **Acción**: Leer el JSON y mostrar las tareas agrupadas por columna o filtradas por proyecto. * **Uso**: "Qué tenemos pendiente?", "Estado del proyecto SaaS". ### 2. Añadir Tarea (Add) * **Acción**: Insertar objeto en el array `tasks`. * **Campos**: `projectId`, `title`, `priority` (low/med/high/crit), `sync` (true/false). * **Efecto Secundario**: Si `sync: true`, ejecutar skill `apple-reminders` para crear recordatorio. ### 3. Mover Tarea (Move) * **Acción**: Actualizar `status` de una tarea. * **Estados**: `todo` -> `in_progress` -> `review` -> `done` (o `blocked`). * **Notificación**: Si se mueve a `review` o `blocked`, avisar a David en el chat. ### 4. Sincronizar (Sync) * **Acción**: Forzar actualización de tareas con `sync: true` en Apple Reminders (si cambiaron de estado). ## Reglas de Negocio 1. **Review**: Solo mover a `review` si necesito aprobación explícita de David. 2. **Focus**: Máximo 3 tareas en `in_progress` simultáneamente. 3. **Night Shift**: El turno de noche debe leer este JSON para saber qué priorizar si no hay órdenes explícitas.
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.