Checks the health of the project, including PM2 services, disk space, and configuration.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add danstrem2/clawdbot-skill-master-pack --skill project-status --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Project Status?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/danstrem2-project-status)More formats (shields.io, HTML) on the badges page.
---
name: project-status
description: Checks the health of the project, including PM2 services, disk space, and configuration.
---
# Project Status Skill
Diagnose the current state of the application and server.
## Usage
Run the status check script:
```bash
node .agent/skills/project-status/scripts/status.js
```
## What it Checks
1. **System Resources**: RAM and Disk usage.
2. **PM2 Processes**: List of running bots/services, their status (online/stopped), CPU, and Memory usage.
3. **Configuration**: Validity of the `.env` file and presence of critical variables.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!